Hey,
On 09/14/2011 12:47 PM, Francois Gouget wrote:
Connecting to https://testbot.winehq.org/ over IPv6 hangs for ages :-( This makes accessing it from my desktop very annoying.
$ time wget -4 --quiet http://testbot.winehq.org/ real 0m2.150s user 0m0.000s sys 0m0.000s
$ time wget -6 --quiet http://testbot.winehq.org/ ... still stuck after 6+ minutes
$ telnet -6 testbot.winehq.org Trying 2001:888:2000:38:1000::2... ... same thing
According to http://test-ipv6.com/ my desktop is configured just fine and I only have trouble with the TestBot.
Could this be a firewall problem? (testbot exposing an IPv6 address but the firewall dropping any IPv6 packets)
In the mean time I'm going to use my laptop which is still IPv4 only :-/
That ipv6 address is set on testbot, so it ought to work. Does ICMP6 ping work?
~Maarten