- Joined
- Jan 11, 2016
- Messages
- 16,443
- Reaction score
- 5,738
ok.
So 1472 works, 1473 dont, which is expected, because 1473 needs an MTU of 1501. So its not MTU that is the issue then.Code:outlawstar@outlawstar:~$ ping -c 4 -M do -s 1473 155.133.238.163 PING 155.133.238.163 (155.133.238.163) 1473(1501) 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 ping: local error: Message too long, mtu=1500 --- 155.133.238.163 ping statistics --- 4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3056ms outlawstar@outlawstar:~$ ping -c 4 -M do -s 1472 155.133.238.163 PING 155.133.238.163 (155.133.238.163) 1472(1500) bytes of data. 1480 bytes from 155.133.238.163: icmp_seq=1 ttl=56 time=21.4 ms 1480 bytes from 155.133.238.163: icmp_seq=2 ttl=56 time=21.4 ms 1480 bytes from 155.133.238.163: icmp_seq=3 ttl=56 time=21.4 ms 1480 bytes from 155.133.238.163: icmp_seq=4 ttl=56 time=21.4 ms --- 155.133.238.163 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms rtt min/avg/max/mdev = 21.412/21.449/21.491/0.150 ms
Well I can pass a 1500 frame from the Vumatel Edge Router to 155.133.238.163 as well as to Loppas' public IP. So that's interesting. What happens when you try ping the gateway on the Vumatel network?
