Bind 9 ext and int zone

Barry Margolin barmar at alum.mit.edu
Thu Mar 9 05:21:49 UTC 2006


In article <dun27c$13lm$1 at sf1.isc.org>,
 "Nick Allum" <Nick.Allum at rci.rogers.com> wrote:

> The customer is requesting that we maintain the same domains, as that
> was my first suggestion to give them another domain to use.
> 
> Yes I am trying to get away from maintainig entries in parallel.
> 
> Here is a question about that would I be able to use a wildcard so for
> example I would have internet entries for qa.test.com and dev.test.com
> but for everything else go to NS server?

If you make your server authoritative just for the subzones qa.test.com 
and dev.test.com, it will recurse out to the Internet for everything 
else in test.com.

Another solution is to make your server authoritative for test.com, and 
put NS records in the zone for all the outside names, e.g.

www IN NS <outsideNS1>
    IN NS <outsideNS2>

If any new names are added to the outside nameserver you'll need to add 
them here in parallel, but you don't need to update your nameserver when 
changes to existing entries are made (e.g. if www's address changes).

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***



More information about the bind-users mailing list