Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2001 10:57:34 -0800 (PST)
From:      Dan Busarow <dan@dpcsys.com>
To:        Bill Moran <wmoran@potentialtech.com>
Cc:        Fernando Gleiser <fgleiser@cactus.fi.uba.ar>, freebsd-questions@FreeBSD.ORG
Subject:   Re: [OT] bind problems
Message-ID:  <Pine.BSF.4.21.0112301054020.97241-100000@java2.dpcsys.com>
In-Reply-To: <3C2F3C25.8090601@potentialtech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Dec 30, Bill Moran wrote:
> Fernando Gleiser wrote:
> > Without looking at the named.conf file, we can't say whats wrong with your
> > bind configuration.
> 
> Here it is, with comments snipped out to save space:
> <named.conf>
> options {
> 	directory "/etc/namedb";
>        forward only;
> 	forwarders {
> 		192.168.42.252;
> 		151.201.71.129;
> 	};
> };

forward only keeps forces named to use your forwarders for *all*
queries, including 127.0.0.1

If you leave that option out it will look to itself for zones it
is a master or slave of.

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, Inc.                            dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82


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.BSF.4.21.0112301054020.97241-100000>