Date: Fri, 24 Sep 2004 11:08:19 -0700 From: Jeremy Chadwick <freebsd@jdc.parodius.com> To: freebsd-current@freebsd.org Subject: Re: Proper way to run bind9 Message-ID: <20040924180819.GA14244@parodius.com> In-Reply-To: <1096042856.24267.6.camel@purgatory.ceribus.net> References: <1096042856.24267.6.camel@purgatory.ceribus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
http://lists.freebsd.org/pipermail/freebsd-current/2004-September/038061.html -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. | On Fri, Sep 24, 2004 at 09:20:56AM -0700, Grover Lines wrote: > Just wondering what the correct rc.conf options should be used for the > new bind9. I have it working but using the default > named_pidfile="/var/run/named/pid" I get to many levels of symlinks > error, so I just made it /var/run/named and it works. > > What I have right now is > > named_enable="YES" > named_flags="-c /etc/namedb/named.conf" > > I mean I have it running no problem. I just want to have it running > securly the correct way, and since its new there really are no guides. > > > > --- > named_enable="NO" # Run named, the DNS server (or NO). > named_program="/usr/sbin/named" # path to named, if you want a different > one. > named_flags="-u bind" # Flags for named > named_pidfile="/var/run/named/pid" # Must set this in named.conf as well > named_chrootdir="" # Chroot directory (or "" not to auto- > chroot it) > named_chroot_autoupdate="YES" # Automatically install/update chrooted > # components of named. > See /etc/rc.d/named. > named_symlink_enable="YES" # Symlink the chrooted pid file > > -- > > Grover Lines > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040924180819.GA14244>