From owner-freebsd-current@FreeBSD.ORG Fri Feb 6 07:37:09 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 3A31516A4CE for ; Fri, 6 Feb 2004 07:37:09 -0800 (PST) Received: from cheer.mahoroba.org (flets20-024.kamome.or.jp [218.45.20.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 994F043D6A for ; Fri, 6 Feb 2004 07:36:54 -0800 (PST) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:tIga0HTRiim3wb0caMcZNcuT0xYaC1YBXshoBmxuuHcjrAsFPvkCkxKjGR6gOn7e@lyrics.mahoroba.org [IPv6:3ffe:501:185b:8010:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0)i16FalZS025935 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 Feb 2004 00:36:47 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sat, 07 Feb 2004 00:36:46 +0900 Message-ID: From: Hajimu UMEMOTO To: Guido van Rooij In-Reply-To: <20040206153039.GA1546@gvr.gvr.org> References: <20040206144006.GA848@gvr.gvr.org> <20040206153039.GA1546@gvr.gvr.org> User-Agent: xcite1.38> Wanderlust/2.11.3 (Wonderwall) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 5.2-CURRENT MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on cheer.mahoroba.org 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:37:09 -0000 Hi, >>>>> On Fri, 6 Feb 2004 16:30:39 +0100 >>>>> Guido van Rooij said: guido> 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 guido> that still doesn't seem to help. E.g. mozilla hangs a while when I guido> go to www.apcc.com. Host does the same. Reaosn: it seems to await guido> all queries... Ah, Mozilla doesn't call getaddrinfo() but gtipnodebyname() twice for AAAA and A. Recent Mozilla does AAAA query only if your interface has IPv6 global address, and does A query only if your interface has IPv4 address when you invoke Mozilla. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/