Hello,
I'm running bind9 on Ubuntu 10.04. It seems to start up normally, but
it doesn't return anything when I try to check that it's serving the
right zone file:
$ dig
ilovephilosophy.com @212.13.195.254
; <<>> DiG 9.3.6-APPLE-P2 <<>>
ilovephilosophy.com
@212.13.195.254
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 3625
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;ilovephilosophy.com. IN A
;; Query time: 105 msec
;; SERVER: 212.13.195.254#53(212.13.195.254)
;; WHEN: Wed Oct 13 14:22:04 2010
;; MSG SIZE rcvd: 37
The 'SERVFAIL' and the lack of an answer section suggest something's
wrong, but how can I find out what specifically is missing?
Thanks,
Mike