From owner-freebsd-questions Thu Nov 22 23:44:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id 4CABD37B418 for ; Thu, 22 Nov 2001 23:44:44 -0800 (PST) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id JAA50635; Fri, 23 Nov 2001 09:44:46 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Dan Nelson" Cc: "FreeBSD Question List" Subject: RE: Multiple NameD instances ? Date: Fri, 23 Nov 2001 09:49:54 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20011122154248.GB11921@dan.emsphone.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: Dan Nelson [mailto:dnelson@allantgroup.com] > Sent: 22 November 2001 17:43 > > In the last episode (Nov 22), Patrick O'Reilly said: > > Is there a way to run two instances of named on one box, with > one instance > > answering any requests that enter on the public interface, and the other > > instance answering the private interface? > > > > Or, can one instance be configured to answer both, but making private > > information available internally only, but public information available > > either way? > > BIND 9 (in ports) has the concept of "views", where you can define an > internal and external view with different zones for the same domain, > and configure named to use one zone or the other based on the IP of the > client requesting the inromation. > > -- > Dan Nelson > dnelson@allantgroup.com Thanks Dan! That sounds like an elegant solution! Now, 'named -v' tells me I have 'named 8.2.4-REL', and searching the ports reveals "Port: bind-8.2.3" and "Port: bind-9.1.1". So, I expect I'll need to be installing the port for 9.1.1? Does anyone have any idea if/when bind 9 will move into the "standard" BSD installation? Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message