Multiple Ip's and port listening.

Brian Hostetter brian at netins.net
Tue Sep 7 13:36:40 UTC 1999


Hello.  Different sorta question.  We have one machine that listens on
multiple ip's.  The world sends requests to .1 where internal hosts use
.6.  The actual ip of the machine is set to .6 and .1 is an alias.  I have
the alias working right because I can get web and telnet traffic to .1
correctly.  Here is my conf.

 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; }; 

When I turn on logging i see bind answering on .6 but get no messages as
to the problem with .1?

Ideas?

--Brian


More information about the bind-users mailing list