On 2002-07-24 08:47 +0000, BSD Freak wrote:
> Is there any quick and easy way to make BIND (the version shipped with
> 4.5-R and later) listen only the the loopback interface address (ie
> 127.0.0.1) instead of all available addresses?

Yes.  As a matter of fact this is how I run my caching BIND at home.
You want to look up the description of the listen-on option.  An
example of using the option in named.conf could be:

        options {
                listen-on { 127.0.0.1/32; };
        };

- Giorgos


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to