Skip to content

Instantly share code, notes, and snippets.

@ioc32
Created September 5, 2012 16:41
Show Gist options
  • Save ioc32/3639620 to your computer and use it in GitHub Desktop.
Save ioc32/3639620 to your computer and use it in GitHub Desktop.
AS3352 -> AS51678
$ sudo ping -c100 -i 0.5 134.255.188.5
<snip>
64 bytes from 134.255.188.5: icmp_seq=97 ttl=244 time=16.074 ms
64 bytes from 134.255.188.5: icmp_seq=98 ttl=244 time=18.865 ms
64 bytes from 134.255.188.5: icmp_seq=99 ttl=244 time=18.922 ms
--- 134.255.188.5 ping statistics ---
100 packets transmitted, 100 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 15.682/18.924/66.744/5.073 ms
$ sudo ping -c100 -i 0.5 134.255.188.1
<snip>
64 bytes from 134.255.188.1: icmp_seq=97 ttl=244 time=42.240 ms
64 bytes from 134.255.188.1: icmp_seq=98 ttl=244 time=102.808 ms
64 bytes from 134.255.188.1: icmp_seq=99 ttl=244 time=49.846 ms
--- 134.255.188.1 ping statistics ---
100 packets transmitted, 100 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 39.442/45.501/102.808/8.576 ms
$ sudo ping -c100 -i 0.5 www.facilisimo.com
<snip>
64 bytes from 134.255.189.181: icmp_seq=97 ttl=54 time=5.047 ms
64 bytes from 134.255.189.181: icmp_seq=98 ttl=54 time=6.024 ms
64 bytes from 134.255.189.181: icmp_seq=99 ttl=54 time=5.725 ms
--- www.facilisimo.com ping statistics ---
100 packets transmitted, 100 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 5.047/6.665/19.565/2.035 ms
$ traceroute -I 134.255.188.1
traceroute to 134.255.188.1 (134.255.188.1), 64 hops max, 72 byte packets
1 192.168.1.1 (192.168.1.1) 3.669 ms 0.694 ms 0.654 ms
2 164.red-80-58-67.staticip.rima-tde.net (80.58.67.164) 2.579 ms 2.821 ms 2.850 ms
3 193.red-80-58-76.staticip.rima-tde.net (80.58.76.193) 7.043 ms 4.571 ms 3.800 ms
4 * * *
5 * * *
6 138.red-81-46-14.staticip.rima-tde.net (81.46.14.138) 6.395 ms 3.830 ms 4.356 ms
7 2.red-193-152-59.static.ccgg.telefonica.net (193.152.59.2) 4.277 ms 4.281 ms 4.476 ms
8 20.143.17.46.static.ibercsm.net (46.17.143.20) 5.171 ms 5.326 ms 5.344 ms
9 * * *
10 1.188.255.134.static.ibercsm.net (134.255.188.1) 41.623 ms 39.213 ms 40.293 ms
$ traceroute -I 134.255.188.5
traceroute to 134.255.188.5 (134.255.188.5), 64 hops max, 72 byte packets
1 192.168.1.1 (192.168.1.1) 3.638 ms 0.687 ms 0.684 ms
2 * 164.red-80-58-67.staticip.rima-tde.net (80.58.67.164) 6.735 ms 3.036 ms
3 193.red-80-58-76.staticip.rima-tde.net (80.58.76.193) 5.451 ms 7.009 ms 7.856 ms
4 113.red-80-58-86.staticip.rima-tde.net (80.58.86.113) 5.000 ms 6.719 ms 8.125 ms
5 * * *
6 138.red-81-46-14.staticip.rima-tde.net (81.46.14.138) 6.569 ms 3.790 ms 3.685 ms
7 2.red-193-152-59.static.ccgg.telefonica.net (193.152.59.2) 4.455 ms 4.313 ms 4.192 ms
8 20.143.17.46.static.ibercsm.net (46.17.143.20) 5.510 ms 7.149 ms 4.809 ms
9 * * *
10 * * *
11 5.188.255.134.static.ibercsm.net (134.255.188.5) 16.668 ms 15.958 ms 15.863 ms
$ traceroute -I www.facilisimo.com
traceroute to www.facilisimo.com (134.255.189.181), 64 hops max, 72 byte packets
1 192.168.1.1 (192.168.1.1) 0.735 ms 0.360 ms 0.334 ms
2 * 164.red-80-58-67.staticip.rima-tde.net (80.58.67.164) 2.683 ms 2.572 ms
3 201.red-80-58-79.staticip.rima-tde.net (80.58.79.201) 6.499 ms 6.480 ms 4.210 ms
4 105.red-80-58-86.staticip.rima-tde.net (80.58.86.105) 7.382 ms 6.204 ms 3.769 ms
5 * * *
6 138.red-81-46-14.staticip.rima-tde.net (81.46.14.138) 3.335 ms 3.367 ms 3.175 ms
7 2.red-193-152-59.static.ccgg.telefonica.net (193.152.59.2) 4.179 ms 3.983 ms 3.973 ms
8 20.143.17.46.static.ibercsm.net (46.17.143.20) 4.769 ms 5.001 ms 4.721 ms
9 * * *
10 181.189.255.134.static.ibercsm.net (134.255.189.181) 5.829 ms 5.118 ms 4.839 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment