Centos6和Centos7系统:
echo "1476" > /sys/class/net/eth0/mtu && echo "echo \""1476"\" > /sys/class/net/eth0/mtu">> /etc/rc.d/rc.local && chmod +x /etc/rc.d/rc.local
Windows2008R2系统:
netsh interface ipv4 set subinterface "本地连接" mtu=1476 store=persistent
Windows2012R2和Windows2016和Windows2019系统:
netsh interface ipv4 set subinterface "以太网 1" mtu=1476 store=persistent
Powered by rrcnzz.com
©2019 - 2025 人人站长网
您的IP:3.128.168.219,2025-01-18 15:50:45,Processed in 0.04726 second(s).