When using Google DNS I am unable to connect to my website. I have consulted with my hosting provider and they cannot see anything that would be causing any issues and keep suggesting that the clients try to clear their cache. When following a Google DNS troubleshooting guide, and an nslookup on my website is not working. (nslookup -debug
sls-rp.com 8.8.8.8) but when I try Level 3 and OpenDNS it works perfect and returns the correct IP address. Below is the results of my debug from Google DNS.
C:\Users\Sam>nslookup -debug
sls-rp.com 8.8.8.8
------------
Got answer:
HEADER:
opcode = QUERY, id = 1, rcode = NOERROR
header flags: response, want recursion, recursion avail.
questions = 1, answers = 1, authority records = 0, additional = 0
QUESTIONS:
8.8.8.8.in-addr.arpa, type = PTR, class = IN
ANSWERS:
-> 8.8.8.8.in-addr.arpa
name =
google-public-dns-a.google.com ttl = 86399 (23 hours 59 mins 59 secs)
------------
Server:
google-public-dns-a.google.comAddress: 8.8.8.8
------------
Got answer:
HEADER:
opcode = QUERY, id = 2, rcode = SERVFAIL
header flags: response, want recursion, recursion avail.
questions = 1, answers = 0, authority records = 0, additional = 0
QUESTIONS:
sls-rp.com, type = A, class = IN
------------
------------
Got answer:
HEADER:
opcode = QUERY, id = 3, rcode = SERVFAIL
header flags: response, want recursion, recursion avail.
questions = 1, answers = 0, authority records = 0, additional = 0
QUESTIONS:
sls-rp.com, type = AAAA, class = IN
------------
------------
Got answer:
HEADER:
opcode = QUERY, id = 4, rcode = SERVFAIL
header flags: response, want recursion, recursion avail.
questions = 1, answers = 0, authority records = 0, additional = 0
QUESTIONS:
sls-rp.com, type = A, class = IN
------------
------------
Got answer:
HEADER:
opcode = QUERY, id = 5, rcode = SERVFAIL
header flags: response, want recursion, recursion avail.
questions = 1, answers = 0, authority records = 0, additional = 0
QUESTIONS:
sls-rp.com, type = AAAA, class = IN
------------
***
google-public-dns-a.google.com can't find
sls-rp.com: Server failed
Any suggestions on how to get this fixed?