DNS zone to host only certain records & forward other requests to other DNS Servers.

Merton Campbell Crockett m.c.crockett at adelphia.net
Thu Aug 10 13:47:27 UTC 2006


On 10 Aug 2006, at 24:04 , Manjunath H N wrote:

>> -----Original Message-----
>> From: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org] On
> Behalf Of Barry
>> Margolin
>> Sent: Wednesday, August 09, 2006 11:05 PM
>>
>> If you only want to override www.webserver.partner.com, and not other
>> XXX.partner.com names, create a zone www.webserver.partner.com.  That
>> way you won't be authoritative for the rest of he partner.com  
>> domain, so
>> those names will be resolved normally via the Internet.
>
> If I create a zone www.webserver.partner.com how would the requests to
> www.subdomain.webserver.partner.com be resolved ? I suppose the client
> will look upto this zone for resolution, can this be overridden ?

zone WWW.WEBSERVER.PARTNER.COM { ... };

This zone would consist of an SOA record and a single A record for  
the alternate IP address over the private network connection.  Note  
that the zone is defined for a single host.

WWW.SUBDOMAIN.WEBSERVER.PARTNER.COM is not in the  
WWW.WEBSERVER.PARTNER.COM zone and will be forwarded to the name  
servers at Partner, Inc. for name resolution.

Using this technique requires a zone file to be created for each host  
that is accessible over the private network connection.


Merton Campbell Crockett
m.c.crockett at adelphia.net





More information about the bind-users mailing list