$ 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
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
========================================================
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.