Skip to content

Instantly share code, notes, and snippets.

@optman
Last active October 12, 2015 07:44
Show Gist options
  • Save optman/1c73682678aa71d64762 to your computer and use it in GitHub Desktop.
Save optman/1c73682678aa71d64762 to your computer and use it in GitHub Desktop.
traceroute download.microsoft.com
pi@pi2 ~ $ sudo traceroute -T 221.194.130.209
traceroute to 221.194.130.209 (221.194.130.209), 30 hops max, 60 byte packets
1 localhost (192.168.1.1) 0.882 ms 0.682 ms 0.706 ms
2 * * *
3 61.148.163.205 (61.148.163.205) 15.087 ms 14.741 ms 14.398 ms
4 124.65.56.157 (124.65.56.157) 20.646 ms 20.313 ms 19.971 ms
5 124.65.194.13 (124.65.194.13) 19.619 ms 19.271 ms 18.926 ms
6 * * *
7 pppa174.sj.he.cn (202.99.160.174) 20.141 ms pppa214.sj.he.cn (202.99.160.214) 31.130 ms pppa218.sj.he.cn (202.99.160.218) 37.270 ms
8 218.12.255.194 (218.12.255.194) 29.148 ms 24.036 ms 28.062 ms
9 221.194.135.81 (221.194.135.81) 21.969 ms 21.423 ms 26.417 ms
10 221.194.130.209 (221.194.130.209) 22.585 ms 29.050 ms 27.777 ms
optman@ubuntu:~$ sudo traceroute -T 221.194.130.209
traceroute to 221.194.130.209 (221.194.130.209), 30 hops max, 60 byte packets
1 Hiwifi.lan (192.168.199.1) 0.404 ms 0.459 ms 0.571 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 * * *
optman@ubuntu:~$ traceroute 221.194.130.209
traceroute to 221.194.130.209 (221.194.130.209), 30 hops max, 60 byte packets
1 Hiwifi.lan (192.168.199.1) 0.367 ms 0.432 ms 0.510 ms
2 * * *
3 * * *
4 111.206.27.193 (111.206.27.193) 8.769 ms 9.614 ms 10.584 ms
5 10.14.50.4 (10.14.50.4) 7.196 ms 7.671 ms 8.111 ms
6 61.49.44.109 (61.49.44.109) 2.662 ms 1.734 ms 1.667 ms
7 61.148.159.33 (61.148.159.33) 1.573 ms 1.302 ms 1.359 ms
8 61.148.153.141 (61.148.153.141) 5.185 ms 5.164 ms 5.149 ms
9 cl4500.bta.net.cn (202.96.12.113) 3.081 ms 5.333 ms 4.849 ms
10 219.158.96.114 (219.158.96.114) 16.957 ms 16.621 ms 16.583 ms
11 pppa170.sj.he.cn (202.99.160.170) 24.376 ms pppa218.sj.he.cn (202.99.160.218) 24.324 ms pppa214.sj.he.cn (202.99.160.214) 26.316 ms
12 61.182.172.22 (61.182.172.22) 24.758 ms 24.466 ms 24.476 ms
13 221.194.135.242 (221.194.135.242) 28.409 ms 28.300 ms 28.365 ms
14 * * *
15 download.microsoft.com (221.194.130.209) 20.875 ms 20.879 ms 20.713 ms
optman@ubuntu:~$ sudo traceroute -I 221.194.130.209
traceroute to 221.194.130.209 (221.194.130.209), 30 hops max, 60 byte packets
1 Hiwifi.lan (192.168.199.1) 0.424 ms 0.438 ms 0.540 ms
2 * * *
3 * * *
4 111.206.27.193 (111.206.27.193) 20.228 ms 21.034 ms 21.843 ms
5 10.14.50.4 (10.14.50.4) 9.407 ms 9.834 ms 10.300 ms
6 61.49.44.109 (61.49.44.109) 2.203 ms 1.191 ms 1.164 ms
7 * * *
8 61.148.153.141 (61.148.153.141) 3.451 ms 3.732 ms 5.221 ms
9 cl4500.bta.net.cn (202.96.12.113) 4.737 ms 4.297 ms 4.117 ms
10 219.158.96.114 (219.158.96.114) 21.918 ms 22.130 ms 22.595 ms
11 pppa170.sj.he.cn (202.99.160.170) 25.054 ms 23.566 ms 22.780 ms
12 61.182.172.22 (61.182.172.22) 24.469 ms 25.146 ms 24.937 ms
13 221.194.135.242 (221.194.135.242) 28.174 ms 28.807 ms 28.090 ms
14 * * *
15 download.microsoft.com (221.194.130.209) 20.742 ms 20.539 ms 20.726 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment