From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 15:58:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C758116A41F for ; Thu, 8 Sep 2005 15:58:10 +0000 (GMT) (envelope-from jprothe@usd217.org) Received: from galley.usd217.org (galley.usd217.org [209.42.72.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C4B443D46 for ; Thu, 8 Sep 2005 15:58:10 +0000 (GMT) (envelope-from jprothe@usd217.org) Received: by galley.usd217.org (Postfix, from userid 65534) id 2A2D013C451; Thu, 8 Sep 2005 10:58:01 -0500 (CDT) Received: from [209.42.72.23] (techbook [209.42.72.23]) by galley.usd217.org (Postfix) with ESMTP id 8604013C41B; Thu, 8 Sep 2005 10:57:59 -0500 (CDT) Message-ID: <43205F86.3010905@usd217.org> Date: Thu, 08 Sep 2005 10:57:58 -0500 From: Jerod Prothe User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: henrik.lidstrom@digidoc.com References: <43204100.10906@usd217.org> <43205E1D.8030904@digidoc.com> In-Reply-To: <43205E1D.8030904@digidoc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on galley.usd217.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.2 Cc: freebsd-questions@freebsd.org Subject: Re: speed up bind9? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 15:58:10 -0000 I had read where the bind9 implementation of IPv6 was a bit flaky, so I found that tip and am trying it. Doesn't seem to change things though. Henrik Lidström wrote: > Jerod Prothe wrote: > >> The single dns I am running resolves...eventually. I have not set up >> a secondary name server (caching) but I plan to. >> Our proxy server is querying my one-and-only dns but often queries >> time out. >> Is there a way to optimize the performance of the dns? The same box >> handles httpd, postfix, and spamd, so I realize there may not be much >> else I could do. >> Thanks. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > > > Hi, try starting bind with the -4 flag. See if that helps. > > /Henrik > > >