AW: binding named to a single ip?

Philipp Snizek mailinglists at belfin.ch
Wed Feb 28 07:20:27 UTC 2001



> Hi,
> 
> I have one machine w/ multiple ip's (ip aliasing).  Most of 
> my services
> run through
> inetd or tcpserver that have the capability of binding to a single ip
> address.
> Is there a way to get named to bind to a single ip?
> Does it really matter if it isn't bound to a single ip?
> 
> Thanks,
> Scott


Hi,

Yes. You can do it in etc/named.conf. 

   };
        # the default is to listen on port 53 on all available interfaces
        # you can also give a detailed list:
        #listen-on port 53 { 127.0.0.1; };
        listen-on port 53 { 10.0.0.191/32; 127.0.0.1/32; };
};
 
This solves your problem.

Philipp



More information about the bind-users mailing list