<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MTU in Archived Posts</title>
    <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052724#M271708</link>
    <description>&lt;P&gt;The MTU of interfaces on devices should be less than or equal to the value on routers and switches.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't think of any good reason why a service provider would supply a router misconfigured but 1320 feels lower than might be reasonably justifiable. I see some online references suggesting the Linux tracepath command can detect MTU changes on a route but it's probably better to wait for someone who knows how high the router MTU could be set to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you wanted to experiment, you could set the router to 1492 and tracepath to some known destination and lower the router MTU to the lowest MTU found on the route. Packets which are less than the MTU will be transmitted just fine so you're unlikely to break anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having just done a test, MTU 1450 (Correction: actually full MTU 1500 as below) traffic passes for 4G EE SIM in a Netgear M1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is based on Red Hat documentation&amp;nbsp;&lt;A href="https://access.redhat.com/solutions/2440411" target="_blank" rel="noopener"&gt;https://access.redhat.com/solutions/2440411&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ping -M do -s 1422 domain.com # MTU is 28 bytes higher&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: it's disappointing you don't have the option to change that as I get the feeling someone slightly incompetent took a guess and has negatively impacted a lot of people with no current way to fix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit2: correction, I can get a full MTU 1500 ping to pass. The previously mentioned limit was due to the target.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ping -M do -s 1472 domain.com # passes&lt;/P&gt;</description>
    <pubDate>Fri, 21 May 2021 19:37:50 GMT</pubDate>
    <dc:creator>mikeliuk</dc:creator>
    <dc:date>2021-05-21T19:37:50Z</dc:date>
    <item>
      <title>MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052488#M271700</link>
      <description>&lt;P&gt;I have the EE home router 2, model number b625-261 And the MTU is lower than the my Xbox series s would like. How can I increase the MTU, I'm struggling to find the setting. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 21:33:56 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052488#M271700</guid>
      <dc:creator>LeeM87</dc:creator>
      <dc:date>2021-05-20T21:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052490#M271701</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/1846316"&gt;@LeeM87&lt;/a&gt;&amp;nbsp;On my Brightbox 2, the MTU settings are on the advanced/broadband settings page. The maximum value allowed is 1492, Which is what mine is set to.&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 21:45:18 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052490#M271701</guid>
      <dc:creator>Captgeneralmark</dc:creator>
      <dc:date>2021-05-20T21:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052492#M271702</link>
      <description>&lt;P&gt;You're unlikely to find an MTU setting on an EE mobile router. They are dumbed-down cousins of real routers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you looked amongst its WAN settings?&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 22:05:44 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052492#M271702</guid>
      <dc:creator>XRaySpeX</dc:creator>
      <dc:date>2021-05-20T22:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052511#M271703</link>
      <description>&lt;P&gt;In general, do not change the MTU on any network interface or vlan (i.e. on switch) which must send and receive packets from the internet as the default of MTU 1500 would be the most appropriate setting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wouldn't care about a few bytes off that which may be to account for various packet headers. If the&lt;SPAN&gt;&amp;nbsp;default lower value is correct and you increase it, you may get packet fragmentation and worse performance, or see some traffic dropped entirely.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For internal vlans and interfaces which never need to send or receive packets from the internet, MTU 9000 on switches is fine but you might want interfaces with slightly lower MTUs to account for headers (e.g. TCP, vxlan, vlan).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: your best bet is to lower the MTU on you device to match the service provider's switch/router as the default value is likely to be correct and will work and any higher value could cause a hard to debug problem.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 06:39:02 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052511#M271703</guid>
      <dc:creator>mikeliuk</dc:creator>
      <dc:date>2021-05-21T06:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052515#M271704</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/285974"&gt;@Captgeneralmark&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A search online for sizes of TCP, vlan, and vxlan headers shows that 8 bytes is the size of a vxlan header so that default value has likely been chosen to allow the use of vxlan (or similar) on the service provider's network. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 06:45:42 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052515#M271704</guid>
      <dc:creator>mikeliuk</dc:creator>
      <dc:date>2021-05-21T06:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052657#M271705</link>
      <description>&lt;P&gt;The MTU size for BTw-based BB is 1492. Dunno what it is for mobile networks.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 14:51:25 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052657#M271705</guid>
      <dc:creator>XRaySpeX</dc:creator>
      <dc:date>2021-05-21T14:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052720#M271706</link>
      <description>&lt;P&gt;Mine is 1320 and the Xbox needs 1380 I believe.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 19:02:37 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052720#M271706</guid>
      <dc:creator>LeeM87</dc:creator>
      <dc:date>2021-05-21T19:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052721#M271707</link>
      <description>&lt;P&gt;I don't seem to have a WAN settings. Will EE likely change the MTU for me? It's there anything I can do hardware or software to change this?&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 19:05:29 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052721#M271707</guid>
      <dc:creator>LeeM87</dc:creator>
      <dc:date>2021-05-21T19:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052724#M271708</link>
      <description>&lt;P&gt;The MTU of interfaces on devices should be less than or equal to the value on routers and switches.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't think of any good reason why a service provider would supply a router misconfigured but 1320 feels lower than might be reasonably justifiable. I see some online references suggesting the Linux tracepath command can detect MTU changes on a route but it's probably better to wait for someone who knows how high the router MTU could be set to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you wanted to experiment, you could set the router to 1492 and tracepath to some known destination and lower the router MTU to the lowest MTU found on the route. Packets which are less than the MTU will be transmitted just fine so you're unlikely to break anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having just done a test, MTU 1450 (Correction: actually full MTU 1500 as below) traffic passes for 4G EE SIM in a Netgear M1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is based on Red Hat documentation&amp;nbsp;&lt;A href="https://access.redhat.com/solutions/2440411" target="_blank" rel="noopener"&gt;https://access.redhat.com/solutions/2440411&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ping -M do -s 1422 domain.com # MTU is 28 bytes higher&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: it's disappointing you don't have the option to change that as I get the feeling someone slightly incompetent took a guess and has negatively impacted a lot of people with no current way to fix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit2: correction, I can get a full MTU 1500 ping to pass. The previously mentioned limit was due to the target.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ping -M do -s 1472 domain.com # passes&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 19:37:50 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052724#M271708</guid>
      <dc:creator>mikeliuk</dc:creator>
      <dc:date>2021-05-21T19:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052743#M271709</link>
      <description>&lt;P&gt;For Windows you would use:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;ping -n 1 -f -l &lt;EM&gt;&lt;STRONG&gt;size&lt;/STRONG&gt;&lt;/EM&gt; bbc.co.uk&lt;/P&gt;
