Wiroth Didier said:
> Hey,
> I would like to run bind as a caching only server (v 8.3.3
> from 4.7-release). I would also like that it only listens
> on port 127.0.0.1, but how? I tried this entry in
> named.conf, but it didn't work:
> query-source address 127.0.0.1 port 53;
Advertising
in named.conf:
listen-on { 127.0.0.1; };
I've been using this configuration(I also have it bind to another IP) for
a couple years with success. I have another copy of BIND listening on yet
another IP as well..
nate
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message