Skip to content

Instantly share code, notes, and snippets.

@jrasanen
Created September 17, 2015 08:55
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 jrasanen/a3276494d58bc93a88de to your computer and use it in GitHub Desktop.
Save jrasanen/a3276494d58bc93a88de to your computer and use it in GitHub Desktop.
Debugging DigitalOcean frankfurt instance
# curl -i https://golang.org/
HTTP/1.1 403 Forbidden
Date: Thu, 17 Sep 2015 08:55:18 GMT
Content-Type: text/html
Server: Google Frontend
Content-Length: 2050
Alternate-Protocol: 443:quic,p=1
Alt-Svc: quic=":443"; p="1"; ma=604800
<!DOCTYPE html><html lang=en><meta charset=utf-8><meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width"><title>Error 403 (Forbidden)!!1</title><style>*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/errors/logo_sm_2.png) no-repeat}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/errors/logo_sm_2_hr.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/errors/logo_sm_2_hr.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/errors/logo_sm_2_hr.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:55px;width:150px}</style><a href=//www.google.com/><span id=logo aria-label=Google></span></a><p><b>403.</b> <ins>That’s an error.</ins><p>Your client does not have permission to get URL <code>/</code> from this server. (Client IP address: 2a03:b0c0:3:d0::83:1)<br><br>
We're sorry, but this service is not available in your country.
<ins>That’s all we know.</ins>
root@frankfurt-test1:~# curl -i storage.googleapis.com
HTTP/1.1 403 Forbidden
X-GUploader-UploadID: AEnB2Uprb3KoOKm_UgdbTQFBY6mXs8uLjyfQGGI3lXYdPdNh44dOFKg3SzgREdGLJ0m1lizVQrbai5VdOnlUa-O3-Rj4PqwkiQ
Content-Type: application/xml; charset=UTF-8
Content-Length: 193
Date: Thu, 17 Sep 2015 08:54:45 GMT
Expires: Thu, 17 Sep 2015 08:54:45 GMT
Cache-Control: private, max-age=0
Server: UploadServer
<?xml version='1.0' encoding='UTF-8'?><Error><Code>AccessDenied</Code><Message>Access denied.</Message><Details>We're sorry, but this service is not available in your location</Details></Error>
root@frankfurt-test1:~# ping6 -c 4 ipv6.google.com
PING ipv6.google.com(fra07s31-in-x04.1e100.net) 56 data bytes
64 bytes from fra07s31-in-x04.1e100.net: icmp_seq=1 ttl=59 time=1.25 ms
64 bytes from fra07s31-in-x04.1e100.net: icmp_seq=2 ttl=59 time=1.13 ms
64 bytes from fra07s31-in-x04.1e100.net: icmp_seq=3 ttl=59 time=1.71 ms
64 bytes from fra07s31-in-x04.1e100.net: icmp_seq=4 ttl=59 time=1.04 ms
--- ipv6.google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3006ms
rtt min/avg/max/mdev = 1.049/1.287/1.715/0.260 ms
root@frankfurt-test1:~# traceroute6 ipv6.google.com
traceroute to ipv6.l.google.com (2a00:1450:4001:804::100e) from 2a03:b0c0:3:d0::83:1, 30 hops max, 24 byte packets
1 2a03:b0c0:3:d0:ffff:ffff:ffff:fff2 (2a03:b0c0:3:d0:ffff:ffff:ffff:fff2) 0.502 ms 0.263 ms 0.232 ms
2 2a03:b0c0:3::19 (2a03:b0c0:3::19) 0.56 ms 0.955 ms 0.262 ms
3 de-cix10.net.google.com (2001:7f8::3b41:0:1) 0.693 ms 0.742 ms 0.709 ms
4 2001:4860::1:0:70c3 (2001:4860::1:0:70c3) 1.231 ms 1.146 ms 1.163 ms
5 2001:4860:0:1::6d7 (2001:4860:0:1::6d7) 1.26 ms 1.264 ms 1.237 ms
6 2a00:1450:4001:804::c (2a00:1450:4001:804::c) 0.952 ms 0.97 ms 0.946 ms
root@frankfurt-test1:~# ping -c 4 google.com
PING google.com (173.194.116.98) 56(84) bytes of data.
64 bytes from fra02s27-in-f2.1e100.net (173.194.116.98): icmp_seq=1 ttl=59 time=1.05 ms
64 bytes from fra02s27-in-f2.1e100.net (173.194.116.98): icmp_seq=2 ttl=59 time=0.816 ms
64 bytes from fra02s27-in-f2.1e100.net (173.194.116.98): icmp_seq=3 ttl=59 time=0.839 ms
64 bytes from fra02s27-in-f2.1e100.net (173.194.116.98): icmp_seq=4 ttl=59 time=0.815 ms
--- google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 0.815/0.882/1.059/0.104 ms
root@frankfurt-test1:~# traceroute google.com
traceroute to google.com (173.194.112.130), 30 hops max, 60 byte packets
1 46.101.128.253 (46.101.128.253) 0.520 ms 4.504 ms 0.510 ms
2 5.101.109.26 (5.101.109.26) 0.505 ms 0.471 ms 0.777 ms
3 de-cix20.net.google.com (80.81.193.108) 0.909 ms 0.947 ms 0.943 ms
4 216.239.42.213 (216.239.42.213) 1.054 ms de-cix20.net.google.com (80.81.193.108) 0.923 ms 216.239.42.213 (216.239.42.213) 1.089 ms
5 72.14.236.223 (72.14.236.223) 1.533 ms 1.692 ms 1.803 ms
6 fra07s31-in-f2.1e100.net (173.194.112.130) 1.037 ms 0.837 ms 72.14.236.223 (72.14.236.223) 1.186 ms
root@frankfurt-test1:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment