Backup DNS

  • Thread starter Thread starter Tom Rogers
  • Start date Start date
T

Tom Rogers

I have 2 Domain Controllers in my W2K Domain. The main DC runs DNS. I also
have a Member Server that runs ISA 2000 and DNS for the Internet.

If my main server goes down, I want DNS internally to still function. I want
it to function from DC #2. How do I do this?

TIA,

-Tom
 
In
Tom Rogers said:
I have 2 Domain Controllers in my W2K Domain. The main DC runs DNS. I
also have a Member Server that runs ISA 2000 and DNS for the Internet.

If my main server goes down, I want DNS internally to still function.
I want it to function from DC #2. How do I do this?

TIA,

-Tom

Make the zone AD Integrated. Install DNS on the other server. Add the zone
on the other server, make it AD Integrated and the zone data will appear. In
the first server, point to itself for the 1st DNS entry, the second would be
the other server. In the other server, point to itself for the first, then
the main server for the second. In your DHCP scope, add the other server as
the secondary DNS for your clients.

--
Regards,
Ace

Please direct all replies ONLY to the Microsoft public newsgroups
so all can benefit.

This posting is provided "AS-IS" with no warranties or guarantees
and confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services
Infinite Diversities in Infinite Combinations.
=================================
 
In
Tom Rogers said:
I have 2 Domain Controllers in my W2K Domain. The main DC runs DNS. I
also have a Member Server that runs ISA 2000 and DNS for the Internet.

If my main server goes down, I want DNS internally to still function.
I want it to function from DC #2. How do I do this?

Install the DNS server service on DC #2.
If the zones on DC #1 are Active Directory integrated, you're done, the zone
will automatically replicate.
Then, all you need to do is add DC #2 to the DNS server list in TCP/IP
properties.

It really is just that simple, If you add a AD integrated zone to one DC,
the zone will appear on the other DC at the next replication cycle.
 
Back
Top