我忘了是MTU還是MUT電腦高手進急謝謝?
命令行,netsh命令:
A)對于Windows 7/vista + 的系統:
1. ipv6的網卡:
netsh interface ipv6 show subinterfaces2. ipv4:
netsh interface ipv4 show subinterfaces
windows xp, 需要其他“Routing and Remote Access”, 然后:
netsh interface ip show interface
B)對于Linux,則:
ip link show
netstat -i
ifconfig -a
均能查看對應網卡的mtu值。