From owner-freebsd-questions@FreeBSD.ORG Tue Jul 22 20:55:48 2003 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 7DFDE37B401 for ; Tue, 22 Jul 2003 20:55:48 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D15643F3F for ; Tue, 22 Jul 2003 20:55:48 -0700 (PDT) (envelope-from tonyste@pacbell.net) Received: from pacbell.net (adsl-64-163-12-132.dsl.sndg02.pacbell.net [64.163.12.132]) by mta7.pltn13.pbi.net (8.12.9/8.12.3) with ESMTP id h6N3tl93016574 for ; Tue, 22 Jul 2003 20:55:47 -0700 (PDT) Date: Tue, 22 Jul 2003 20:55:47 -0700 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: Tony Sterrett To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <8AE4DA75-BCC1-11D7-9DA1-000A957FF666@pacbell.net> X-Mailer: Apple Mail (2.552) X-Mailman-Approved-At: Tue, 22 Jul 2003 21:06:00 -0700 Subject: BIND 9 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: Wed, 23 Jul 2003 03:55:48 -0000 Hello: I'm trying to configure both a master and slave DNS on the same machine. My approach is to run the master by setting named_enable="YES" and it will use the config file in /etc/named. To start the slave I will In rc.local and it would use the config files in /etc/named/slave. Does this seems ok? Is there a better way. Also, does anyone have any pointers to info on BIND/DNS. I have the book, seen the freebsd pages and article. Thanks. Cheers, Tony