Last active
December 25, 2015 21:19
-
-
Save watson/7041200 to your computer and use it in GitHub Desktop.
Cloudflare issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| watson% traceroute cloudflare.com | |
| traceroute: Warning: cloudflare.com has multiple addresses; using 190.93.240.253 | |
| traceroute to cloudflare.com (190.93.240.253), 64 hops max, 52 byte packets | |
| 1 192.168.1.1 (192.168.1.1) 1.437 ms 0.888 ms 1.319 ms | |
| 2 10.66.128.210 (10.66.128.210) 61.005 ms 31.291 ms 33.169 ms | |
| 3 10.66.128.209 (10.66.128.209) 31.651 ms 35.649 ms 39.613 ms | |
| 4 172.18.4.101 (172.18.4.101) 51.770 ms | |
| 172.18.4.85 (172.18.4.85) 31.144 ms | |
| 172.18.4.81 (172.18.4.81) 31.394 ms | |
| 5 172.18.72.66 (172.18.72.66) 31.356 ms | |
| 172.18.72.82 (172.18.72.82) 29.773 ms | |
| 172.18.72.78 (172.18.72.78) 37.464 ms | |
| 6 172.18.8.130 (172.18.8.130) 34.695 ms | |
| 172.18.8.106 (172.18.8.106) 42.093 ms | |
| 172.18.8.110 (172.18.8.110) 44.387 ms | |
| 7 10.66.54.149 (10.66.54.149) 62.542 ms 38.739 ms 55.259 ms | |
| 8 sejar0001-rc2.ip-only.net (213.132.96.193) 44.807 ms 38.246 ms 39.335 ms | |
| 9 s-b3-link.telia.net (213.248.96.145) 44.959 ms 35.670 ms 41.867 ms | |
| 10 s-bb4-link.telia.net (213.155.131.124) 49.996 ms | |
| s-bb4-link.telia.net (213.155.133.102) 153.864 ms | |
| s-bb4-link.telia.net (80.91.253.227) 364.379 ms | |
| 11 hbg-bb1-link.telia.net (80.91.251.41) 68.905 ms | |
| hbg-bb1-link.telia.net (80.239.147.166) 87.062 ms | |
| hbg-bb1-link.telia.net (80.91.245.49) 58.920 ms | |
| 12 war-b2-link.telia.net (80.91.251.216) 62.352 ms | |
| war-b2-link.telia.net (80.91.245.237) 63.432 ms | |
| war-b2-link.telia.net (213.155.134.119) 64.376 ms | |
| 13 cloudflare-ic-154353-war-b2.c.telia.net (80.239.194.90) 66.178 ms 63.705 ms 101.508 ms | |
| 14 190.93.240.253 (190.93.240.253) 56.273 ms 166.150 ms 64.706 ms | |
| watson% nslookup cloudflare.com | |
| ;; Got recursion not available from 192.168.1.1, trying next server | |
| Server: 192.168.1.1 | |
| Address: 192.168.1.1#53 | |
| Non-authoritative answer: | |
| Name: cloudflare.com | |
| Address: 190.93.240.253 | |
| Name: cloudflare.com | |
| Address: 141.101.123.253 | |
| watson% nslookup www.cloudflare.com | |
| ;; Got recursion not available from 192.168.1.1, trying next server | |
| ;; Got recursion not available from 192.168.1.1, trying next server | |
| Server: 192.168.1.1 | |
| Address: 192.168.1.1#53 | |
| ** server can't find www.cloudflare.com: REFUSED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment