Skip to content

Instantly share code, notes, and snippets.

@ionosphere80
Created January 18, 2016 02:31
Show Gist options
  • Save ionosphere80/89cc8e21060e8988e46c to your computer and use it in GitHub Desktop.
Save ionosphere80/89cc8e21060e8988e46c to your computer and use it in GitHub Desktop.
MTU experiments - capture of ping with 1372 payload and DF=1
# ping -c 1 -s 1372 -M do 10.4.31.102
PING 10.4.31.102 (10.4.31.102) 1372(1400) bytes of data.
1380 bytes from 10.4.31.102: icmp_seq=1 ttl=63 time=4.44 ms
--- 10.4.31.102 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 4.441/4.441/4.441/0.000 ms
Neutron public network router interface (gateway):
20:26:28.093184 7e:27:12:8e:ab:89 > fa:16:3e:1b:0d:d3, ethertype IPv4 (0x0800), length 1414: (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto ICMP (1), length 1400)
10.4.31.1 > 10.4.31.102: ICMP echo request, id 5538, seq 1, length 1380
20:26:28.096072 fa:16:3e:1b:0d:d3 > 7e:27:12:8e:ab:89, ethertype IPv4 (0x0800), length 1414: (tos 0x0, ttl 63, id 12800, offset 0, flags [none], proto ICMP (1), length 1400)
10.4.31.102 > 10.4.31.1: ICMP echo reply, id 5538, seq 1, length 1380
Neutron private network router interface, namespace end of veth pair:
20:26:28.093221 fa:16:3e:1d:d1:a3 > fa:16:3e:bd:bf:3f, ethertype IPv4 (0x0800), length 1414: (tos 0x0, ttl 63, id 0, offset 0, flags [DF], proto ICMP (1), length 1400)
10.4.31.1 > 172.16.1.3: ICMP echo request, id 5538, seq 1, length 1380
20:26:28.096060 fa:16:3e:bd:bf:3f > fa:16:3e:1d:d1:a3, ethertype IPv4 (0x0800), length 1414: (tos 0x0, ttl 64, id 12800, offset 0, flags [none], proto ICMP (1), length 1400)
172.16.1.3 > 10.4.31.1: ICMP echo reply, id 5538, seq 1, length 1380
Neutron private network router interface, bridge end of veth pair:
20:26:28.093229 fa:16:3e:1d:d1:a3 > fa:16:3e:bd:bf:3f, ethertype IPv4 (0x0800), length 1414: (tos 0x0, ttl 63, id 0, offset 0, flags [DF], proto ICMP (1), length 1400)
10.4.31.1 > 172.16.1.3: ICMP echo request, id 5538, seq 1, length 1380
20:26:28.096053 fa:16:3e:bd:bf:3f > fa:16:3e:1d:d1:a3, ethertype IPv4 (0x0800), length 1414: (tos 0x0, ttl 64, id 12800, offset 0, flags [none], proto ICMP (1), length 1400)
172.16.1.3 > 10.4.31.1: ICMP echo reply, id 5538, seq 1, length 1380
Neutron private network VXLAN interface, controller node end of overlay:
20:26:28.094269 fa:16:3e:1d:d1:a3 > fa:16:3e:bd:bf:3f, ethertype IPv4 (0x0800), length 1414: (tos 0x0, ttl 63, id 0, offset 0, flags [DF], proto ICMP (1), length 1400)
10.4.31.1 > 172.16.1.3: ICMP echo request, id 5538, seq 1, length 1380
20:26:28.094947 fa:16:3e:bd:bf:3f > fa:16:3e:1d:d1:a3, ethertype IPv4 (0x0800), length 1414: (tos 0x0, ttl 64, id 12800, offset 0, flags [none], proto ICMP (1), length 1400)
172.16.1.3 > 10.4.31.1: ICMP echo reply, id 5538, seq 1, length 1380
Neutron private network VXLAN interface, controller node end of overlay:
20:26:28.094269 fa:16:3e:1d:d1:a3 (oui Unknown) > fa:16:3e:bd:bf:3f (oui Unknown), ethertype IPv4 (0x0800), length 1414: (tos 0x0, ttl 63, id 0, offset 0, flags [DF], proto ICMP (1), length 1400)
10.4.31.1 > 172.16.1.3: ICMP echo request, id 5538, seq 1, length 1380
20:26:28.094947 fa:16:3e:bd:bf:3f (oui Unknown) > fa:16:3e:1d:d1:a3 (oui Unknown), ethertype IPv4 (0x0800), length 1414: (tos 0x0, ttl 64, id 12800, offset 0, flags [none], proto ICMP (1), length 1400)
172.16.1.3 > 10.4.31.1: ICMP echo reply, id 5538, seq 1, length 1380
Neutron private network VXLAN interface, controller node end of overlay:
20:26:28.094377 fa:16:3e:1d:d1:a3 > fa:16:3e:bd:bf:3f, ethertype IPv4 (0x0800), length 1414: (tos 0x0, ttl 63, id 0, offset 0, flags [DF], proto ICMP (1), length 1400)
10.4.31.1 > 172.16.1.3: ICMP echo request, id 5538, seq 1, length 1380
20:26:28.094929 fa:16:3e:bd:bf:3f > fa:16:3e:1d:d1:a3, ethertype IPv4 (0x0800), length 1414: (tos 0x0, ttl 64, id 12800, offset 0, flags [none], proto ICMP (1), length 1400)
172.16.1.3 > 10.4.31.1: ICMP echo reply, id 5538, seq 1, length 1380
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment