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:18.222.181.72,2025-02-23 21:34:53,Processed in 0.04998 second(s).