Hi. I'm trying to configure a linux(RH Enterprise Server 4) secondary DNS server for a zone that's hosted by a WIndows 2k box, both primary forward and reverse lookup zones. The windows machine has dynamic updates selected and zone transfers enabled by ip address for both zones, and a forwarder enabled- nslookup looks good. The linux machine has it's ip statically set with primary dns server pointing to windows, secondary itself, dns search path set. The windows machine will be promoted to domain controller after successful DNS configs.
Windows 2k
IP-192.168.1.254/24 gateway=192.168.1.254 DNS=192.168.1.254
DNS forward zone=abc.com
DNS reverse zone=1.168.192
DNS forwarder= 10.71.100.100 w/recursion
DNS dynamic updates enable for both forward/reverse
DNS zone transfers by IP=192.168.1.253
-nslookup checks out
Linux
IP-192.168.1.253/24 gateway=192.168.1.254 DNS Primary=192.168.1.254, Secondary=192.168.1.253, DNS search path= abc.com, DNS Hostname= linux01.mbi.com
How should I config the named file? After I configured the file the first time, I then swithed the network config so it pointed to itself for DNS first, then windows 2nd. Any pointers you can give me would be much appreciated. Thanks.