Date: Tue, 5 Mar 2002 16:12:22 -0500 (EST) From: Marty Poulin <mpoulin@honk.org> To: Mike Bertsch <questions@radioactivedata.org> Cc: freebsd-questions@freebsd.org Subject: Re: caching nameserver not working? Message-ID: <Pine.LNX.3.96.1020305160621.28510A-100000@honk.org> In-Reply-To: <Pine.BSF.4.33.0203051518450.94691-100000@glow>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, but that was a typo on my part. The config file points to
named.cache, and the filename is named.cache
- M -
On Tue, 5 Mar 2002, Mike Bertsch wrote:
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.96.1020305160621.28510A-100000>
