I'm having issues reaching wsprnet.org through IPv6. I have an IPv6 tunnel with tunnelbroker.net and the only way to get here is to disable my IPv6 and go through IPv4. Anyone else having this issue?
root@blue:~# host www.wsprnet.org
www.wsprnet.org is an alias for wsprnet.org.
wsprnet.org has address 69.164.213.205
wsprnet.org has IPv6 address 2600:3c03::f03c:91ff:fe96:829b
From my router:
gateway1#ping 2600:3c03::f03c:91ff:fe96:829b
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2600:3C03::F03C:91FF:FE96:829B, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 52/56/60 ms
Telnet from my Linux server:
root@blue:~# telnet www.wsprnet.org 80
Trying 2600:3c03::f03c:91ff:fe96:829b...
Trying 69.164.213.205...
Connected to www.wsprnet.org.
Escape character is '^]'.
Connection closed by foreign host.
^--- Funny my CLI telnet client finally times out on IPv6 and switches to IPv4, but not my browser :(