Listen on ports and Multiple IP's

Brian Hostetter brian at netins.net
Tue Sep 7 13:32:08 UTC 1999


I have a machine running bind 8.2.1 that is resolving correctly on its own
IP.  But we have many ip's aliased to that machine.  Customers and the
outside world use .1 to resolve, while internally we use .2.  The alias is
working ok because I can telnet to .1 or .2 and get to the machine.  Here
is how my conf files looks.


 directory "/etc/namedb";
        allow-transfer {
               xxx.xxx.xxx.0/24;
               xxx.xxx.xxx.0/24;};
        listen-on port 53 { xxx.xxx.xxx.6; xxx.xxx.xxx.1; }; 

Any ideas?

--Brian


More information about the bind-users mailing list