2 IPs BIND has to listen for

John Heyer john at snake.supranet.net
Thu Aug 30 17:47:39 UTC 2001



By default, BIND will listen on all interfaces/IP addresses.  To limit it
to certain ones, use the "listen-on" option in named.conf.  For example:

options {
        listen-on {
                205.164.160.69;
                127.0.0.1;
        };
};

--
Johh Heyer - john at personal.supranet.net - http://heyer.supranet.net

"Me fail English?  That's unpossible!"  -- Ralph Wiggam

On Thu, 30 Aug 2001, Oliver wrote:

>
> Hello,
>
> I want to do the following:
>
> I have one server running on Linux RH 7.1 using bind 9.1
>
> I got two IP´s for the nameserver and I want that
> the nameserver listen to both IP´s.
> My ISP told me that that would be enough for running a domain name service.
>
> How can I do that???
>
> I anybody knows, would be great.
>
> Thanx Olli Etzel
> merry old germany
>
>




More information about the bind-users mailing list