Multihome DNS configuration

Kevin Darcy kcd at daimlerchrysler.com
Mon Jul 24 20:32:26 UTC 2000


Use the "sortlist" option. For example:

acl LAN { 168.9/16; };
acl LAN1 { 10/8; };

options {
            // other options ...
            sortlist { { LAN1; LAN; }; };
};


- Kevin

Wang Wei Hua wrote:

> Hi All,
>
> I have a problem needed your help. We have a a DNS server which has two
> interfaces, one is linked to internal LAN, another is linked to Internet, so
> the DNS has a domain name with two IP addresses(internal & Internet), now I
> have another LAN1 that is linked to LAN through a router via a leased line,
> I want to configure the DNS when users in LAN1 access the DNS server will
> get internal IP address (not Internet IP address of the DNS). Is there a way
> to configure it? Can I use Round Robin?
>
>   tulip        A    203.126.196.2      #Internet IP address
>                  A    168.9.4.5             #internal IP address
>
> The users in LAN1 are in 10.33.0.0 network
> the LAN is in 168.9.0.0 network
> the twe LANs are linked by routers.
>
> i.e. when a user in LAN1(10.33.0.0) access tulip, he will get 168.9.4.5, now
> he is cycling to get 203.126.196.2 & 168.9.4.5, how can I solve the problem?
>
> Thanks in advance!
>
> Wang.






More information about the bind-users mailing list