From owner-freebsd-questions Tue Mar 5 12:28:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from glow.radioactivedata.org (glow.radioactivedata.org [199.232.41.27]) by hub.freebsd.org (Postfix) with SMTP id C5C9A37B402 for ; Tue, 5 Mar 2002 12:28:36 -0800 (PST) Received: (qmail 9145 invoked by uid 7770); 5 Mar 2002 20:21:02 -0000 Received: from localhost.radioactivedata.org (HELO localhost) (127.0.0.1) by localhost.radioactivedata.org with SMTP; 5 Mar 2002 20:21:02 -0000 Date: Tue, 5 Mar 2002 15:21:02 -0500 (EST) From: Mike Bertsch X-X-Sender: To: Marty Poulin Cc: Subject: Re: caching nameserver not working? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Howdy, Not sure if this'll help, but it appears that your named.conf is looking for named.cache, but you mentioned you're trying to use named.root. Perhaps changing the config file to look for /etc/namedb/named.root will help? -Mike On Tue, 5 Mar 2002, Marty Poulin wrote: > > > Here's a copy of my named.conf file: > > acl slaves { > 123.123.123.124; > }; > options { > directory "/etc/namedb"; > pid-file "/var/named/named.pid"; > allow-transfer { slaves; }; > }; > > # type domain source host/file backup file > > zone "." { > type hint; > file "/etc/namedb/named.cache"; > }; > > zone "mydomain.com" { > type master; > file "db.mydomain.com"; > notify yes; > also-notify { 123.123.123.124; }; > }; > > > The named.root file is the one included with FreeBSD; I have tried > downloading a new copy with "dig @a.root-servers.net . ns > named.root" > with no luck. > > I must be missing something - can anyone give me a hand? > > (please copy me by email - I'm not subscribed to the list) > > Thanks, > > M. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message