Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. charlie@vpn:~$ sudo tcpdump -n -i any icmp and host 10.0.10.2
  2.  
  3. tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
  4. listening on any, link-type LINUX_SLL (Linux cooked), capture size 262144 bytes
  5.  
  6. 10:35:08.104426 IP 10.0.10.2 > 216.58.212.110: ICMP echo request, id 5607, seq 3862, length 64
  7. 10:35:08.104509 IP 10.0.10.2 > 216.58.212.110: ICMP echo request, id 5607, seq 3862, length 64
  8. 10:35:08.106403 IP 216.58.212.110 > 10.0.10.2: ICMP echo reply, id 5607, seq 3862, length 64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement