From owner-freebsd-current@FreeBSD.ORG Mon Jan 3 19:24:37 2005 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 8CD5016A4E9 for ; Mon, 3 Jan 2005 19:24:37 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 9180743D48 for ; Mon, 3 Jan 2005 19:24:36 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 3 Jan 2005 19:24:35 +0000 (GMT) Date: Mon, 3 Jan 2005 19:24:35 +0000 From: David Malone To: Richard Cadwalader Message-ID: <20050103192435.GA1685@walton.maths.tcd.ie> References: <002401c4f1c4$fc7ab240$6500000a@asdf> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002401c4f1c4$fc7ab240$6500000a@asdf> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie cc: freebsd-current@freebsd.org Subject: Re: Can't get rid of IPv6 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: Mon, 03 Jan 2005 19:24:37 -0000 On Mon, Jan 03, 2005 at 12:49:32PM -0600, Richard Cadwalader wrote: > takes forever to resolve by name, resolves in milisecnds and loads > the page in half a second when using IP What is listed in /etc/resolv.conf as your name server? It sounds like whatever it is doesn't work correctly as a name server and you need to list something else. David.