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:216.73.216.234,2025-05-23 17:07:54,Processed in 0.02103 second(s).