Mirroring records in one zone to another

  • Thread starter Thread starter Brad Baker
  • Start date Start date
B

Brad Baker

Is there a way to mirror the records in one zone over to another? For
example: we use active directory integrated DNS and all our servers are set
to register themselves in DNS. This is great however they automatically
register themselves in the .com zone. We would like to mirror these entries
over to a .net zone as well so that the two zones are always in sync.

Thanks,
Brad
 
In
Brad Baker said:
Is there a way to mirror the records in one zone over to another? For
example: we use active directory integrated DNS and all our servers
are set to register themselves in DNS. This is great however they
automatically register themselves in the .com zone. We would like to
mirror these entries over to a .net zone as well so that the two
zones are always in sync.
Thanks,
Brad

You could probably create a list of your domains as suffixes in IP
properties, Advanced, DNS tab, and select the checkbox to register into
these zone in DNS, provided the zone are both on all the DNS servers you
have listed in the machine's IP properties.

Othewise you can create some sort of script to detect a change and
automatically populate the other zone.

--
Ace

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

Having difficulty reading or finding responses to your post?
Instead of the website you're using, I suggest to use OEx (Outlook Express
or any other newsreader), and configure a news account, pointing to
news.microsoft.com. This is a direct link to the Microsoft Public
Newsgroups. It is FREE and requires NO ISP's Usenet account. OEx allows you
to easily find, track threads, cross-post, sort by date, poster's name,
watched threads or subject.

Not sure how? It's easy:
How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Windows Server Directory Services
Microsoft Certified Trainer
Assimilation Imminent. Resistance is Futile.
Infinite Diversities in Infinite Combinations.

The only thing in life is change. Anything less is a blackhole consuming
unnecessary energy.
===========================
 
Brad Baker said:
Is there a way to mirror the records in one zone over to another?

Not with any automatic tools. Every zone is a separate entity.
For example: we use active directory integrated DNS and all our servers
are set to register themselves in DNS. This is great however they
automatically register themselves in the .com zone. We would like to
mirror these entries over to a .net zone as well so that the two zones are
always in sync.

You will have to write a script; read the first zone and find
the differences to update the second zone.

It's not REAL hard; it will be mostly just tedious.

You might use DNScmd to do this. I would probably tend
to write a Perl script to actually create the DNScmd command
lines (since that tools has relatively irritating syntax.)
 
Back
Top