命令行,netsh命令:
A)对于Windows 7/vista + 的系统:
1. ipv6的网卡:
netsh interface ipv6 show subinterfaces
2. 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值。
查看方法:
1、点击运行--输入cmd
2、确定后打开.
3、输入ping地址,如图。
4、回车。