From owner-freebsd-questions Thu Dec 10 07:01:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01470 for freebsd-questions-outgoing; Thu, 10 Dec 1998 07:01:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shemp.palomine.net (shemp.palomine.net [205.198.88.200]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA01465 for ; Thu, 10 Dec 1998 07:01:06 -0800 (PST) (envelope-from cjohnson@palomine.net) Received: (qmail 4817 invoked by uid 1000); 10 Dec 1998 15:00:58 -0000 Message-ID: <19981210100058.A4771@palomine.net> Date: Thu, 10 Dec 1998 10:00:58 -0500 From: Chris Johnson To: Briang , FreeBSD Subject: Re: Bind References: <009701be2408$4d3f87a0$2900a8c0@brian-desktop.briang.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <009701be2408$4d3f87a0$2900a8c0@brian-desktop.briang.org>; from Briang on Wed, Dec 09, 1998 at 10:42:48PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 09, 1998 at 10:42:48PM -0800, Briang wrote: > I just installed FreeBSD-3.0 and I found out that the bind Config is not the > same as before > like 2.2.7 I was using the named.boot file which was pretty easy to setup. > Well I set up named.conf > on the new box -> > > zone "briang.org" { > type secondary; > file "briang.org.db"; > masters > > 24.1.88.78; > }; > }; > > zone "88.1.24.in-addr.arpa" { > type secondary; > file "24.1.88.reverse.db; > masters { > 24.1.88.78; > }; > > Well when I look in the Dir I dont see the Zone files, Does it put them > some where else ? It doesn't put the zone files anywhere. How could it, before you've created them? You have to create them and put them somewhere, and then use the "directory" option to tell it where to look. In the options section of the named.conf file, you'll see something that says 'directory "/etc/namedb"'. This is where named will look for your zone files. Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message