Created
June 7, 2013 13:04
-
-
Save Hengjie/5729093 to your computer and use it in GitHub Desktop.
Linode DNS outage
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
My startup site's DNS Notable.ac is hosted on Linode. | |
It appears the DNS server from both Level 3 and Google can't resolve Notable's domain name but if I ask nslook to query Linode's DNS servers, it responds correctly. | |
Either Linode's DNS is down or it can't contact Google/L3s'. | |
$ nslookup | |
> server 8.8.8.8 | |
Default server: 8.8.8.8 | |
Address: 8.8.8.8#53 | |
> notable.ac | |
Server: 8.8.8.8 | |
Address: 8.8.8.8#53 | |
** server can't find notable.ac: NXDOMAIN | |
> server 4.2.2.2 | |
Default server: 4.2.2.2 | |
Address: 4.2.2.2#53 | |
> notable.ac | |
Server: 4.2.2.2 | |
Address: 4.2.2.2#53 | |
** server can't find notable.ac: NXDOMAIN | |
> server NS3.LINODE.COM | |
Default server: NS3.LINODE.COM | |
Address: 75.127.96.10#53 | |
> notable.ac | |
Server: NS3.LINODE.COM | |
Address: 75.127.96.10#53 | |
Name: notable.ac | |
Address: 23.23.209.240 | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment