Not authoritative?

ns1.serversingapore.com and ns2.serversingapore.com are not returning A records.

Perhaps because they're not there?

I'm presuming that ns1.serversingapore.com and ns2.serversingapore.com are both on your DA server.

Check your /var/named.conf file to see if it includes a listing for chance-of-a-lifetime.com.

Check the zone file it references to see if it's there.

Do:

dig @localhost chance-of-a-lifetime.com to see what you get.

If the files look correct and you don't get a response, then restart bind:

/etc/rc.d/init.d/named restart

and see if you can see it then.

Jeff
 
I checked the /etc/named.conf file and it had the entries. The
referenced files were also there. In fact, files related to all the
other domains were symbolically linked to a file
in /var/named/chroot/var/named/. But for this domain, it was
in /var/named/ directory itself. I then moved to chroot directory and
sym linked it. I also restarted bind. it doesn't work. I am giving the
results of dig below

[root@serversingapore ~]# dig @localhost chance-of-a-lifetime.com

; <<>> DiG 9.2.5rc1 <<>> @localhost chance-of-a-lifetime.com
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 32633
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;chance-of-a-lifetime.com. IN A

;; Query time: 2 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Mar 16 12:57:44 2005
;; MSG SIZE rcvd: 42
 
It's working now actually. Passed both your test and the one at dnsreport.com. Maybe it hadn't updated the root DNS servers yet? *shrug*

-drmike
 
Back
Top