Guest User

tcpdump from nginx in LXC

a guest
Oct 21st, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. [root@nginx ~]# tcpdump -i eth0
  2. tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
  3. listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
  4. 00:13:22.071612 IP6 <LAPTOP-MIREDO-IPv6>.48478 > nginx.http: Flags [S], seq 2733576963, win 24400, options [mss 1220,sackOK,TS val 233616225 ecr 0,nop,wscale 7], length 0
  5. 00:13:22.071672 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  6. 00:13:23.072225 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  7. 00:13:24.074139 IP6 <LAPTOP-MIREDO-IPv6>.48478 > nginx.http: Flags [S], seq 2733576963, win 24400, options [mss 1220,sackOK,TS val 233616826 ecr 0,nop,wscale 7], length 0
  8. 00:13:24.075529 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  9. 00:13:26.072295 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  10. 00:13:27.075571 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  11. 00:13:33.088888 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  12. 00:13:44.092255 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  13. 00:13:45.095550 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  14. 00:13:46.098884 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  15. 00:13:52.333706 IP6 <LAPTOP-MIREDO-IPv6>.48478 > nginx.http: Flags [S], seq 2733576963, win 24400, options [mss 1220,sackOK,TS val 233625248 ecr 0,nop,wscale 7], length 0
  16. 00:13:52.333754 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  17. 00:13:53.335534 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  18. 00:13:54.338899 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  19. 00:13:57.345553 IP6 fe80::c09e:4fff:fe69:f1d3 > nginx: ICMP6, neighbor solicitation, who has nginx, length 32
  20. 00:13:57.345574 IP6 nginx > fe80::c09e:4fff:fe69:f1d3: ICMP6, neighbor advertisement, tgt is nginx, length 24
  21. 00:13:57.345743 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  22. 00:13:58.352677 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  23. 00:13:59.358172 IP6 nginx > ff02::1:ff00:1: ICMP6, neighbor solicitation, who has gateway, length 32
  24. ^C00:14:02.350907 IP nginx.33619 > google-public-dns-a.google.com.domain: 17120+ PTR? 3.d.1.f.9.6.e.f.f.f.f.4.e.9.0.c.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa. (90)
  25.  
  26. 21 packets captured
  27. 60 packets received by filter
  28. 33 packets dropped by kernel
Add Comment
Please, Sign In to add comment