Quote:
|
Originally Posted by VMartins
ERROR: sol.innovat.com.br. has a CNAME entry (sol.innovat.com.br.->sol.innovat.com.br.); it is not valid to have a CNAME entry entry for the hostname in an NS record (for sol.innovat.com.br.). See RFC1912 2.4 and RFC2181 10.3 for more information.
Note: This test checks with our local DNS server (since the NS record hostnames may not be handled by your DNS server), and therefore may be cached.
|
This is the problem:
Code:
dig ns innovat.com.br
; <<>> DiG 9.2.1 <<>> ns innovat.com.br
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22093
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;innovat.com.br. IN NS
;; ANSWER SECTION:
innovat.com.br. 86343 IN NS vmartins.ddns.com.br.
innovat.com.br. 86343 IN NS sol.innovat.com.br.
;; Query time: 2 msec
;; SERVER: 81.169.163.104#53(81.169.163.104)
;; WHEN: Tue Oct 10 13:20:53 2006
;; MSG SIZE rcvd: 78
sol.innovat.com.br is a name server for innovat.com.br, but sol.innovat.com.br exists only as a CNAME record:
Code:
dig sol.innovat.com.br
; <<>> DiG 9.2.1 <<>> sol.innovat.com.br
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25538
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;sol.innovat.com.br. IN A
;; ANSWER SECTION:
sol.innovat.com.br. 86400 IN CNAME innovat.com.br.
innovat.com.br. 86400 IN A 200.188.210.54
;; Query time: 611 msec
;; SERVER: 81.169.163.104#53(81.169.163.104)
;; WHEN: Tue Oct 10 13:19:56 2006
;; MSG SIZE rcvd: 66
sol.innovat.com.br must exist as an A record!
Quote:
Now I get this problem:
bind9 don't restart : rndc: connect failed: connection refused
Someone know what happend?
|
Have a look at the comments below
http://www.howtoforge.com/howto_bind_chroot_debian . It's a permissions problem.