From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 04:47:18 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 48D1137B401 for ; Wed, 23 Jul 2003 04:47:18 -0700 (PDT) Received: from aviti.net (aviti.net [217.144.68.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC35043F93 for ; Wed, 23 Jul 2003 04:47:16 -0700 (PDT) (envelope-from life@zone3000.net) Received: from zone3000.kharkov.ua ([217.144.68.98] helo=adserver.zone3000.net) by aviti.net with esmtp (Exim 4.14) id 19fI5Q-0000YK-K8 for freebsd-questions@freebsd.org; Wed, 23 Jul 2003 14:47:13 +0300 Received: from narik ([10.1.1.36]) by adserver.zone3000.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 23 Jul 2003 14:52:56 +0300 Message-ID: <004b01c35110$f4d0b130$2401010a@zone3000.net> From: "Vitali Malicky" To: "Tony Sterrett" , References: <8AE4DA75-BCC1-11D7-9DA1-000A957FF666@pacbell.net> Date: Wed, 23 Jul 2003 14:52:56 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 23 Jul 2003 11:52:56.0500 (UTC) FILETIME=[F4CE6740:01C35110] X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *19fI5Q-0000YK-K8*/nWJP3cj/mY* Subject: Re: BIND 9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vitali Malicky List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2003 11:47:18 -0000 > Hello: Hi, > 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. I can't follow your point... Are you going to run TWO named daemons? I can't see why you're doing this. master and slave are configured in named.conf and doesn't matter where you're going to start the daemon from, besides, the named daemon can process both master and slave zone at the same time, you don't have to run TWO named daemons. try to make yourself clearer, I suspect I failed to understand the idea... :( as for starting named from rc.conf here is a record from my rc.conf ### BIND 9.1.2 named_enable="YES" named_program="/usr/local/sbin/named" named_flags="-t /etc/namedb" ### -- Error Code=-1 Continue? Yes | No -- P.S. How to jail named read in handbooks on www.freebsd.org > > Also, does anyone have any pointers to info on BIND/DNS. I have the > book, seen the freebsd pages and article. Thanks. > Cheers, > Tony > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"