Advertisement
Guest User

icmp_tracing

a guest
May 18th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.39 KB | None | 0 0
  1. [root@ip-10-3-6-167 ec2-user]# brctl show
  2. bridge name              bridge id              STP enabled     interfaces
  3. qbrc4a91132-36          8000.2618997a8ed7       no              qvbc4a91132-36
  4.                                                                 tapc4a91132-36
  5.  
  6.  
  7. [root@ip-10-3-6-167 ec2-user]# tcpdump -vv -i tapc4a91132-36 | grep -i icmp
  8. 19:17:52.444941 IP (tos 0x0, ttl 64, id 62235, offset 0, flags [none], proto ICMP (1), length 84)
  9.     192.168.122.3 > ip-10-3-6-167.aeris.net: ICMP echo reply, id 5486, seq 49, length 64
  10. 19:17:53.444654 IP (tos 0x0, ttl 63, id 17190, offset 0, flags [DF], proto ICMP (1), length 84)
  11.     ip-10-3-6-167.aeris.net > 192.168.122.3: ICMP echo request, id 5486, seq 50, length 64
  12. 19:17:53.444961 IP (tos 0x0, ttl 64, id 62236, offset 0, flags [none], proto ICMP (1), length 84)
  13.     192.168.122.3 > ip-10-3-6-167.aeris.net: ICMP echo reply, id 5486, seq 50, length 64
  14. 19:17:54.444651 IP (tos 0x0, ttl 63, id 17191, offset 0, flags [DF], proto ICMP (1), length 84)
  15.     ip-10-3-6-167.aeris.net > 192.168.122.3: ICMP echo request, id 5486, seq 51, length 64
  16. 19:17:54.444953 IP (tos 0x0, ttl 64, id 62237, offset 0, flags [none], proto ICMP (1), length 84)
  17.     192.168.122.3 > ip-10-3-6-167.aeris.net: ICMP echo reply, id 5486, seq 51, length 64
  18. 19:17:55.444657 IP (tos 0x0, ttl 63, id 17192, offset 0, flags [DF], proto ICMP (1), length 84)
  19.     ip-10-3-6-167.aeris.net > 192.168.122.3: ICMP echo request, id 5486, seq 52, length 64
  20. 19:17:55.444958 IP (tos 0x0, ttl 64, id 62238, offset 0, flags [none], proto ICMP (1), length 84)
  21.     192.168.122.3 > ip-10-3-6-167.aeris.net: ICMP echo reply, id 5486, seq 52, length 64
  22. 19:17:56.444710 IP (tos 0x0, ttl 63, id 17193, offset 0, flags [DF], proto ICMP (1), length 84)
  23.  
  24.  
  25. [root@ip-10-3-6-167 ec2-user]# tcpdump -vv -i qvoc4a91132-36 | grep -i icmp
  26.  
  27. 19:17:52.444622 IP (tos 0x0, ttl 63, id 17189, offset 0, flags [DF], proto ICMP (1), length 84)
  28.     ip-10-3-6-167.aeris.net > 192.168.122.3: ICMP echo request, id 5486, seq 49, length 64
  29. 19:17:52.444970 IP (tos 0x0, ttl 64, id 62235, offset 0, flags [none], proto ICMP (1), length 84)
  30.     192.168.122.3 > ip-10-3-6-167.aeris.net: ICMP echo reply, id 5486, seq 49, length 64
  31. 19:17:53.444630 IP (tos 0x0, ttl 63, id 17190, offset 0, flags [DF], proto ICMP (1), length 84)
  32.     ip-10-3-6-167.aeris.net > 192.168.122.3: ICMP echo request, id 5486, seq 50, length 64
  33. 19:17:53.444981 IP (tos 0x0, ttl 64, id 62236, offset 0, flags [none], proto ICMP (1), length 84)
  34.     192.168.122.3 > ip-10-3-6-167.aeris.net: ICMP echo reply, id 5486, seq 50, length 64
  35. 19:17:54.444627 IP (tos 0x0, ttl 63, id 17191, offset 0, flags [DF], proto ICMP (1), length 84)
  36.     ip-10-3-6-167.aeris.net > 192.168.122.3: ICMP echo request, id 5486, seq 51, length 64
  37. 19:17:54.444971 IP (tos 0x0, ttl 64, id 62237, offset 0, flags [none], proto ICMP (1), length 84)
  38.     192.168.122.3 > ip-10-3-6-167.aeris.net: ICMP echo reply, id 5486, seq 51, length 64
  39. 19:17:55.444633 IP (tos 0x0, ttl 63, id 17192, offset 0, flags [DF], proto ICMP (1), length 84)
  40.     ip-10-3-6-167.aeris.net > 192.168.122.3: ICMP echo request, id 5486, seq 52, length 64
  41. 19:17:55.444975 IP (tos 0x0, ttl 64, id 62238, offset 0, flags [none], proto ICMP (1), length 84)
  42.     192.168.122.3 > ip-10-3-6-167.aeris.net: ICMP echo reply, id 5486, seq 52, length 64
  43. 19:17:56.444685 IP (tos 0x0, ttl 63, id 17193, offset 0, flags [DF], proto ICMP (1), length 84)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement