Skip to content

Instantly share code, notes, and snippets.

@pdinoto
Created September 24, 2015 00:07
Show Gist options
  • Save pdinoto/afa88f3b49260c68f68d to your computer and use it in GitHub Desktop.
Save pdinoto/afa88f3b49260c68f68d to your computer and use it in GitHub Desktop.
Primer traceroute a un host en iPlan Capital Federal... Segundo a un host dentro de la red de ArnetTelecom
pdinoto@pablege ~ $ traceroute -n 200.110.132.62
traceroute to 200.110.132.62 (200.110.132.62), 30 hops max, 60 byte packets
1 192.168.1.1 3.850 ms 6.481 ms 12.592 ms
2 200.3.60.29 24.475 ms 24.500 ms 27.386 ms
3 200.117.124.18 41.639 ms 41.691 ms 190.225.249.210 47.462 ms
4 200.3.34.134 47.519 ms 47.490 ms 47.523 ms
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 *^C
pdinoto@pablege ~ $ traceroute -n webpatron.telecom.com.ar
traceroute to webpatron.telecom.com.ar (190.138.43.254), 30 hops max, 60 byte packets
1 192.168.1.1 4.809 ms 7.924 ms 8.195 ms
2 200.3.60.29 26.801 ms 26.822 ms 40.653 ms
3 200.3.32.30 40.680 ms 46.416 ms 46.434 ms
4 200.3.55.154 46.417 ms 49.221 ms 49.152 ms
5 190.138.43.254 49.204 ms 54.494 ms 51.689 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment