From owner-freebsd-questions@FreeBSD.ORG Sun Feb 20 23:54:04 2005 Return-Path: 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 30EB716A4CE for ; Sun, 20 Feb 2005 23:54:04 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7B5D43D31 for ; Sun, 20 Feb 2005 23:54:03 +0000 (GMT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (rwcrmhc11) with ESMTP id <2005022023540301300qi02be>; Sun, 20 Feb 2005 23:54:03 +0000 Received: from [192.168.0.16] (gladiator.trini0.org [192.168.0.16]) by hivemind.trini0.org (Postfix) with ESMTP id DDE5D60F4; Sun, 20 Feb 2005 18:54:02 -0500 (EST) Message-ID: <4219231B.5000708@trini0.org> Date: Sun, 20 Feb 2005 18:54:03 -0500 From: Gerard Samuel User-Agent: Mozilla Thunderbird 1.0 (X11/20050122) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Moran References: <4219102A.2060700@trini0.org> <42191925.304@locolomo.org> <42191D4F.9080205@trini0.org> <20050220184042.5341335e.wmoran@potentialtech.com> <4219223E.1030601@trini0.org> In-Reply-To: <4219223E.1030601@trini0.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Split DNS [was]: 5.3 & /etc/rc.network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2005 23:54:04 -0000 Gerard Samuel wrote: > Bill Moran wrote: > >> Gerard Samuel wrote: >> >> [...] >> >> >>> Im attempting to setup "split dns", using instructions from >>> http://www.cfcl.com/rdm/split_DNS.html >>> (Specifically under the heading "/etc/rc.network") >>> >>> Can anyone point me as to what can be done to run 2 instances of bind, >>> using freebsd 5.3 rc system??? >>> >> >> >> This is not necessary with FreeBSD 5.3 >> >> 5.3 ships with bind 9. Bind 9 supports DNS zones that receive different >> results. Thus you can set up "split" DNS with a single instance of >> bind. I expect this will be easier/better than trying to run two >> seperate bind instances. See the bind docs. >> > > According to http://www.bind9.net/Bv9ARM.ch04.html#AEN753 > It mentions 2 sets of name servers. > Im about to re-read the chapter to make sure I didn't miss anything... Ah. I just came across http://www.bind9.net/Bv9ARM.ch06.html#view_statement_grammar which mentions that its not neccessary to have multiple servers with split dns, when using the "view" statement. So I'll see what I can do from here... Thanks