From owner-freebsd-current@FreeBSD.ORG Fri Feb 6 07:30:40 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 CC1A316A4CE for ; Fri, 6 Feb 2004 07:30:40 -0800 (PST) Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id E780D43D5E for ; Fri, 6 Feb 2004 07:30:39 -0800 (PST) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 4E93150; Fri, 6 Feb 2004 16:30:39 +0100 (CET) Date: Fri, 6 Feb 2004 16:30:39 +0100 From: Guido van Rooij To: Hajimu UMEMOTO Message-ID: <20040206153039.GA1546@gvr.gvr.org> References: <20040206144006.GA848@gvr.gvr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-current@freebsd.org Subject: Re: resolver issues: AAAA in ipv4 only environment 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, 06 Feb 2004 15:30:40 -0000 On Sat, Feb 07, 2004 at 12:01:02AM +0900, Hajimu UMEMOTO wrote: > > 5-CURRENT has destnation address selection. You can see A before AAAA > by putting following rule into your /etc/ip6addrctl.conf: > > add ::1/128 50 0 > add ::ffff:0:0/96 40 1 > add ::/0 30 2 > add 2002::/16 20 3 > add ::/96 10 4 that still doesn't seem to help. E.g. mozilla hangs a while when I go to www.apcc.com. Host does the same. Reaosn: it seems to await all queries... -Guido