I am unsure if my question makes sense, but I am working on configuring a DNS Master/Slave setup. We currently have two domains. For privacy purposes, I will use "example" as my domain, we have example.net
and ec2.example.net
. Our Master DNS server is currently on example.net
and we want our slave on ec2.example.net
.
How do I specify the slave naming server in the appropriate zone file on the Master naming server? I attempted using its FQDN of dns02.ec2.example.net
and when I restart DNS and related processes, it fails because it can't locate dns02.ec2.example.net
. What is needed?