This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ping works till packets are greater than 1396

Dear all,
i got problem with packtets size greater than 1396.

I got this problem on ethernet interface from broadcom netextreme 5721 (network 1).
The other cards are working (3  Intel 82541 PI). (network 0, network 2, network 3)

If i go through a tunnel (Linux or Astaro on the other side same thing):
ping -c3 -s 1397 network 0
PING 10.0.0.1 (10.0.0.1) 1397(1425) bytes of data.
From 192.168.0.221 icmp_seq=1 Frag needed and DF set (mtu = 1420)
1405 bytes from 10.0.0.1: icmp_seq=2 ttl=62 time=79.4 ms
1405 bytes from 10.0.0.1: icmp_seq=3 ttl=62 time=107 ms

if i ping on network 1 (THIS IS THE PROBLEM)heinz@pippin:~$ ping -c3 -s 1397 10.10.0.1
Firewall is ok!!
PING 10.10.0.1 (10.10.0.1) 1397(1425) bytes of data.
1405 bytes from 10.10.0.1: icmp_seq=1 ttl=64 time=4.73 ms
1405 bytes from 10.10.0.1: icmp_seq=2 ttl=64 time=0.784 ms
1405 bytes from 10.10.0.1: icmp_seq=3 ttl=64 time=0.925 ms

Linuxhost is not reachabel
heinz@pippin:~$ ping -c3 -s 1397 10.10.2.1
PING 10.10.2.1 (10.10.2.1) 1397(1425) bytes of data.
--- 10.10.2.1 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2009ms

NEED HELP!!

Every interface on MTU 1420 -- that solve the problem


This thread was automatically locked due to age.