[Bug 24828] Re: IPv6 should be disabled by default
Fabio Massimo Di Nitto
fabbione at ubuntu.com
Sat Mar 31 20:09:08 UTC 2007
Scott: the problems are 2. hardware that people are forced to use and
broken ISP DNS.
once you load ipv6, the glibc resolver will query AAAA first and A later
as specified by Internet RFC's.
so when your application (clearly FF is the first one to really show it) attempts to connect to www.foo.bar, the first query will be
AAAA and that one will take ages to fail because of the broken hw/DNS that's not under ubuntu s control. As soon as the timeout
occurs, the resolver will try IPv4 and bang... it works.
the FF "solution" is just to force FF to do a specific A query.
The really worst part here is that these devices and software implementation are not even IPV4 compliant since if you have never configured IPv6, the DNS query will happen
in ipv4.
Fabio
--
IPv6 should be disabled by default
https://launchpad.net/bugs/24828
More information about the kernel-bugs
mailing list