Forwarding

Alan Fung HKGalanf at nomura.com.hk
Fri Jan 28 03:57:05 UTC 2000


Dear Jon,

Set something like
=================================
options {
#
# boot file for name server
#
        directory "/etc/named.data";
#
#
#
        forwarders {
# x.x.x.x is the ip of DNS server 3
                x.x.x.x;
                x.x.x.x;
                x.x.x.x;
        };
        forward only;
};
zone "domain.com" {
        type forward;
        forward only;
        forwarders {
# y.y.y.y is DNS server 1
                y.y.y.y
        };
};
zone "domain2.com" {
        type forward;
        forward only;
        forwarders {
# z.z.z.z is DNS server 2
                z.z.z.z
        };
};
"Jon" <jon at fggf.com> wrote in message
news:389064cc.206306 at library.airnews.net...
> Hi,
>    I am using bind ver8, and have a configuration question.    I need
> to forward different request to different places.   example:
> if zone is local, the do lookup local
> If lookup is from domain.com forward the request to DNS server 1
> if lookup is for domain2.com send the rquest to DNS server 2
> All other requests send it to DNS server 3
>
> Can anyone give me a hint on how to do this?
>
> Jon
>
>
>





More information about the bind-users mailing list