From owner-freebsd-questions@FreeBSD.ORG Sun Jan 16 23:19:51 2005 Return-Path: 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 50DCB16A4CE for ; Sun, 16 Jan 2005 23:19:51 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id E376E43D5E for ; Sun, 16 Jan 2005 23:19:50 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] (pool-68-160-208-232.ny325.east.verizon.net [68.160.208.232]) by pi.codefab.com (8.12.11/8.12.11) with ESMTP id j0GNJarK036474 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 16 Jan 2005 18:19:47 -0500 (EST) Message-ID: <41EAF6FC.6060908@mac.com> Date: Sun, 16 Jan 2005 18:21:32 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John References: <20050113152405.A5302@starfire.mn.org> <200501152147.13994.krinklyfig@spymac.com> <20050115235739.A20785@starfire.mn.org> <200501152335.49531.krinklyfig@spymac.com> <20050116154726.A24033@starfire.mn.org> In-Reply-To: <20050116154726.A24033@starfire.mn.org> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.9 required=5.5 tests=AWL,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=disabled version=3.0.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on pi.codefab.com cc: freebsd-questions@freebsd.org Subject: Re: Out of the frying pan... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2005 23:19:51 -0000 John wrote: [ ... ] > Well, I have a local-caching DNS server running on my gateway/NAT/ > firewall FreeBSD system. DHCP is correctly populating /etc/resolv.conf > with the correct value. SOME web sites work great, others show > this very bawky behaivor. A Windows laptop running on the same > network referring to the same local DNS server has no such problem. > I can set them up side-by-side, and the results are deterministic > and predictable. Try restarting named using the -4 flag to restrict it to doing IPv4 queries only, rather than permitting IPv6 as well, and see whether that makes a difference. -- -Chuck