Install Problem

Peter Hessler phessler at theapt.org
Fri Dec 31 20:25:23 UTC 2004


0.0.0.0 means listen on all interfaces.  its the default, unless there 
is an listen-on directive.

for bind, in named.conf, you can add
        listen-on  { 127.0.0.1; 192.168.189.5; };
to your options {} block to get it to listen to localhost, and 
192.168.189.5.  


On Fri, Dec 31, 2004 at 03:21:49PM -0500, David A. Coursey wrote:
: 
:You're right, but shouldn't it be interface specific?  I believe the
:0.0.0.0:53  in netstat is what is causing the socket to be busy even though
:I limited bind to listen-on 127.0.0.1 and 192.168.189.5.  I stopped named
:and nsd started just fine and answered digs of my zones.  Is there another
:way to stop bind from using the 0.0.0.0:53?  I have had this setup working
:before, but it was on nsd 1.X.
:
:Thanks
:Dave
:
:
:   
:|You probably have already a programm listening on por 53. I 
:|wouldn't be suprised that that is "named". Do a ps ax | grep 
:|named or, if your system supports that, do a sockstat to find out.
:|
:|	jaap
:|`
:
:_______________________________________________
:nsd-users mailing list
:nsd-users at NLnetLabs.nl
:http://open.nlnetlabs.nl/mailman/listinfo/nsd-users



More information about the nsd-users mailing list