From owner-freebsd-questions@FreeBSD.ORG Wed Aug 31 13:55:41 2005 Return-Path: X-Original-To: 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 42ED016A41F for ; Wed, 31 Aug 2005 13:55:41 +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 E3D3B43D45 for ; Wed, 31 Aug 2005 13:55:40 +0000 (GMT) (envelope-from kilim@phenix.rootshell.be) Received: by phenix.rootshell.be (Postfix, from userid 58045) id 51EE91797E; Wed, 31 Aug 2005 15:55:37 +0200 (CEST) Date: Wed, 31 Aug 2005 15:55:37 +0200 From: kilim To: Kevin Kinsey Message-ID: <20050831135537.GA13967@phenix.rootshell.be> References: <20050831122100.GA32201@phenix.rootshell.be> <4315B443.3030602@daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4315B443.3030602@daleco.biz> User-Agent: Mutt/1.4.1i Cc: questions@freebsd.org Subject: Re: 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 13:55:41 -0000 On Wed, Aug 31, 2005 at 08:44:35AM -0500, Kevin Kinsey wrote: > kilim wrote: > > > >I'm about to set up named under FreeBSD 5.4. > BIND in FreeBSD 5.X is version 9, and is already set up > "in a sandbox" (e.g., chrooted to /var/named). Hi, so I guess I just need to follow the section 24.7[1] of the handbook to the letter, substituting the "example.com" with my own domain name ? And I should be fine ? [1]the url is: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-bind9.html Thanks