Taz-Matt
New Pleskian
Hi,
I am setting up slave DNS servers using bind 9.8 on CentOS 6. I have followed the procedure here successfully:
http://download1.parallels.com/Ples...extensions-guide/index.htm?fileName=73349.htm
The problem is that even if I see something like the following in named.run on the slave server (which implies the rndc connection worked):
received control channel command 'addzone xxxxxxxx.com { type slave; file "xxxxxxxx.com"; masters { x.x.x.x; }; };'
received control channel command 'refresh xxxxxxxx.com'
received control channel command 'addzone xxxxxxxx.com { type slave; file "xxxxxxxx.com"; masters { x.x.x.x; }; };'
I still cannot query any entries for that zone from the slave DNS server:
$ dig @y.y.y.y xxxxxxxx.com
; <<>> DiG 9.8.3-P1 <<>> @y.y.y.y xxxxxxxx.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 29975
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;xxxxxxxx.com. IN A
;; AUTHORITY SECTION:
com. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1437356587 1800 900 604800 86400
;; Query time: 141 msec
;; SERVER: y.y.y.y#53(y.y.y.y)
;; WHEN: Sun Jul 19 21:43:15 2015
;; MSG SIZE rcvd: 104
I also do not see any zone files created anywhere on the slave server.
I have been searching for a few hours now on many forums including this one, without finding the solution. What am I missing? Can anyone give a hand?
Thanks!
Matt.
I am setting up slave DNS servers using bind 9.8 on CentOS 6. I have followed the procedure here successfully:
http://download1.parallels.com/Ples...extensions-guide/index.htm?fileName=73349.htm
The problem is that even if I see something like the following in named.run on the slave server (which implies the rndc connection worked):
received control channel command 'addzone xxxxxxxx.com { type slave; file "xxxxxxxx.com"; masters { x.x.x.x; }; };'
received control channel command 'refresh xxxxxxxx.com'
received control channel command 'addzone xxxxxxxx.com { type slave; file "xxxxxxxx.com"; masters { x.x.x.x; }; };'
I still cannot query any entries for that zone from the slave DNS server:
$ dig @y.y.y.y xxxxxxxx.com
; <<>> DiG 9.8.3-P1 <<>> @y.y.y.y xxxxxxxx.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 29975
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;xxxxxxxx.com. IN A
;; AUTHORITY SECTION:
com. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1437356587 1800 900 604800 86400
;; Query time: 141 msec
;; SERVER: y.y.y.y#53(y.y.y.y)
;; WHEN: Sun Jul 19 21:43:15 2015
;; MSG SIZE rcvd: 104
I also do not see any zone files created anywhere on the slave server.
I have been searching for a few hours now on many forums including this one, without finding the solution. What am I missing? Can anyone give a hand?
Thanks!
Matt.