From owner-freebsd-questions@FreeBSD.ORG Wed Aug 31 12:21:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0988316A41F for ; Wed, 31 Aug 2005 12:21:02 +0000 (GMT) (envelope-from kilim@phenix.rootshell.be) Received: from phenix.rootshell.be (phenix.rootshell.be [217.22.55.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED5743D4C for ; Wed, 31 Aug 2005 12:21:01 +0000 (GMT) (envelope-from kilim@phenix.rootshell.be) Received: by phenix.rootshell.be (Postfix, from userid 58045) id AEAF117973; Wed, 31 Aug 2005 14:21:00 +0200 (CEST) Date: Wed, 31 Aug 2005 14:21:00 +0200 From: kilim To: freebsd-questions@freebsd.org Message-ID: <20050831122100.GA32201@phenix.rootshell.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Detailed DNS setup ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2005 12:21:02 -0000 Hello, I'm about to set up named under FreeBSD 5.4. I have read all the documentation, O'Reily book and various sites telling me how to go about things. But I fear that just reading about it and doing it are completely different things. What I would like to do is write a list of things that I need to do in order to have my setup up and running. I would appreciate if you give it a look and point out any mistakes that I might have made. Thank you. Here it goes: 1. In the /etc/rc.conf put the name of my domain as hostname, right ? hostname="kilimdomain.com" 2. Then add named_enable="yes" also to the /etc/rc.conf ? 3. I'd like to run named in the chrooted directory and handbook's 24.6.8 section has a write up about it. Yet in /etc/defaults/ there is a knob: named_chroot_autoupdate="YES". Does this imply that even if I don't follow the steps in 24.6.8 but just the steps preceding it, in the 24.6.6 up to 24.6.8, will make the named chrooted ? I'd like to get the answer to these questions (well question no. 3. really) before I proceed to write further as the rest of the write up depends on them. Thank you again !