通过⽹关测试mtu值
ping -f -l 1424 112.21.197.81计算mtu值为1424+28=1452
查看⽹卡mtu值
netsh interface ipv4 show subinterfaces修改mtu值-windows
netsh interface ipv4 set subinterface 以太⽹ mtu=1452 store=persistent修改mtu值-linux
ifconfig eth0 mtu 1452
因篇幅问题不能全部显示,请点此查看更多更全内容