From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 3 20:27:36 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6935516A4CE for ; Thu, 3 Feb 2005 20:27:36 +0000 (GMT) Received: from blurp.one.pl (brylant.t2.ds.pwr.wroc.pl [156.17.224.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C142343D45 for ; Thu, 3 Feb 2005 20:27:33 +0000 (GMT) (envelope-from gizmen@blurp.one.pl) Received: by blurp.one.pl (Postfix, from userid 1001) id 367196F5; Thu, 3 Feb 2005 21:27:29 +0100 (CET) Date: Thu, 3 Feb 2005 21:27:29 +0100 From: GiZmen To: freebsd-hackers@freebsd.org Message-ID: <20050203202729.GA25384@blurp.one.pl> References: <420092FA.1090906@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <420092FA.1090906@comcast.net> User-Agent: Mutt/1.5.6i X-Mailman-Approved-At: Fri, 04 Feb 2005 13:05:26 +0000 Subject: Re: cahe-only DNS in jail X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 20:27:36 -0000 > I'm experiencing strange behaviour with Bind running inside a jail. I'm > running 5.2.1 current in the jail. Thinks are working, but poorly. > Lookups for my local machines work perfectly. Some remote lookups work > fine (yahoo, google, etc...). However, many lookups time out, but will > succeed after a few tries. I'm doing all this from home (comcast cable > internet). Anyway, I'm not sure what to do. Sniffing the network > doesn't seem to help much. Queries and requests are reaching the right > hosts and ports. Thanks for any help. > ---end quoted text--- I have had similar problem with my named. I was searching reason of this behaviour of my named. I have put one option to my named. It is forwarders option. forward only; forwarders {156.17.5.2;}; You can add forward only this only forward queries to your comcast caching dns servers. In forwarders put one or more ip addresses of your comcast caching servers. The reaseon of this is that named try to contact to authorative servers. And it can take some time to get respond from them. but if you put forwardes you will be using closer dns so the queries will be faster. Form more reference read bind manual. bye -- Best Regards: GiZmen UNIX is user-friendly; it's just picky about its friends UNIX is simple; it just takes a genius to understand its simplicity