Forwarders for one specific domain.

Cricket Liu cricket at acmebw.com
Thu Jun 8 17:00:09 UTC 2000


> Our site cannot contact a dns server due to routing problems.
> Fixing the routing is not an option.  However, we would like
> to resolve the machines for that site.
> 
> However, we have another DNS server available that is able to
> resolve that (external) domain.  Is it possible to set a kind
> of forwarders for this domain only?

Sure.  You can use BIND 8.2+'s conditional forwarding
feature:

zone "zone-to-forward.com" {
    type forward;
    forwarders { 10.0.0.1; };    // name server to forward to
    forward only;
};

cricket

Acme Byte & Wire
cricket at acmebw.com
www.acmebw.com

Attend the next Internet Software Consortium/Acme Byte & Wire
DNS and BIND class!  See www.acmebw.com/training.htm for
the schedule and to register for upcoming classes.




More information about the bind-users mailing list