From owner-freebsd-isp Tue Aug 20 13:59:56 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA03696 for isp-outgoing; Tue, 20 Aug 1996 13:59:56 -0700 (PDT) Received: from jules.citizen1.com (grigsby@jules.citizen1.com [206.169.17.26]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA03689 for ; Tue, 20 Aug 1996 13:59:51 -0700 (PDT) Received: (from grigsby@localhost) by jules.citizen1.com (8.7.5/8.6.12) id OAA05150; Tue, 20 Aug 1996 14:00:08 -0700 (PDT) Date: Tue, 20 Aug 1996 14:00:08 -0700 (PDT) From: Scott Grigsby Message-Id: <199608202100.OAA05150@jules.citizen1.com> To: freebsd-isp@FreeBSD.org, gism@isot.isot.com Subject: Re: DNS Problem Again Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >Date: Tue, 20 Aug 1996 10:54:54 -0500 >Mime-Version: 1.0 >Content-Type: text/plain; charset="us-ascii" >To: freebsd-isp@FreeBSD.org >From: Global Internet Shopping Mall >Subject: DNS Problem Again >Sender: owner-isp@FreeBSD.org >Precedence: bulk > >I got me a 2G IDE and reinstalled 2.1. I configured it same as I did >before, but now I can ping by IP but by name. Also the nslookup will >display server name with 0.0.0.0 IP when first ran instead of 206.24.68.15. >And can't lookup up anyone else but and its >canical names. > >I looked over the DNS configuration, and can't seem to find error. Its very >close to one in isot.isot.com and ORA's DNS book. > >In /etc/sysconfig, I got the hostname=multibyte.multibyte.com and >defaultrouter=isot.isot.com which are tied in by ethernet. > >Am I missing anything else? The file /etc/resolv.conf lists the nameservers the machine will query. A line such as "nameserver 0.0.0.0" just means "use the name service running locally." It sounds like you might not have a db.cache file, which lists the root name servers (those for the root domain ".") -- the nameservers your named should ask when it doesn't know where else to go. In your named.boot file you should have a line something like this cache . db.cache where db.cache is a file that lists the addresses of the root name servers. Scott