Summary
This step-by-step article describes how to edit the registry to change the default maximum transmission unit (MTU) size settings for Point-to-Point Protocol (PPP) connections or for virtual private network (VPN) connections.
Microsoft Windows Server 2003, Microsoft Windows 2000, and Microsoft Windows XP use a fixed MTU size of 1500 bytes for all PPP connections and use a fixed MTU size of 1400 bytes for all VPN connections. This is the default setting for PPP clients, for VPN clients, for PPP servers, or for VPN servers that are running Routing and Remote Access.
PPP connections are connections such as modem connections, Integrated Services Digital Network (ISDN) connections, or direct cable connections over null serial cable or over parallel cable. VPN connections are Point-to-Point Tunneling Protocol (PPTP) connections or Layer 2 Tunneling Protocol (L2TP) connections.
Note Use the methods in this article to edit the registry to modify the MTU size settings. If you experience any problems or any performance-related issues after you modify the MTU size settings, remove the registry keys that you added.
back to the top
To change the MTU settings for PPP connections, add the ProtocolType DWORD value, the PPPProtocolType DWORD value, and the ProtocolMTU DWORD value to the following registry key:
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
To change the MTU settings for VPN connections, add the ProtocolType DWORD value, the PPPProtocolType DWORD value, and the TunnelMTU DWORD value to the following registry key:
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
Microsoft Windows Server 2003, Microsoft Windows 2000, and Microsoft Windows XP use a fixed MTU size of 1500 bytes for all PPP connections and use a fixed MTU size of 1400 bytes for all VPN connections. This is the default setting for PPP clients, for VPN clients, for PPP servers, or for VPN servers that are running Routing and Remote Access.
PPP connections are connections such as modem connections, Integrated Services Digital Network (ISDN) connections, or direct cable connections over null serial cable or over parallel cable. VPN connections are Point-to-Point Tunneling Protocol (PPTP) connections or Layer 2 Tunneling Protocol (L2TP) connections.
Note Use the methods in this article to edit the registry to modify the MTU size settings. If you experience any problems or any performance-related issues after you modify the MTU size settings, remove the registry keys that you added.
back to the top
Change the MTU Settings for PPP Connections
To have us the MTU Settings for PPP Connections for you, go to the "Here's an easy fix" section. If you prefer to fix this problem manually, go to the "Let me fix it myself" section.Here's an easy fix
To fix this problem automatically, click the Download button. In the File Download dialog box, click Run or Open, and then follow the steps in the easy fix wizard.- Type the desired MTU size between 1 and 1500 when asked during the installation process.
- This wizard may be in English only. However, the automatic fix also works for other language versions of Windows.
- If you’re not on the computer that has the problem, save the easy fix solution to a flash drive or a CD, and then run it on the computer that has the problem.
Change the MTU Settings for PPP Connections
Let me fix it myself
Easy fix 50613To change the MTU settings for PPP connections, add the ProtocolType DWORD value, the PPPProtocolType DWORD value, and the ProtocolMTU DWORD value to the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Ndiswan\Parameters\Protocols\0
To do so, follow these steps.Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
- Click Start, click Run, type regedit in the Open box, and then click OK.
- Locate and then click the following subkey in the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NdisWan\Parameters
- Add a Protocols subkey (if it does not already exist). To do so:
- On the Edit menu, point to New, and then click Key.
- Type Protocols, and then press ENTER.
- On the Edit menu, point to New, and then click Key.
- Add a 0 (zero) subkey to the Protocols subkey. To do so:
- Click the Protocols subkey that you created step 3.
- On the Edit menu, point to New, and then click Key.
- Type 0 (zero), and then press ENTER.
- Click the 0 subkey that you created in step 4.
- On the Edit menu, point to New, and then click DWORD Value.
- In the Value data box, type ProtocolType, and then click OK.
- On the Edit menu, click Modify.
- In the Value data box, type 800, make sure Hexadecimal is selected under Base, and then click OK.
- On the Edit menu, point to New, and then click DWORD Value.
- Type PPPProtocolType, and then press ENTER.
- On the Edit menu, click Modify.
- In the Value data box, type 21, make sure Hexadecimal is selected under Base, and then click OK.
- On the Edit menu, point to New, and then click DWORD Value.
- Type ProtocolMTU, and then press ENTER.
- On the Edit menu, click Modify.
- Under Base, click Decimal, type the MTU size that you want in the Value data box, and then click OK.
- Quit Registry Editor.
- Restart your computer.
Change the MTU Settings for VPN Connections
To have us change the MTU Settings for VPN Connections for you, go to the "Here's an easy fix" section. If you prefer to fix this problem manually, go to the "Let me fix it myself" section.Here's an easy fix
To fix this problem automatically, click the Download button. In the File Download dialog box, click Run or Open, and then follow the steps in the easy fix wizard.- Type the desired MTU size between 1 and 1500 when asked during the installation process.
- This wizard may be in English only. However, the automatic fix also works for other language versions of Windows.
- If you’re not on the computer that has the problem, save the easy fix solution to a flash drive or a CD, and then run it on the computer that has the problem.
Let me fix it myself
Easy fix 50614To change the MTU settings for VPN connections, add the ProtocolType DWORD value, the PPPProtocolType DWORD value, and the TunnelMTU DWORD value to the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Ndiswan\Parameters\Protocols\0
To do so, follow these steps.Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
- Click Start, click Run, type regedit in the Open box, and then click OK.
- Locate and then click the following subkey in the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NdisWan\Parameters
- Add a Protocols subkey (if it does not already exist). To do so:
- On the Edit menu, point to New, and then click Key.
- Type Protocols, and then press ENTER.
- On the Edit menu, point to New, and then click Key.
- Add a 0 (zero) subkey to the Protocols subkey. To do so:
- Click the Protocols sub key that you created in step 3.
- On the Edit menu, point to New, and then click Key.
- Type 0 (zero), and then press ENTER.
- Click the 0 subkey that you created in step 4.
- On the Edit menu, point to New, and then click DWORD Value.
- In the Value data box, type ProtocolType, and then click OK.
- On the Edit menu, click Modify.
- In the Value data box, type 800, make sure Hexadecimal is selected under Base, and then click OK.
- On the Edit menu, point to New, and then click DWORD Value.
- Type PPPProtocolType, and then press ENTER.
- On the Edit menu, click Modify.
- In the Value data box, type 21, make sure Hexadecimal is selected under Base, and then click OK.
- On the Edit menu, point to New, and then click DWORD Value.
- Type TunnelMTU, and then press ENTER.
- On the Edit menu, click Modify.
- Under Base, click Decimal, type the MTU size that you want in the Value data box, and then click OK.
- Quit Registry Editor.
- Restart your computer.
Did this fix the problem?
Check whether the problem is fixed. If the problem is fixed, you are finished with this section. If the problem is not fixed, you can contact support.References
For additional information about MTU size in Microsoft Windows NT 4.0, click the following article number to view the article in the Microsoft Knowledge Base:
For more information about PPP, see Request for Comments (RFC) 1548. To do so, visit the following Internet Engineering Task Force (IETF) Web site: back to the top
For more information about PPP, see Request for Comments (RFC) 1548. To do so, visit the following Internet Engineering Task Force (IETF) Web site: back to the top