I'm putting two servers in a DNS cluster. They will both act as both dns and web servers, since some of the subdomains will be hosted on first server, and other on the second.
This is the setup i whish to achieve:
Since both servers will be serving webs in the same root domain, I need them both to have synchonized recored with each others.
So what setup should I have for this? To which DNS Role should each server be set up to?
This is the setup i whish to achieve:
Code:
+----------------------------------------+
| webserver1 |
| dns1 (ns1.domain.com, ns2.domain.com) |
+----------------------------------------+
|
|
+----------------------------------------+
| webserver2 |
| dns2 (ns3.domain.com, ns4.domain.com) |
+----------------------------------------+
So what setup should I have for this? To which DNS Role should each server be set up to?