实际上我的机器wwan0 MTU 是 1500
ashokkrishna@ashokkrishna-Lenovo-B560:~$ ping -s 1490 example.com
PING example.com (93.184.216.119) 1490(1518) bytes of data.
1498 bytes from 93.184.216.119: icmp_seq=1 ttl=51 time=1119 ms
1498 bytes from 93.184.216.119: icmp_seq=2 ttl=51 time=1130 ms
1498 bytes from 93.184.216.119: icmp_seq=3 ttl=51 time=1260 ms
^C
--- example.com ping statistics ---
4 packets transmitted, 3 received, 25% packet loss, time 3178ms
rtt min/avg/max/mdev = 1119.258/1170.102/1260.574/64.137 ms, pipe 2
但是当我 ping 喜欢
ashokkrishna@ashokkrishna-Lenovo-B560:~$ ping -M do -s 1490 example.com
PING example.com (93.184.216.119) 1490(1518) bytes of data.
ping: local error: Message too long, mtu=1500
ping: local error: Message too long, mtu=1500
ping: local error: Message too long, mtu=1500
^C
--- example.com ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 1999ms
这是什么区别?
我的目的是要知道 example.com 服务器的 MTU 大小?我怎么能找到呢?