How to change the MTU Value in Windows
October 2, 2011 at 11:06 am Leave a comment
Due to some network related issues you may need to reset the MTU vaules in you systems.
* To Change the MTU Value
netsh interface ipv4 set subinterface “Local Area Connection” mtu=1300 store=persistent
Of course REBOOT needed.
* If do you what to verify this setting:
netsh int ip show int
Entry filed under: Windows.
Trackback this post | Subscribe to the comments via RSS Feed