From owner-freebsd-isp Thu Oct 16 08:14:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA04518 for isp-outgoing; Thu, 16 Oct 1997 08:14:27 -0700 (PDT) (envelope-from owner-freebsd-isp) Received: from wicked.eaznet.com ([206.62.254.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA04511 for ; Thu, 16 Oct 1997 08:14:24 -0700 (PDT) (envelope-from eddie@eaznet.com) Received: from eaznet.com (as1-34.eaznet.com [206.62.254.242]) by wicked.eaznet.com (8.8.5/8.8.5) with ESMTP id IAA06527; Thu, 16 Oct 1997 08:15:57 -0700 (MST) Message-ID: <34463001.7349CE45@eaznet.com> Date: Thu, 16 Oct 1997 08:17:21 -0700 From: Eddie Fry X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: Mark Segal CC: freebsd-isp@freebsd.org Subject: Re: BIND-8 References: <199710141716.KAA19081@wicked.eaznet.com> <3443BB7F.6E6AFE92@club-web.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thanks Mark! Got it up and running, looks good so far. Eddie Mark Segal wrote: > Eddie Fry wrote: > > > > I can't seem to find the port for BIND-8. Is there one? I remember some reference to someone >building one a couple of months ago. I searched the archives with no luck. I'm running 2.2.2. If >there's not a port, is there anything I need to watch out for during the install? > > I'm not sure abou the port but it's pretty simple to install. Just read > the "INSTALL", basically a make statement.. > However, watch out because the named.boot is gone it's now a > named.conf... a bit different in it's setup... but there is a conversion > script included with the distrubution. > Lastly make sure you include a listen-on directive, ie what ports the > named server should listen for dns queries (only if you have multipule > IP's bound to that machine) syntax is as follows: > > --- Named.conf begin ------ > > options { > directory "/etc/namedb"; > listen-on {127.0.0.1;207.176.196.2;}; <--- here it is local host and > the nic dns server. > }; > > zone "." { > type hint; > file "named.root"; > }; > > zone "0.0.127.in-addr.arpa" { > type master; > file "db.127.0.0"; > }; > > zone "196.176.207.in-addr.arpa" { > type master; > file "db.207.176.196"; > }; > > zone "club-web.com" { > type master; > file "db.club-web.com"; > }; > > --- named.conf continues ---- > > mark > > -- > Mark Segal > mark@club-web.com > System Administrator - Club-Web Inc. -- Eddie Fry eddie@eaznet.com EAZNet Internet Services http://www.eaznet.com 220 West 7th Street Safford, AZ 85546 EAZing you into the future...