From owner-freebsd-isp Sat Oct 26 00:19:10 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA04730 for isp-outgoing; Sat, 26 Oct 1996 00:19:10 -0700 (PDT) Received: from nemesis.idirect.com (root@nemesis.idirect.com [207.136.80.40]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA04725 for ; Sat, 26 Oct 1996 00:19:08 -0700 (PDT) Received: from karma.idirect.com (fatenet9.idirect.com [207.136.87.201]) by nemesis.idirect.com (8.6.9/8.6.12) with SMTP id DAA24139; Sat, 26 Oct 1996 03:04:33 -0400 Message-ID: <32718370.41C67EA6@idirect.com> Date: Sat, 26 Oct 1996 03:20:16 +0000 From: Jason Lixfeld X-Mailer: Mozilla 3.0 (X11; I; FreeBSD 2.1.5-RELEASE i386) MIME-Version: 1.0 To: Jay CC: freebsd-isp@freebsd.org Subject: Re: [Fwd: Setting up caching name service. (Re: rc file discrepency)] References: <3270D7F5.41C67EA6@idirect.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey! Thanks alot for all of your help. I implemented what you suggested (setting up /etc/named/named.boot, etc..). When I boot up my system.. I get a couple of errors that I'm hoping you can help me resolve. First error: ;;;/etc/rc - system bootup Starting netowrk daemons: named syslogd: bind: Can't assign requested address named[61]: Starting named LOCAL-960717.011537 ;;;I assume this means it successfully started named named[61]: bind(vs,[0,0,0,0].53): Can't assign requested address ;;; I assume from that, there is a problem with bind. my /etc/host.conf is as folloes # $Id: host.conf,v 1.2 1993/11/07 01:02:57 wollman Exp $ # Default is to use the nameserver first # bind hosts # If that doesn't work, then try the /etc/hosts file # hosts bind # If you have YP/NIS configured, uncomment the next line # nis I'm not sure what could be causing this problem. Keep in mind that it is a dialup dynamic IP from my ISP. Thanks in advance! Jason Lixfeld