受上游设置影响,最近有机器MTU 默认1500 到部分IP段无法链接,因此需要调低MTU。
一、查看目前网卡MTU
netsh interface ipv4 show subinterfaces
二、修改为1450
netsh interface ipv4 set subinterface "MEZZ 3 Port1" mtu=1450 store=persistent
MEZZ 3 Port1 替换为 网卡的名字。
受上游设置影响,最近有机器MTU 默认1500 到部分IP段无法链接,因此需要调低MTU。
netsh interface ipv4 show subinterfaces
netsh interface ipv4 set subinterface "MEZZ 3 Port1" mtu=1450 store=persistent
MEZZ 3 Port1 替换为 网卡的名字。