What is the proper configuration for setting up primary and secondary DNS
servers for hosting public domains?
Thanks for any help you can provide.
First of all you must check that there are two NS records in the zone
pointing to the two DNS servers. These records identify the DNS servers
responsible for that zone.
Then you should verify that zone transfer works correctly from the primary
DNS server to the secondary one. It's sufficient that you check the zone on
both servers and verify that, creating a new record on the primary server,
this record is copied on the secondary through zone transfer.
Now the zone should be correctly configured and working. Hope it helps.
Regards,
Carlo
I think the problem may be that the zone files are not getting transferred
to the secondary DNS. There are some zone files residing there but not all of
the zones from the primary. Is there a way to force them all to copy over to
the secondary?
Regards,
Shelly
On the secondary DNS server, right-clicking the secondary zone there should
be a "Reload from master" command (I don't remember exactly). This would
transfer the whole zone from the primary DNS server. A "Transfer from master"
command would transfer only different records from the primary to the
secondary zone.