Skip to content

Instantly share code, notes, and snippets.

@am0c
Created September 30, 2012 14:24
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 am0c/3806891 to your computer and use it in GitHub Desktop.
Save am0c/3806891 to your computer and use it in GitHub Desktop.
$ traceroute 64.111.29.139
traceroute to 64.111.29.139 (64.111.29.139), 30 hops max, 60 byte packets
1 192.168.219.1 (192.168.219.1) 29.574 ms 40.702 ms 52.115 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
@am0c
Copy link
Author

am0c commented Sep 30, 2012

$ ping 64.111.29.139
PING 64.111.29.139 (64.111.29.139) 56(84) bytes of data.
64 bytes from 64.111.29.139: icmp_seq=1 ttl=48 time=170 ms
64 bytes from 64.111.29.139: icmp_seq=2 ttl=48 time=171 ms
64 bytes from 64.111.29.139: icmp_seq=3 ttl=48 time=170 ms
64 bytes from 64.111.29.139: icmp_seq=4 ttl=48 time=172 ms
64 bytes from 64.111.29.139: icmp_seq=5 ttl=48 time=196 ms
^C
--- 64.111.29.139 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4005ms
rtt min/avg/max/mdev = 170.336/176.428/196.466/10.072 ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment