[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: konqueror 3.1 + ipv6
You mean this kind of error?
$ host -t aaaa v6.fries.net
v6.fries.net has AAAA address 3ffe:b00:4004:1::1:0
$
In the html window:
An error occured while loading http://v6.fries.net:
Unknown host v6.fries.net
This does exist btw:
$ telnet v6.fries.net 80
Trying 3ffe:b00:4004:1::1:0...
Connected to v6.fries.net.
Escape character is '^]'.
GET /abcde
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /abcde was not found on this server.<P>
<HR>
<ADDRESS>Apache/1.3.27 Server at fries.net Port 80</ADDRESS>
</BODY></HTML>
Connection closed by foreign host.
$
FWIW, I've found that giving an ipv6 address works fine:
http://[3ffe:b0:4004:1::1:0]/
As itojun and I discussed, the lookup routines in the kdelibs are quite
wrong in their separation of ipv6 and ipv4. It should be 'transparent'
and if necessary allow disabling of one or the other, but for a given
name, should try try all addresses, ipv6 and ipv4, for each name, in
the order 'all ipv6' ... 'all ipv4' .. which is what our libc does.
Unfortunately they think they know better and use c++ to make separate
handling of ipv6 and ipv4 ;-(
--
Todd Fries .. todd@openbsd.org
I'm available for hire! http://todd.fries.net/resume.html
(last updated 2003/01/02 02:08:59)
Penned by Jolan Luff on Fri, Feb 07, 2003 at 01:22:31AM -0600, we have:
| Hi,
|
| Is anyone able to browse ipv6 www sites with konqueror 3.1? I'm
| having some difficulty. The last time I checked was with 3.0.x a
| few weeks ago. I can ping/resolve kame via ipv6 just fine, as well
| as connect to ipv6 irc, so I'm doubtful that it is a networking
| problem.
|
| - jolan