Problem: Bind8.1.2/Irix/Ip-aliasing

Berislav Todorovic BERI at etf.bg.ac.yu
Tue Aug 3 12:42:37 UTC 1999


In article <Pine.GS4.4.05.9908021209070.6786-100000 at orion>, Jacob
Weismann Poulsen <jwp at dmi.dk> wrote:

> A host with two ip-addresses for a single interface. Bind version
> 8.1.2 running on platform X must answer on both ip-addresses.
> ...
> I have tried to specify the IP-addresses that Bind should listen
> on by using the option listen on port 53 { ... }, but it doesn't
> change anything.

Try the following:

options {
   listen-on port 53 { any; };
};

If it doesn't work, try to specify both interface addresses explicitly,
i.e.: "listen-on port 53 { 10.9.8.7; 10.1.2.3; };".

Regards,
Beri


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.


More information about the bind-users mailing list