Date created: Thursday, May 14, 2015 12:22:10 PM. Last modified: Friday, January 14, 2022 8:07:18 AM

Windows 7 - MTU Settings

netsh interface ipv4 show subinterfaces

netsh interface ipv4 set subinterface "Local Area Connection" mtu=1500 store=persistent
netsh interface ipv4 set subinterface "Wireless Network Connection" mtu=1500 store=persistent

ping -f -l 1472 192.0.2.1

Previous page: PuTTY Notes
Next page: VM Tuning