Skip to content

Instantly share code, notes, and snippets.

@ankita-anil-verma
Last active February 28, 2018 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankita-anil-verma/07052256ea6308b932708c0f0e3900c9 to your computer and use it in GitHub Desktop.
Save ankita-anil-verma/07052256ea6308b932708c0f0e3900c9 to your computer and use it in GitHub Desktop.
Infra 1 in OSA can communicate with external lbip but the rest of the host are not able to ping to it so i wanted to check the flow of pkts but i can't analyse tcpdump capture at infra1
root@infra2:/home/osadmin# ping <external lbvip> -c 5 -vv
PING <external lbvip> (<external lbvip>) 56(84) bytes of data.
From <gateway of internal n/w> icmp_seq=1 Destination Host Unreachable
From <gateway of internal n/w> icmp_seq=2 Destination Host Unreachable
From <gateway of internal n/w> icmp_seq=3 Destination Host Unreachable
From <gateway of internal n/w> icmp_seq=4 Destination Host Unreachable
From <gateway of internal n/w> icmp_seq=5 Destination Host Unreachable
root@infra2:/home/osadmin# tcpdump -i br-vlan host external lbvip -c 4 -vv
tcpdump: listening on br-vlan, link-type EN10MB (Ethernet), capture size 262144 bytes
23:32:54.896992 IP (tos 0xc0, ttl 255, id 45289, offset 0, flags [none], proto VRRP (112), length 40)
external lbvip > vrrp.mcast.net: vrrp external lbvip > vrrp.mcast.net: VRRPv2, Advertisement, vrid 10, prio 150, authtype simple, intvl 1s, length 20, addrs: external lbvip auth "746e5551"
23:32:55.897957 IP (tos 0xc0, ttl 255, id 45290, offset 0, flags [none], proto VRRP (112), length 40)
external lbvip > vrrp.mcast.net: vrrp external lbvip > vrrp.mcast.net: VRRPv2, Advertisement, vrid 10, prio 150, authtype simple, intvl 1s, length 20, addrs: external lbvip auth "746e5551"
23:32:56.898422 IP (tos 0xc0, ttl 255, id 45291, offset 0, flags [none], proto VRRP (112), length 40)
external lbvip > vrrp.mcast.net: vrrp external lbvip > vrrp.mcast.net: VRRPv2, Advertisement, vrid 10, prio 150, authtype simple, intvl 1s, length 20, addrs: external lbvip auth "746e5551"
23:32:57.899634 IP (tos 0xc0, ttl 255, id 45292, offset 0, flags [none], proto VRRP (112), length 40)
external lbvip > vrrp.mcast.net: vrrp external lbvip > vrrp.mcast.net: VRRPv2, Advertisement, vrid 10, prio 150, authtype simple, intvl 1s, length 20, addrs: external lbvip auth "746e5551"
4 packets captured
4 packets received by filter
0 packets dropped by kernel
root@infra2:/home/osadmin# tcpdump -i eth0 host external lbvip -vv
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
23:53:56.921938 IP (tos 0xc0, ttl 255, id 46550, offset 0, flags [none], proto VRRP (112), length 40)
external lbvip > vrrp.mcast.net: vrrp external lbvip > vrrp.mcast.net: VRRPv2, Advertisement, vrid 10, prio 150, authtype simple, intvl 1s, length 20, addrs: external lbvip auth "746e5551"
23:53:57.922650 IP (tos 0xc0, ttl 255, id 46551, offset 0, flags [none], proto VRRP (112), length 40)
external lbvip > vrrp.mcast.net: vrrp external lbvip > vrrp.mcast.net: VRRPv2, Advertisement, vrid 10, prio 150, authtype simple, intvl 1s, length 20, addrs: external lbvip auth "746e5551"
23:53:58.923376 IP (tos 0xc0, ttl 255, id 46552, offset 0, flags [none], proto VRRP (112), length 40)
external lbvip > vrrp.mcast.net: vrrp external lbvip > vrrp.mcast.net: VRRPv2, Advertisement, vrid 10, prio 150, authtype simple, intvl 1s, length 20, addrs: external lbvip auth "746e5551"
23:53:59.924326 IP (tos 0xc0, ttl 255, id 46553, offset 0, flags [none], proto VRRP (112), length 40)
external lbvip > vrrp.mcast.net: vrrp external lbvip > vrrp.mcast.net: VRRPv2, Advertisement, vrid 10, prio 150, authtype simple, intvl 1s, length 20, addrs: external lbvip auth "746e5551"
^C
4 packets captured
4 packets received by filter
0 packets dropped by kernel
root@infra1:~# tcpdump -i br-vlan host <external lbvip> -vv
tcpdump: listening on br-vlan, link-type EN10MB (Ethernet), capture size 262144 bytes
22:50:19.057033 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has <external lbvip> tell <gateway of internal n/w>, length 46
22:50:20.049944 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has <external lbvip> tell <gateway of internal n/w>, length 46
22:50:21.049933 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has <external lbvip> tell <gateway of internal n/w>, length 46
22:50:22.055240 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has <external lbvip> tell <gateway of internal n/w>, length 46
22:50:23.049945 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has <external lbvip> tell <gateway of internal n/w>, length 46
22:50:24.049941 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has <external lbvip> tell <gateway of internal n/w>, length 46
^C
6 packets captured
6 packets received by filter
0 packets dropped by kernel
root@infra1:/home/osadmin# tcpdump -i eth0 host external lbvip -vv
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
00:04:36.432282 IP (tos 0xc0, ttl 255, id 47189, offset 0, flags [none], proto VRRP (112), length 40)
external lbvip > vrrp.mcast.net: vrrp external lbvip > vrrp.mcast.net: VRRPv2, Advertisement, vrid 10, prio 150, authtype simple, intvl 1s, length 20, addrs: external lbvip auth "746e5551"
00:04:37.433020 IP (tos 0xc0, ttl 255, id 47190, offset 0, flags [none], proto VRRP (112), length 40)
external lbvip > vrrp.mcast.net: vrrp external lbvip > vrrp.mcast.net: VRRPv2, Advertisement, vrid 10, prio 150, authtype simple, intvl 1s, length 20, addrs: external lbvip auth "746e5551"
00:04:38.433874 IP (tos 0xc0, ttl 255, id 47191, offset 0, flags [none], proto VRRP (112), length 40)
external lbvip > vrrp.mcast.net: vrrp external lbvip > vrrp.mcast.net: VRRPv2, Advertisement, vrid 10, prio 150, authtype simple, intvl 1s, length 20, addrs: external lbvip auth "746e5551"
00:04:39.434368 IP (tos 0xc0, ttl 255, id 47192, offset 0, flags [none], proto VRRP (112), length 40)
external lbvip > vrrp.mcast.net: vrrp external lbvip > vrrp.mcast.net: VRRPv2, Advertisement, vrid 10, prio 150, authtype simple, intvl 1s, length 20, addrs: external lbvip auth "746e5551"
^C
4 packets captured
4 packets received by filter
0 packets dropped by kernel
root@infra1:~# tcpdump -i br-mgmt host 10.870.100.127
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on br-mgmt, link-type EN10MB (Ethernet), capture size 262144 bytes
^C
0 packets captured
5 packets received by filter
0 packets dropped by kernel
root@infra1:~# tcpdump -i br-mgmt host <external lbvip> -vv
tcpdump: listening on br-mgmt, link-type EN10MB (Ethernet), capture size 262144 bytes
^C
0 packets captured
88 packets received by filter
53 packets dropped by kernel
root@infra1:~# tcpdump -vv
tcpdump: listening on b95c311a_eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
^C
0 packets captured
2 packets received by filter
0 packets dropped by kernel
root@infra1:~# tcpdump
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on b95c311a_eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel
root@infra1:~# tcpdump
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on b95c311a_eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel
root@infra1:~# tcpdump -i br-mgmt host <infra2ip> -vv
tcpdump: listening on br-mgmt, link-type EN10MB (Ethernet), capture size 262144 bytes
21:04:05.231162 IP (tos 0x0, ttl 64, id 52575, offset 0, flags [DF], proto TCP (6), length 60)
infra3.openstack.local.36234 > infra1-nova-console-container-39906d80.openstack.local.6082: Flags [S], cksum 0xc4d8 (correct), seq 2057481792, win 29200, options [mss 1460,sackOK,TS val 43868959 ecr 0,nop,wscale 7], length 0
21:04:05.231271 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60)
infra1-nova-console-container-39906d80.openstack.local.6082 > infra3.openstack.local.36234: Flags [S.], cksum 0xdd59 (incorrect -> 0x4559), seq 4173681186, ack 2057481793, win 28960, options [mss 1460,sackOK,TS val 191375886 ecr 43868959,nop,wscale 7], length 0
21:04:05.231487 IP (tos 0x0, ttl 64, id 52576, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.36234 > infra1-nova-console-container-39906d80.openstack.local.6082: Flags [.], cksum 0xe460 (correct), seq 1, ack 1, win 229, options [nop,nop,TS val 43868959 ecr 191375886], length 0
21:04:05.231548 IP (tos 0x0, ttl 64, id 52577, offset 0, flags [DF], proto TCP (6), length 90)
infra3.openstack.local.36234 > infra1-nova-console-container-39906d80.openstack.local.6082: Flags [P.], cksum 0xd6f1 (correct), seq 1:39, ack 1, win 229, options [nop,nop,TS val 43868959 ecr 191375886], length 38
21:04:05.231583 IP (tos 0x0, ttl 64, id 30765, offset 0, flags [DF], proto TCP (6), length 52)
infra1-nova-console-container-39906d80.openstack.local.6082 > infra3.openstack.local.36234: Flags [.], cksum 0xdd51 (incorrect -> 0xe43c), seq 1, ack 39, win 227, options [nop,nop,TS val 191375886 ecr 43868959], length 0
21:04:05.241319 IP (tos 0x0, ttl 64, id 30766, offset 0, flags [DF], proto TCP (6), length 79)
infra1-nova-console-container-39906d80.openstack.local.6082 > infra3.openstack.local.36234: Flags [P.], cksum 0xdd6c (incorrect -> 0x3a7c), seq 1:28, ack 39, win 227, options [nop,nop,TS val 191375888 ecr 43868959], length 27
21:04:05.241537 IP (tos 0x0, ttl 64, id 52578, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.36234 > infra1-nova-console-container-39906d80.openstack.local.6082: Flags [.], cksum 0xe41a (correct), seq 39, ack 28, win 229, options [nop,nop,TS val 43868962 ecr 191375888], length 0
21:04:05.241593 IP (tos 0x0, ttl 64, id 30767, offset 0, flags [DF], proto TCP (6), length 169)
infra1-nova-console-container-39906d80.openstack.local.6082 > infra3.openstack.local.36234: Flags [P.], cksum 0xddc6 (incorrect -> 0xfc73), seq 28:145, ack 39, win 227, options [nop,nop,TS val 191375888 ecr 43868962], length 117
21:04:05.241610 IP (tos 0x0, ttl 64, id 52579, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.36234 > infra1-nova-console-container-39906d80.openstack.local.6082: Flags [R.], cksum 0xe416 (correct), seq 39, ack 28, win 229, options [nop,nop,TS val 43868962 ecr 191375888], length 0
21:04:05.241736 IP (tos 0x0, ttl 64, id 47651, offset 0, flags [DF], proto TCP (6), length 40)
infra3.openstack.local.36234 > infra1-nova-console-container-39906d80.openstack.local.6082: Flags [R], cksum 0x045f (correct), seq 2057481831, win 0, length 0
21:04:05.575242 IP (tos 0x0, ttl 64, id 39168, offset 0, flags [DF], proto TCP (6), length 60)
infra3.openstack.local.38500 > infra1-repo-container-633e0098.openstack.local.8181: Flags [S], cksum 0x435a (correct), seq 2638215797, win 29200, options [mss 1460,sackOK,TS val 43869045 ecr 0,nop,wscale 7], length 0
21:04:05.575335 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60)
infra1-repo-container-633e0098.openstack.local.8181 > infra3.openstack.local.38500: Flags [S.], cksum 0xdea2 (incorrect -> 0xabc6), seq 2758065729, ack 2638215798, win 28960, options [mss 1460,sackOK,TS val 191375972 ecr 43869045,nop,wscale 7], length 0
21:04:05.575432 IP (tos 0x0, ttl 64, id 39169, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.38500 > infra1-repo-container-633e0098.openstack.local.8181: Flags [.], cksum 0x4ace (correct), seq 1, ack 1, win 229, options [nop,nop,TS val 43869045 ecr 191375972], length 0
21:04:05.575504 IP (tos 0x0, ttl 64, id 39170, offset 0, flags [DF], proto TCP (6), length 71)
infra3.openstack.local.38500 > infra1-repo-container-633e0098.openstack.local.8181: Flags [P.], cksum 0x66e6 (correct), seq 1:20, ack 1, win 229, options [nop,nop,TS val 43869045 ecr 191375972], length 19
21:04:05.575525 IP (tos 0x0, ttl 64, id 37926, offset 0, flags [DF], proto TCP (6), length 52)
infra1-repo-container-633e0098.openstack.local.8181 > infra3.openstack.local.38500: Flags [.], cksum 0xde9a (incorrect -> 0x4abd), seq 1, ack 20, win 227, options [nop,nop,TS val 191375972 ecr 43869045], length 0
21:04:05.575722 IP (tos 0x0, ttl 64, id 37927, offset 0, flags [DF], proto TCP (6), length 355)
infra1-repo-container-633e0098.openstack.local.8181 > infra3.openstack.local.38500: Flags [P.], cksum 0xdfc9 (incorrect -> 0xb1c4), seq 1:304, ack 20, win 227, options [nop,nop,TS val 191375972 ecr 43869045], length 303
21:04:05.575769 IP (tos 0x0, ttl 64, id 37928, offset 0, flags [DF], proto TCP (6), length 52)
infra1-repo-container-633e0098.openstack.local.8181 > infra3.openstack.local.38500: Flags [F.], cksum 0xde9a (incorrect -> 0x498d), seq 304, ack 20, win 227, options [nop,nop,TS val 191375972 ecr 43869045], length 0
21:04:05.575880 IP (tos 0x0, ttl 64, id 39171, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.38500 > infra1-repo-container-633e0098.openstack.local.8181: Flags [.], cksum 0x4984 (correct), seq 20, ack 304, win 237, options [nop,nop,TS val 43869045 ecr 191375972], length 0
21:04:05.575926 IP (tos 0x0, ttl 64, id 39172, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.38500 > infra1-repo-container-633e0098.openstack.local.8181: Flags [F.], cksum 0x4982 (correct), seq 20, ack 305, win 237, options [nop,nop,TS val 43869045 ecr 191375972], length 0
21:04:05.575959 IP (tos 0x0, ttl 64, id 37929, offset 0, flags [DF], proto TCP (6), length 52)
infra1-repo-container-633e0098.openstack.local.8181 > infra3.openstack.local.38500: Flags [.], cksum 0xde9a (incorrect -> 0x498c), seq 305, ack 21, win 227, options [nop,nop,TS val 191375972 ecr 43869045], length 0
21:04:05.580231 IP (tos 0x0, ttl 64, id 8266, offset 0, flags [DF], proto TCP (6), length 60)
infra3.openstack.local.48630 > infra1-repo-container-633e0098.openstack.local.3142: Flags [S], cksum 0x3fad (correct), seq 1145193276, win 29200, options [mss 1460,sackOK,TS val 43869046 ecr 0,nop,wscale 7], length 0
21:04:05.580307 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60)
infra1-repo-container-633e0098.openstack.local.3142 > infra3.openstack.local.48630: Flags [S.], cksum 0xdea2 (incorrect -> 0x4d9f), seq 2170305475, ack 1145193277, win 28960, options [mss 1460,sackOK,TS val 191375973 ecr 43869046,nop,wscale 7], length 0
21:04:05.580528 IP (tos 0x0, ttl 64, id 8267, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.48630 > infra1-repo-container-633e0098.openstack.local.3142: Flags [.], cksum 0xeca6 (correct), seq 1, ack 1, win 229, options [nop,nop,TS val 43869046 ecr 191375973], length 0
21:04:05.580551 IP (tos 0x0, ttl 64, id 8268, offset 0, flags [DF], proto TCP (6), length 87)
infra3.openstack.local.48630 > infra1-repo-container-633e0098.openstack.local.3142: Flags [P.], cksum 0xec7f (correct), seq 1:36, ack 1, win 229, options [nop,nop,TS val 43869046 ecr 191375973], length 35
21:04:05.580604 IP (tos 0x0, ttl 64, id 4513, offset 0, flags [DF], proto TCP (6), length 52)
infra1-repo-container-633e0098.openstack.local.3142 > infra3.openstack.local.48630: Flags [.], cksum 0xde9a (incorrect -> 0xec85), seq 1, ack 36, win 227, options [nop,nop,TS val 191375973 ecr 43869046], length 0
21:04:05.580912 IP (tos 0x0, ttl 64, id 4514, offset 0, flags [DF], proto TCP (6), length 633)
infra1-repo-container-633e0098.openstack.local.3142 > infra3.openstack.local.48630: Flags [P.], cksum 0xe0df (incorrect -> 0xb509), seq 1:582, ack 36, win 227, options [nop,nop,TS val 191375973 ecr 43869046], length 581
21:04:05.580974 IP (tos 0x0, ttl 64, id 4515, offset 0, flags [DF], proto TCP (6), length 1500)
infra1-repo-container-633e0098.openstack.local.3142 > infra3.openstack.local.48630: Flags [.], cksum 0xe442 (incorrect -> 0xeaf8), seq 582:2030, ack 36, win 227, options [nop,nop,TS val 191375973 ecr 43869046], length 1448
21:04:05.581026 IP (tos 0x0, ttl 64, id 4516, offset 0, flags [DF], proto TCP (6), length 7292)
infra1-repo-container-633e0098.openstack.local.3142 > infra3.openstack.local.48630: Flags [.], cksum 0xfae2 (incorrect -> 0xb6d1), seq 2030:9270, ack 36, win 227, options [nop,nop,TS val 191375973 ecr 43869046], length 7240
21:04:05.581042 IP (tos 0x0, ttl 64, id 4521, offset 0, flags [DF], proto TCP (6), length 1500)
infra1-repo-container-633e0098.openstack.local.3142 > infra3.openstack.local.48630: Flags [.], cksum 0xe442 (incorrect -> 0x13e5), seq 9270:10718, ack 36, win 227, options [nop,nop,TS val 191375973 ecr 43869046], length 1448
21:04:05.581068 IP (tos 0x0, ttl 64, id 8269, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.48630 > infra1-repo-container-633e0098.openstack.local.3142: Flags [.], cksum 0xea35 (correct), seq 36, ack 582, win 238, options [nop,nop,TS val 43869046 ecr 191375973], length 0
21:04:05.581083 IP (tos 0x0, ttl 64, id 8270, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.48630 > infra1-repo-container-633e0098.openstack.local.3142: Flags [.], cksum 0xe477 (correct), seq 36, ack 2030, win 260, options [nop,nop,TS val 43869046 ecr 191375973], length 0
21:04:05.581102 IP (tos 0x0, ttl 64, id 4522, offset 0, flags [DF], proto TCP (6), length 318)
infra1-repo-container-633e0098.openstack.local.3142 > infra3.openstack.local.48630: Flags [P.], cksum 0xdfa4 (incorrect -> 0x7b37), seq 10718:10984, ack 36, win 227, options [nop,nop,TS val 191375973 ecr 43869046], length 266
21:04:05.581119 IP (tos 0x0, ttl 64, id 8271, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.48630 > infra1-repo-container-633e0098.openstack.local.3142: Flags [.], cksum 0xdeb8 (correct), seq 36, ack 3478, win 283, options [nop,nop,TS val 43869046 ecr 191375973], length 0
21:04:05.581164 IP (tos 0x0, ttl 64, id 8272, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.48630 > infra1-repo-container-633e0098.openstack.local.3142: Flags [.], cksum 0xd33b (correct), seq 36, ack 6374, win 328, options [nop,nop,TS val 43869046 ecr 191375973], length 0
21:04:05.581173 IP (tos 0x0, ttl 64, id 8273, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.48630 > infra1-repo-container-633e0098.openstack.local.3142: Flags [R.], cksum 0xd337 (correct), seq 36, ack 6374, win 328, options [nop,nop,TS val 43869046 ecr 191375973], length 0
21:04:05.581245 IP (tos 0x0, ttl 64, id 4475, offset 0, flags [DF], proto TCP (6), length 40)
infra3.openstack.local.48630 > infra1-repo-container-633e0098.openstack.local.3142: Flags [R], cksum 0x7f8d (correct), seq 1145193312, win 0, length 0
21:04:05.956636 IP (tos 0x0, ttl 64, id 8626, offset 0, flags [DF], proto TCP (6), length 60)
infra3.openstack.local.48596 > infra1-keystone-container-86a91d13.openstack.local.35357: Flags [S], cksum 0xe161 (correct), seq 624116326, win 29200, options [mss 1460,sackOK,TS val 43869140 ecr 0,nop,wscale 7], length 0
21:04:05.956717 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60)
infra1-keystone-container-86a91d13.openstack.local.35357 > infra3.openstack.local.48596: Flags [S.], cksum 0xdebf (incorrect -> 0xcb4e), seq 1865904527, ack 624116327, win 28960, options [mss 1460,sackOK,TS val 191376067 ecr 43869140,nop,wscale 7], length 0
21:04:05.956953 IP (tos 0x0, ttl 64, id 8627, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.48596 > infra1-keystone-container-86a91d13.openstack.local.35357: Flags [.], cksum 0x6a56 (correct), seq 1, ack 1, win 229, options [nop,nop,TS val 43869140 ecr 191376067], length 0
21:04:05.956973 IP (tos 0x0, ttl 64, id 8628, offset 0, flags [DF], proto TCP (6), length 71)
infra3.openstack.local.48596 > infra1-keystone-container-86a91d13.openstack.local.35357: Flags [P.], cksum 0x866e (correct), seq 1:20, ack 1, win 229, options [nop,nop,TS val 43869140 ecr 191376067], length 19
21:04:05.957026 IP (tos 0x0, ttl 64, id 23379, offset 0, flags [DF], proto TCP (6), length 52)
infra1-keystone-container-86a91d13.openstack.local.35357 > infra3.openstack.local.48596: Flags [.], cksum 0xdeb7 (incorrect -> 0x6a45), seq 1, ack 20, win 227, options [nop,nop,TS val 191376067 ecr 43869140], length 0
21:04:05.960245 IP (tos 0x0, ttl 64, id 23380, offset 0, flags [DF], proto TCP (6), length 245)
infra1-keystone-container-86a91d13.openstack.local.35357 > infra3.openstack.local.48596: Flags [P.], cksum 0xdf78 (incorrect -> 0xeea2), seq 1:194, ack 20, win 227, options [nop,nop,TS val 191376068 ecr 43869140], length 193
21:04:05.960329 IP (tos 0x0, ttl 64, id 23381, offset 0, flags [DF], proto TCP (6), length 52)
infra1-keystone-container-86a91d13.openstack.local.35357 > infra3.openstack.local.48596: Flags [F.], cksum 0xdeb7 (incorrect -> 0x6982), seq 194, ack 20, win 227, options [nop,nop,TS val 191376068 ecr 43869140], length 0
21:04:05.960479 IP (tos 0x0, ttl 64, id 8629, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.48596 > infra1-keystone-container-86a91d13.openstack.local.35357: Flags [.], cksum 0x6978 (correct), seq 20, ack 194, win 237, options [nop,nop,TS val 43869141 ecr 191376068], length 0
21:04:05.960507 IP (tos 0x0, ttl 64, id 8630, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.48596 > infra1-keystone-container-86a91d13.openstack.local.35357: Flags [F.], cksum 0x6976 (correct), seq 20, ack 195, win 237, options [nop,nop,TS val 43869141 ecr 191376068], length 0
21:04:05.960555 IP (tos 0x0, ttl 64, id 23382, offset 0, flags [DF], proto TCP (6), length 52)
infra1-keystone-container-86a91d13.openstack.local.35357 > infra3.openstack.local.48596: Flags [.], cksum 0xdeb7 (incorrect -> 0x6980), seq 195, ack 21, win 227, options [nop,nop,TS val 191376068 ecr 43869141], length 0
21:04:06.070310 IP (tos 0x0, ttl 64, id 8984, offset 0, flags [DF], proto TCP (6), length 60)
infra3.openstack.local.51884 > infra1-repo-container-633e0098.openstack.local.git: Flags [S], cksum 0x228e (correct), seq 1040138473, win 29200, options [mss 1460,sackOK,TS val 43869169 ecr 0,nop,wscale 7], length 0
21:04:06.070394 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60)
infra1-repo-container-633e0098.openstack.local.git > infra3.openstack.local.51884: Flags [S.], cksum 0xdea2 (incorrect -> 0x6287), seq 113148895, ack 1040138474, win 28960, options [mss 1460,sackOK,TS val 191376096 ecr 43869169,nop,wscale 7], length 0
21:04:06.070687 IP (tos 0x0, ttl 64, id 8985, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.51884 > infra1-repo-container-633e0098.openstack.local.git: Flags [R.], cksum 0x018b (correct), seq 1, ack 1, win 229, options [nop,nop,TS val 43869169 ecr 191376096], length 0
21:04:06.144970 IP (tos 0x0, ttl 64, id 56912, offset 0, flags [DF], proto TCP (6), length 60)
infra3.openstack.local.58580 > infra1-aodh-container-e2df7781.openstack.local.8042: Flags [S], cksum 0x55b2 (correct), seq 2116860499, win 29200, options [mss 1460,sackOK,TS val 43869187 ecr 0,nop,wscale 7], length 0
21:04:06.145043 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60)
infra1-aodh-container-e2df7781.openstack.local.8042 > infra3.openstack.local.58580: Flags [S.], cksum 0xdd0c (incorrect -> 0xd578), seq 4188492054, ack 2116860500, win 28960, options [mss 1460,sackOK,TS val 191376114 ecr 43869187,nop,wscale 7], length 0
21:04:06.145211 IP (tos 0x0, ttl 64, id 56913, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.58580 > infra1-aodh-container-e2df7781.openstack.local.8042: Flags [.], cksum 0x7480 (correct), seq 1, ack 1, win 229, options [nop,nop,TS val 43869187 ecr 191376114], length 0
21:04:06.145231 IP (tos 0x0, ttl 64, id 56914, offset 0, flags [DF], proto TCP (6), length 71)
infra3.openstack.local.58580 > infra1-aodh-container-e2df7781.openstack.local.8042: Flags [P.], cksum 0x9098 (correct), seq 1:20, ack 1, win 229, options [nop,nop,TS val 43869187 ecr 191376114], length 19
21:04:06.145268 IP (tos 0x0, ttl 64, id 31717, offset 0, flags [DF], proto TCP (6), length 52)
infra1-aodh-container-e2df7781.openstack.local.8042 > infra3.openstack.local.58580: Flags [.], cksum 0xdd04 (incorrect -> 0x746f), seq 1, ack 20, win 227, options [nop,nop,TS val 191376114 ecr 43869187], length 0
21:04:06.147361 IP (tos 0x0, ttl 64, id 31718, offset 0, flags [DF], proto TCP (6), length 196)
infra1-aodh-container-e2df7781.openstack.local.8042 > infra3.openstack.local.58580: Flags [P.], cksum 0xdd94 (incorrect -> 0xae5b), seq 1:145, ack 20, win 227, options [nop,nop,TS val 191376115 ecr 43869187], length 144
21:04:06.147456 IP (tos 0x0, ttl 64, id 31719, offset 0, flags [DF], proto TCP (6), length 52)
infra1-aodh-container-e2df7781.openstack.local.8042 > infra3.openstack.local.58580: Flags [F.], cksum 0xdd04 (incorrect -> 0x73dd), seq 145, ack 20, win 227, options [nop,nop,TS val 191376115 ecr 43869187], length 0
21:04:06.147563 IP (tos 0x0, ttl 64, id 56915, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.58580 > infra1-aodh-container-e2df7781.openstack.local.8042: Flags [.], cksum 0x73d3 (correct), seq 20, ack 145, win 237, options [nop,nop,TS val 43869188 ecr 191376115], length 0
21:04:06.147588 IP (tos 0x0, ttl 64, id 56916, offset 0, flags [DF], proto TCP (6), length 52)
infra3.openstack.local.58580 > infra1-aodh-container-e2df7781.openstack.local.8042: Flags [F.], cksum 0x73d1 (correct), seq 20, ack 146, win 237, options [nop,nop,TS val 43869188 ecr 191376115], length 0
21:04:06.147633 IP (tos 0x0, ttl 64, id 31720, offset 0, flags [DF], proto TCP (6), length 52)
infra1-aodh-container-e2df7781.openstack.local.8042 > infra3.openstack.local.58580: Flags [.], cksum 0xdd04 (incorrect -> 0x73db), seq 146, ack 21, win 227, options [nop,nop,TS val 191376115 ecr 43869188], length 0
21:04:07.032932 IP (tos 0x0, ttl 64, id 38137, offset 0, flags [DF], proto TCP (6), length 60)
infra3.openstack.local.42192 > infra1-rabbit-mq-container-5ab1096f.openstack.local.15672: Flags [S], cksum 0xda1f (correct), seq 3805474840, win 29200, options [mss 1460,sackOK,TS val 43869409 ecr 0,nop,wscale 7], length 0
21:04:07.033001 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60)
infra1-rabbit-mq-container-5ab1096f.openstack.local.15672 > infra3.openstack.local.42192: Flags [S.], cksum 0xdf8b (incorrect -> 0x86c1), seq 1229706169, ack 3805474841, win 28960, options [mss 1460,sackOK,TS val 191376336 ecr 43869409,nop,wscale 7], length 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment