Changing Windows MTU: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
|||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<indicator name="Front">[[File:Menu-packet.svg|link=:Category:MTU|30px|Back up to the MTU Page]]</indicator> |
<indicator name="Front">[[File:Menu-packet.svg|link=:Category:MTU|30px|Back up to the MTU Page]]</indicator> |
||
[[Category:MTU]] |
[[Category:MTU]] |
||
The MTU (Maximum Transmission Unit) is the size of the largest network packet that can be transferred in a single network transmission without any fragmentation happening. |
|||
We have a separate page on testing your [[MTU]]. |
|||
Sometimes you may have a reason to change the MTU on your windows computer. Here is how. |
Sometimes you may have a reason to change the MTU on your windows computer. Here is how. |
||
| Line 27: | Line 31: | ||
#Enter the command: <SyntaxHighlight inline>netsh</SyntaxHighlight> |
#Enter the command: <SyntaxHighlight inline>netsh</SyntaxHighlight> |
||
#Then: <SyntaxHighlight inline>interface</SyntaxHighlight> |
#Then: <SyntaxHighlight inline>interface</SyntaxHighlight> |
||
Then: <SyntaxHighlight inline>ipv4</SyntaxHighlight> |
#Then: <SyntaxHighlight inline>ipv4</SyntaxHighlight> |
||
Then: <SyntaxHighlight inline>set subinterface "Ethernet" mtu=1320</SyntaxHighlight> |
#Then: <SyntaxHighlight inline>set subinterface "Ethernet" mtu=1320</SyntaxHighlight> |
||
Then: <SyntaxHighlight inline>exit</SyntaxHighlight> |
#Then: <SyntaxHighlight inline>exit</SyntaxHighlight> |
||
The screenshot shows all these commands being run... |
|||
<gallery widths=700 heights=400> |
<gallery widths=700 heights=400> |
||