From owner-freebsd-questions Thu Nov 22 7:43: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 2A0B737B417 for ; Thu, 22 Nov 2001 07:43:00 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id fAMFgnM76592; Thu, 22 Nov 2001 09:42:49 -0600 (CST) (envelope-from dan) Date: Thu, 22 Nov 2001 09:42:48 -0600 From: Dan Nelson To: "Patrick O'Reilly" Cc: FreeBSD Question List Subject: Re: Multiple NameD instances ? Message-ID: <20011122154248.GB11921@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23.2i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error 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 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message