Submitted by bbuhlman on Fri, 07/09/2010 - 10:39
I've built a master reverse zone for IPv6 on our primary NS and its working fine. I am trying to build a v6 slave zone on our secondary. I entered the network fine but what do I use for the master NS entry when building the slave zone? Is it the masters v4 IP address or the v6 IP address or what? I can't seem to get the zone to transfer either way.
Thanks, Bill
Status:
Closed (fixed)
Comments
Submitted by bbuhlman on Fri, 07/09/2010 - 10:49 Comment #1
This shows to be the NS of the primary but when I try to build the zone it says "not a vaild master server address"
0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.0.0.0.0.0.0.0.8.7.b.f.7.0.6.2.ip6.arpa.dns-1.cccoe.k12.ca.us.
Submitted by bbuhlman on Fri, 07/09/2010 - 16:08 Comment #2
Does this have to be present in named.conf for the server to respond?
options {
listen-on-v6 { all; }; };
Submitted by JamieCameron on Fri, 07/09/2010 - 17:22 Comment #3
The master nameserver needs to be a hostname, not an IP address .. and that hostname has to be resolvable by the slave system to either a v4 or v6 address. Thus the hostname has to be in a different domain.
Submitted by bbuhlman on Thu, 07/15/2010 - 09:40 Comment #4
Thanks!