Date: Wed, 19 Jan 2005 14:32:19 -0600 From: Greg Barniskis <nalists@scls.lib.wi.us> To: Hexren <me@hexren.net> Cc: freebsd-questions@freebsd.org Subject: Re: Running named on one interface only Message-ID: <41EEC3D3.8090402@scls.lib.wi.us> In-Reply-To: <2215678704.20050119210647@hexren.net> References: <2215678704.20050119210647@hexren.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hexren wrote: > *gnaahh* I seem to be unable to locate any information about limiting > nameds service to one interface only. Does anybody know where to do > this ? > > Thank you > Hexren in named.conf, options { listen-on { 10.0.0.1; 192.168.0.1; }; }; should cause the server to listen on 10.0.0.1 and 192.168.0.1 and no other interfaces. (YMMV, as I've never actually done this). Don't forget to stop and start named after tweaking named.conf. -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) <gregb at scls.lib.wi.us>, (608) 266-6348
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41EEC3D3.8090402>