mtu导致上网异常
Posted kylingx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mtu导致上网异常相关的知识,希望对你有一定的参考价值。
通过网关测试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
以上是关于mtu导致上网异常的主要内容,如果未能解决你的问题,请参考以下文章