linux
ifconfig eth1 mtu 9000
windows
netsh interface ipv4 show interfaces
netsh interface ipv4 set interface 1 mtu =1518
重启后需要重新配置
ifconfig eth1 mtu 9000
netsh interface ipv4 show interfaces
netsh interface ipv4 set interface 1 mtu =1518
重启后需要重新配置