Windows服务器修改MTU
时间:2025-07-07 来源:未知 投稿:admin 点击:次
查看当前MTU信息:
netsh interface ipv4 show subinterfaces
修改MTU为1450:
netsh interface ipv4 set subinterface "本地连接 4" mtu=1450 store=persistent
netsh interface ipv4 show subinterfaces
修改MTU为1450:
netsh interface ipv4 set subinterface "本地连接 4" mtu=1450 store=persistent
如果您的问题仍未解决,还可以加入服务器在线技术交流QQ群:8017413寻求帮助。