Skip to content

Instantly share code, notes, and snippets.

@badp
Created December 27, 2010 14:31
Show Gist options
  • Save badp/756173 to your computer and use it in GitHub Desktop.
Save badp/756173 to your computer and use it in GitHub Desktop.
Some traceroute fun from my mobile on a choke full 3G network
badp@delta:~$ traceroute www.google.com
traceroute to www.google.com (74.125.232.115), 30 hops max, 60 byte packets
1 10.0.0.1 (10.0.0.1) 238.925 ms 250.907 ms 250.850 ms
2 151.6.57.146 (151.6.57.146) 250.794 ms 257.270 ms 257.215 ms
3 MICA-TO2-BOFI-B01-po01.wind.it (151.6.6.9) 271.038 ms 298.402 ms 298.354 ms
4 151.6.2.178 (151.6.2.178) 338.338 ms 338.292 ms 338.239 ms
5 MIOT-B02-MIOT-T02-po01.wind.it (151.6.0.74) 342.169 ms 342.124 ms 382.417 ms
6 66.249.94.235 (66.249.94.235) 382.376 ms 1549.678 ms 1490.900 ms
7 72.14.232.63 (72.14.232.63) 1490.804 ms 1494.754 ms 1494.700 ms
8 74.125.232.115 (74.125.232.115) 1494.647 ms 1494.594 ms 1494.538 ms
badp@delta:/tmp/a$ traceroute planet.dras.us
traceroute to planet.dras.us (70.86.91.82), 30 hops max, 60 byte packets
1 10.0.0.1 (10.0.0.1) 215.881 ms 215.847 ms 231.369 ms
2 151.6.57.146 (151.6.57.146) 231.354 ms 231.338 ms 271.859 ms
3 MICA-TO2-BOFI-B01-po01.wind.it (151.6.6.9) 271.849 ms 276.459 ms 276.444 ms
4 212.245.228.58 (212.245.228.58) 276.428 ms 287.656 ms 287.642 ms
5 so-7-1.car1.Milan1.Level3.net (213.242.65.41) 489.070 ms 489.053 ms 489.039 ms
6 ae-11-11.car2.Milan1.Level3.net (4.69.133.130) 327.603 ms 229.948 ms 242.162 ms
7 ae-4-4.ebr2.Frankfurt1.Level3.net (4.69.133.138) 219.753 ms 223.235 ms 235.675 ms
8 ae-41-41.ebr2.Washington1.Level3.net (4.69.137.50) 351.632 ms 351.580 ms ae-43-43.ebr2.Washington1.Level3.net (4.69.137.58) 355.482 ms
9 ae-92-92.csw4.Washington1.Level3.net (4.69.134.158) 351.472 ms ae-72-72.csw2.Washington1.Level3.net (4.69.134.150) 394.917 ms 394.871 ms
10 ae-91-91.ebr1.Washington1.Level3.net (4.69.134.141) 398.910 ms ae-81-81.ebr1.Washington1.Level3.net (4.69.134.137) 402.707 ms ae-1-100.ebr1.Washington12.Level3.net (4.69.143.213) 402.652 ms
11 ae-2-2.ebr3.Atlanta2.Level3.net (4.69.132.85) 438.647 ms 438.603 ms 438.479 ms
12 ae-7-7.ebr3.Dallas1.Level3.net (4.69.134.21) 526.961 ms ae-71-71.csw2.Atlanta2.Level3.net (4.69.148.246) 327.930 ms ae-7-7.ebr3.Dallas1.Level3.net (4.69.134.21) 356.319 ms
13 ae-1-60.edge4.Dallas3.Level3.net (4.69.145.13) 359.711 ms ae-2-70.edge4.Dallas3.Level3.net (4.69.145.77) 359.653 ms ae-4-90.edge4.Dallas3.Level3.net (4.69.145.205) 396.160 ms
14 THE-PLANET.edge4.Dallas3.Level3.net (4.59.32.30) 396.106 ms 396.047 ms 411.471 ms
15 te2-3.dsr02.dllstx3.networklayer.com (70.87.255.42) 411.420 ms te2-3.dsr01.dllstx3.networklayer.com (70.87.255.34) 411.372 ms te2-4.dsr01.dllstx3.networklayer.com (70.87.255.38) 435.300 ms
16 * * THE-PLANET.edge4.Dallas3.Level3.net (4.59.32.30) 380.018 ms
17 po1.car05.dllstx5.networklayer.com (70.87.254.34) 379.962 ms te2-3.dsr01.dllstx3.networklayer.com (70.87.255.34) 391.628 ms po1.car05.dllstx5.networklayer.com (70.87.254.34) 391.571 ms
18 planet.dras.us (70.86.91.82) 383.761 ms 383.681 ms 383.631 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment