Google Public DNS Proble - Can't find domain NXDOMAIN

815 views
Skip to first unread message

Javier Cornejo

unread,
Feb 20, 2012, 9:15:10 AM2/20/12
to public-dns-discuss
Hi There.
Google DNS (8.8.8.8) can't find our company domain.

Many people want to send email and google dns say domain not exist.

if we use nslookup with www.icare.cl, we don't have problem, but with
"set q=any" and try to resolv just "icare.cl" can not fin NX records.

Help me!


PS: Sorry for my bad english, I'm from Chile.

Paul S. R. Chisholm

unread,
Feb 20, 2012, 9:42:56 AM2/20/12
to public-dn...@googlegroups.com
Javier, there was a brief period when all of the .cl nameservers:

$ dig +short cl. nsb.nic.cl.
c.nic.cl.
cl1.dnsnode.net.
a.nic.cl.
cl-ns.anycast.pch.net.
sns-pb.isc.org.

were reporting that icare.cl didn't exist, and Google Public DNS was
correctly passing along this information. This changed while I was
investigating your reported problem.

The .cl servers are now acknowledging the existence of icare.cl, and
MX records for icare.cl are now resolving:

;; ANSWER SECTION:
icare.cl. 86340 IN MX 15 icare.cl.s10a2.psmtp.com.
icare.cl. 86340 IN MX 20 icare.cl.s10b1.psmtp.com.
icare.cl. 86340 IN MX 25 icare.cl.s10b2.psmtp.com.
icare.cl. 86340 IN MX 10 icare.cl.s10a1.psmtp.com.

from all Google Public DNS locations.

Hope this helps. --PSRC

Andrzej Swietek

unread,
Feb 20, 2012, 9:34:45 AM2/20/12
to public-dn...@googlegroups.com

You don't have A record for icare.cl but you have for www.icare.cl

root@solaris:~# dig icare.cl

; <<>> DiG 9.6-ESV-R4-P3 <<>> icare.cl
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38637
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;icare.cl. IN A

;; AUTHORITY SECTION:
icare.cl. 10769 IN SOA qip1.redip.cl.
hostmaster.icare.cl. 2011070601 21600 10800 2592000 259200

;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Feb 20 04:34:24 2012
;; MSG SIZE rcvd: 84


root@solaris:~# dig www.icare.cl

; <<>> DiG 9.6-ESV-R4-P3 <<>> www.icare.cl
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9103
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;www.icare.cl. IN A

;; ANSWER SECTION:
www.icare.cl. 259070 IN A 200.68.63.205

;; AUTHORITY SECTION:
icare.cl. 259070 IN NS qip1.redip.cl.
icare.cl. 259070 IN NS qip2.redip.cl.

;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Feb 20 04:35:21 2012
;; MSG SIZE rcvd: 90

Help me!

--
========================================================
You received this message because you are subscribed to the Google
Groups "public-dns-discuss" group.
To post to this group, send email to public-dn...@googlegroups.com
To unsubscribe from this group, send email to
public-dns-disc...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/public-dns-discuss?hl=en
For more information on Google Public DNS, please visit
http://code.google.com/speed/public-dns
========================================================

Wilmer van der Gaast

unread,
Feb 22, 2012, 12:11:09 PM2/22/12
to public-dn...@googlegroups.com
On 20 February 2012 14:34, Andrzej Swietek <and...@swietek.com> wrote:
>
> You don't have A record for icare.cl but you have for www.icare.cl
>
> root@solaris:~# dig icare.cl
>
> ; <<>> DiG 9.6-ESV-R4-P3 <<>> icare.cl
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38637

Note the "NOERROR" here now. This means that the name icare.cl exists,
but it has no record of the type you requested. So indeed there's no A
record. But for e-mail, all you need is an MX record:

wilmer@fiona:~$ dig mx icare.cl

; <<>> DiG 9.8.1-P1 <<>> mx icare.cl


;; global options: +cmd
;; Got answer:

;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19432
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;icare.cl. IN MX

;; ANSWER SECTION:
icare.cl. 259200 IN MX 15 icare.cl.s10a2.psmtp.com.
icare.cl. 259200 IN MX 20 icare.cl.s10b1.psmtp.com.
icare.cl. 259200 IN MX 25 icare.cl.s10b2.psmtp.com.
icare.cl. 259200 IN MX 10 icare.cl.s10a1.psmtp.com.

;; AUTHORITY SECTION:
icare.cl. 259200 IN NS qip2.redip.cl.
icare.cl. 259200 IN NS qip1.redip.cl.

;; Query time: 256 msec
;; SERVER: 192.168.78.64#53(192.168.78.64)
;; WHEN: Wed Feb 22 17:10:37 2012
;; MSG SIZE rcvd: 203

As Paul says the name was missing entirely two days ago, but that's a
separate issue.


--
Wilmer van der Gaast, Traffic SRE/Google Public DNS team.
Google Ireland.

Reply all
Reply to author
Forward
0 new messages