Sunday, January 3, 2010

Set MTU in windows 7

To check current mtu
netsh interface ipv4 show subinterfaces

To set mtu for an interface
netsh interface ipv4 set subinterface "Local Area Connection" mtu=nnnn store=persistent

To find out best mtu
ping -f -l 1472 209.131.36.158