&lt;P&gt;If&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;size&lt;/STRONG&gt;&lt;/EM&gt; was too big it would respond:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;"Packet needs to be fragmented but DF set.".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would use a loop counting down to discover the largest packet size that didn't fragment, viz:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;for /L %i in (1472,-1,1440) DO ping -n 1 -f -l %i bbc.co.uk&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The 1st one that doesn't&amp;nbsp;"Packet needs to be fragmented"&lt;/STRONG&gt; is the&amp;nbsp;largest packet size wanted (For BTw-based BB it's 1464).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Then add 28 to get the MTU for the network&amp;nbsp;(For BTw-based BB it's 1492&lt;/STRONG&gt;).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 22:48:35 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052743#M271709</guid>
      <dc:creator>XRaySpeX</dc:creator>
      <dc:date>2021-05-21T22:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052744#M271710</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/1836613"&gt;@mikeliuk&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Edit: it's disappointing you don't have the option to change that as I get the feeling someone slightly incompetent took a guess and has negatively impacted a lot of people with no current way to fix.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Don't understand. What does that mean? What is&amp;nbsp;disappointing?&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 22:47:55 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052744#M271710</guid>
      <dc:creator>XRaySpeX</dc:creator>
      <dc:date>2021-05-21T22:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052849#M271711</link>
      <description>&lt;P&gt;By the same means the MTU for the O2 network is 1500. I would expect EE mobile network to be the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Fixed BB is 8 bytes lower for the PPPoE/A overhead).&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2021 11:49:51 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052849#M271711</guid>
      <dc:creator>XRaySpeX</dc:creator>
      <dc:date>2021-05-22T11:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052853#M271712</link>
      <description>&lt;P&gt;I have called EE and the guy said he would change MTU, I personally don't think he knows what it was. He said he changed some settings to boost my connection and started talking about an antenna.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, since he has 'boosted' my speeds I have gone from 40-120mb download and 20mb upload to 5-10mb on both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I asked him to revert the changes and he said that there are problems in my area. I said the connection other than the MTU was fine before this call. He said that he has raised a ticket about the area fault.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How has it gone from an MTU query to an area fault within one call?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Guy couldn't get off the phone quick enough.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I'm stuck with low speeds and low MTU &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2021 12:10:12 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052853#M271712</guid>
      <dc:creator>LeeM87</dc:creator>
      <dc:date>2021-05-22T12:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052857#M271713</link>
      <description>&lt;P&gt;Can you check what your MTU actually is using my method with the loop:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;for /L %i in (1500,-1,1460) DO ping -n 1 -f -l %i bbc.co.uk ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't believe it's as low as 1320.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2021 12:26:46 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052857#M271713</guid>
      <dc:creator>XRaySpeX</dc:creator>
      <dc:date>2021-05-22T12:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: MTU</title>
      <link>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052864#M271714</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/1846316"&gt;@LeeM87&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that's the most impressive thing I've heard all month! &lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The MTU setting which needed increasing is likely a setting on your router and as you saw no option to change it, I didn't expect it could be done remotely.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I always remind my colleagues that things go wrong and disasters happen because someone was trying to improve something and make it better. No one starts out their day planning to cause some global issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As the engineer was unable to revert the change, either it was an amazing coincidence or it should be ruled out that the change didn't exacerbate or cause the area issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The best you can do is use the hints on this thread to probe what the measured MTU is. Hopefully it will be unchanged at the low value you quoted. Maybe it has increased to near 1492 or 1500. Unlikely but it might have dropped lower than your quoted low value which would have taken quite some incompetence to have accomplished.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best not to panic and take the service provider which shall not be named's word that it is an area issue which the engineer had run away to solve. Presumably if you register your location on the coverage query page, you will be notified when the area issue is fixed.&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2021 13:16:18 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Archived-Posts/MTU/m-p/1052864#M271714</guid>
      <dc:creator>mikeliuk</dc:creator>
      <dc:date>2021-05-22T13:16:18Z</dc:date>
    </item>
  </channel>
</rss>

