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 - 2024 人人站长网
您的IP:18.191.200.114,2024-11-22 02:41:23,Processed in 0.05147 second(s).