From owner-freebsd-questions Thu Oct 24 15:18:22 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA26134 for questions-outgoing; Thu, 24 Oct 1996 15:18:22 -0700 (PDT) Received: from apolo.biblos.unal.edu.co ([168.176.37.75]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA26124 for ; Thu, 24 Oct 1996 15:18:03 -0700 (PDT) Received: (from pgiffuni@localhost) by apolo.biblos.unal.edu.co (8.8.0/8.7.3) id RAA01945; Thu, 24 Oct 1996 17:19:19 -0500 (EST) Date: Thu, 24 Oct 1996 17:19:19 -0500 (EST) From: Pedro Giffuni To: Vernon Silvers cc: questions@FreeBSD.org Subject: Re: DNS In-Reply-To: <326FBBCB.3F73@wnc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, The fast way is: 1) modify /etc/sysconfig to call named (it may use /etc/namedb) 2) populate /etc/hosts 3) add other DNSs to /etc/resolv.conf (3 is the usual number) 4) edit host.conf, if necesary to look for named first 5) run the shell to create reverse addresses in /etc/namedb/ 6) you may want to edit some config files in the same place. 7) reboot, or execute named as shown in step 1 Test it... if I missed something you can always make a man named. Pedro. On Thu, 24 Oct 1996, Vernon Silvers wrote: > I need to service my primary DNS. Whats is the easiest way to go about > this? I have FreeBSD 2.1.5. > > Tks! > > Vernon Silvers > sysop@wnc.com >