From owner-freebsd-current@FreeBSD.ORG Thu May 13 20:27:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B0E016A4CE for ; Thu, 13 May 2004 20:27:46 -0700 (PDT) Received: from mercury.infolab.ne.jp (ns1.infolab.ne.jp [210.166.231.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00E0443D2F for ; Thu, 13 May 2004 20:27:45 -0700 (PDT) (envelope-from hatanou@infolab.ne.jp) Received: from mercury.infolab.ne.jp (localhost [127.0.0.1]) i4E3RiXe081472 for ; Fri, 14 May 2004 12:27:44 +0900 (JST) (envelope-from hatanou@ns1.infolab.ne.jp) Message-Id: <200405140327.i4E3RiXe081472@mercury.infolab.ne.jp> To: freebsd-current@freebsd.org In-reply-to: Scott's message of "Thu, 13 May 2004 17:12:58 -0400." <4F0AE81A-A522-11D8-B826-0003930F38CE@mithrandir.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <81468.1084505263.1@mercury.infolab.ne.jp> Content-Transfer-Encoding: 7bit Date: Fri, 14 May 2004 12:27:44 +0900 From: HATANOU Tomomi Subject: Re: DNS problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 03:27:46 -0000 Hi, > My config file has in it: > >options { > directory "/etc/namedb"; > forwarders { 63.75.133.13; 63.75.133.14; }; I've had same problem before. Try removing 'forwarders' line from your named.conf if possible. This may solve your problem. HATANOU Tomomi.