Skip to content

Instantly share code, notes, and snippets.

@olamy
Created June 19, 2018 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olamy/ce57908a33ca26fe94ad045842de1431 to your computer and use it in GitHub Desktop.
Save olamy/ce57908a33ca26fe94ad045842de1431 to your computer and use it in GitHub Desktop.
ping lequipe.fr
PING lequipe.fr (160.92.167.203): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
^C
--- lequipe.fr ping statistics ---
6 packets transmitted, 0 packets received, 100.0% packet loss
mbp-olamy:junit olamy$ traceroute lequipe.fr
traceroute to lequipe.fr (160.92.167.203), 64 hops max, 52 byte packets
1 ip-10-0-0-138 (10.0.0.138) 7.321 ms 3.280 ms 2.050 ms
2 ip-172-18-212-1 (172.18.212.1) 9.219 ms 5.922 ms 11.252 ms
3 ip-172-18-69-105 (172.18.69.105) 11.794 ms 7.379 ms
ip-172-18-69-97 (172.18.69.97) 11.653 ms
4 bundle-ether4.woo-edge902.brisbane.telstra.net (203.50.44.42) 7.057 ms 9.735 ms
bundle-ether4.cha-edge901.brisbane.telstra.net (203.50.44.40) 11.138 ms
5 bundle-ether6.cha-core4.brisbane.telstra.net (203.50.11.140) 13.052 ms 9.573 ms 9.787 ms
6 bundle-ether20.ken-core10.sydney.telstra.net (203.50.11.178) 27.687 ms 23.009 ms
bundle-ether20.chw-core10.sydney.telstra.net (203.50.11.180) 19.704 ms
7 bundle-ether1.pad-gw11.sydney.telstra.net (203.50.6.61) 22.511 ms 27.241 ms 22.608 ms
8 bundle-ether1.sydo-core03.sydney.reach.com (203.50.13.98) 27.419 ms
bundle-ether1.sydp-core04.sydney.reach.com (203.50.13.90) 23.596 ms
bundle-ether1.sydo-core03.sydney.reach.com (203.50.13.98) 22.729 ms
9 i-73.paix-core02.telstraglobal.net (202.84.247.45) 177.523 ms
i-52.tlot-core02.bx.telstraglobal.net (202.84.137.101) 173.473 ms
i-73.paix-core02.telstraglobal.net (202.84.247.45) 181.878 ms
10 i-92.paix02.telstraglobal.net (202.84.247.41) 177.374 ms
i-0-0-0-0.eqla01.bi.telstraglobal.net (202.84.251.194) 173.398 ms 171.281 ms
11 tengige0-1-0-6.loatr1.losangelesca.opentransit.net (193.251.128.205) 170.096 ms 170.510 ms
francetelecom-peer.paix02.pr.telstraglobal.net (134.159.61.38) 174.172 ms
12 * 193.251.151.2 (193.251.151.2) 278.640 ms *
13 * * *
14 et-1-0-7-0.ffttr6.frankfurt.opentransit.net (193.251.128.12) 429.683 ms * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
@haty1
Copy link

haty1 commented Jun 19, 2018

Have you tried changing your DNS over to Cloudflare or Google DNS?
It's working for me on Telstra using Cloudflare DNS.
Not sure why you would want to access a french web page anyway :P

C:\Users\Simon>tracert lequipe.fr

Tracing route to lequipe.fr [160.92.167.203]
over a maximum of 30 hops:

1 <1 ms <1 ms <1 ms 192.168.0.1
2 * * * Request timed out.
3 11 ms 8 ms 9 ms 58.160.248.2
4 13 ms 13 ms 10 ms bundle-ether4.lon-edge902.melbourne.telstra.net [203.50.76.12]
5 9 ms 10 ms 11 ms bundle-ether11.exi-core10.melbourne.telstra.net [203.50.11.113]
6 20 ms 21 ms 22 ms bundle-ether12.chw-core10.sydney.telstra.net [203.50.11.124]
7 22 ms 26 ms 24 ms bundle-ether1.oxf-gw11.sydney.telstra.net [203.50.6.93]
8 21 ms 21 ms 26 ms bundle-ether1.sydo-core03.sydney.reach.com [203.50.13.98]
9 189 ms 176 ms 180 ms i-73.paix-core02.telstraglobal.net [202.84.247.45]
10 174 ms 182 ms 176 ms i-92.paix02.telstraglobal.net [202.84.247.41]
11 178 ms 174 ms 177 ms francetelecom-peer.paix02.pr.telstraglobal.net [134.159.61.38]
12 * * * Request timed out.
13 * * * Request timed out.
14 * * * Request timed out.
15 * * * Request timed out.
16 * * * Request timed out.
17 321 ms 323 ms 320 ms be2-3625.core-ffk01.as8677.net [160.92.6.39]
18 331 ms 328 ms 330 ms ten0-0-2-1-3626.core-cbv01.as8677.net [160.92.6.54]
19 358 ms 337 ms 346 ms ten0-0-2-1-3502.core-sca01-new.as8677.net [160.92.6.109]
20 * * * Request timed out.
21 * * * Request timed out.
22 * * * Request timed out.
23 * * * Request timed out.
24 * * * Request timed out.
25 * * * Request timed out.
26 * * * Request timed out.
27 * * * Request timed out.
28 * * * Request timed out.
29 * * * Request timed out.
30 * * * Request timed out.

Trace complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment