Tags: Lin ifconfig modify Query Conf window persist BSP ifconf
ObjectiveSometimes we need to change the MTU value to deal with a messy network problem.
Windows Modify method1.netsh interface IPv4 show subinterfaces query to current system MTU value
2.netsh interface IPv4 set subinterface "Local Area Connection" mtu=1400 store=persistent
How to modify Linux1.ifconfig eth0 MTU 1400
Windows and MTU Value modification