We have a small network with two DCs and around 50 users.
DC1 is at 192.168.50.10
GW: 192.168.50.1
DNS: 192.168.50.10
DC2 is at 192.168.50.11
GW: 192.168.50.1
DNS: 192.168.50.10
The firewall's LAN side is at 192.168.50.1 and this is also the DHCP
server. The DHCP server gives out data like this:
GW: 192.168.50.1
DNS1: 192.168.50.10
DNS2: <my ISP's name server>
WINS: 192.168.50.10
Should DC2's DNS actually be 192.168.50.11?
I have understood that it isn't good practice to add external name
servers as secondary DNS for clients. So where do I add references to
the external name servers in the DNS server props at DC1 and DC2 so
clients (and the servers) will be able to resolve external addresses?
Both DC1 and DC2 runs DNS servers. How do I check if they replicate
properly, and what is important in this scenario?
How do I run tests from clients to check that everything runs properly
and there is no unnecessary delays?
Thanks for comments and help on this issue
regards
Jake
Hope this helps
Joe
Thanks Joe!
Two more questions:
I wrote:
>> DC2 is at 192.168.50.11
>> GW: 192.168.50.1
>> DNS: 192.168.50.10
Should DC2 have its own IP as DNS (in the case if DC1 breaks down)? Or
is it correct as I wrote it?
Also I noticed when checking the DNS properties of DC2 that 'Primary DNS
server = DC2.mydomain.local' Shouldn't it state that DC1 is the primary
dns server? Or it is ok that the secondary DC's DNS server is its own
primary DNS server?
Thanks for comments on this too..
Jake
There is a distinction between a DNS server being a Primary server and the
zones it is hosting being primary and secondary zones. So in this case both
DNS server may refer to themselves as primary, however one might have a
primary zone file mycompany.com which is replicated as a secondary zone to
the other DNS server.
If you are running windows, I would make your DNS zones Active Directory
Integrated Zones. There are several advantages, it allows you the redundancy
you have made reference to if DC01 becomes unavailable - it is more secure,
it replicates with Active Directory and in theory should take up less of your
admin time.
When you ask should DC02 have its own IP address, I'd configure DHCP
settings like this
Preferred DNS: 192.168.50.10
Alternative DNS: 192.168.50.11
Joe