Possible to copy and entire domain?

Joseph S D Yao jsdy at center.osis.gov
Sat Dec 7 00:27:00 UTC 2002


On Fri, Dec 06, 2002 at 05:48:34AM +0000, Brian Johnson wrote:
> 
> I've just started setting up DNS and have been able to create an internal view and
> hook into DHCP to dynamically update my domain
> 
> I would like to set up a second domain name that is just a duplicate of the first
> including all the dynamically updated ip addresses
> 
> I had trouble coming up with a good description to search by and couldn't filter
> the proper answer out of all the search engine responses
> 
> Is this possible?
> 
> How do I do it?

istm that this should work, even with dynamically update ip addresses:

zone "zone1.example.com" {
	type master;
	file "zone.zone1";
};

zone "zone2.example.com" {
	type master;
	file "zone.zone1";	// Yep, same file.
};

--
Joe Yao				jsdy at center.osis.gov - Joseph S. D. Yao
OSIS Center Systems Support					EMT-B
-----------------------------------------------------------------------
	    PLEASE ... send or Cc: all "OSIS Systems Support"
		     mail to sys-adm at center.osis.gov
-----------------------------------------------------------------------
   This message is not an official statement of OSIS Center policies.


More information about the bind-users mailing list