[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Does firefox ( Debian version) support Ipv6 ?



On Wed, Nov 09, 2005 at 05:38:40PM +0800, kmlhk79-ipv6@yahoo.com.hk wrote:
> Dear All:
> My Debian Sarge run on dual stack ( both Iv4 and Ipv6
> enabled ). How can I use firefox ( Debian Sarge
> version ) to visit Ipv6 enabled web site ? 
> 
> For example , http://www.ipv6.org.tw/ which have both
> Ipv4 and Ipv6 site with same DNS name . 
> 
> When I browse the web site by typing
> http://www.ipv6.org.tw/, it always visit the website
> with Ipv4 .
> 

I think your problem is the web server:

vegard@vegard:~$ telnet -6 www.ipv6.org.tw 80
Trying 2001:c50:ffff:1:2e0:18ff:fe95:b229...
telnet: Unable to connect to remote host: Connection refused
vegard@vegard:~$ telnet www.ipv6.org.tw 80
Trying 2001:c50:ffff:1:2e0:18ff:fe95:b229...
Trying 210.17.9.243...
Connected to www.ipv6.org.tw.sub224-255.9.17.210.in-addr.arpa.
Escape character is '^]'.

This tells me that the server does not listen to ipv6, and when I try
not specifying, it correctly tries ipv6 first, then tries ipv4 when it
can't contact it by ipv6.
-- 
- Vegard Engen, member of the first RFC1149 implementation team.



Reply to: