• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

DNS/Bind quesetion

Red Squirrel

No Lifer
Lets say I have two zones in bind like example.com and example2.com, is there a way to make it so one of the zones just mirrors another zone? So if I want all the domain/subdomains to match up, could I make it so I only have to edit one zone?

So say i edit the example.com zone and add www3 A record I want it to automaticly work for example2.com.

I'm using Bind with no control panel. I'm pretty sure there's a way to do it, just not sure how.
 
Zone types:
http://www.redhat.com/docs/man...ction-nameservers.html

Slave zone: "slave nameservers get their namespace information from master nameservers. "

Caching only: "Offers name-to-IP resolution services, but is not authoritative for any zones"

Those would be the only possibilities for a zone types. Slave won't work because all zone information is pulled from the master (meaning you can't add new records). Caching won't work because it's not authoritative.
 
Back
Top