I have set up a 6to4 tunnel using tunnelbroker.net and my IPv6 address is 2001:470:1c:385::2
Using HE.net's freeDNS service, I've set up a domain I own to point to my home computer using both my IPv4 address A name and the IPv6 address AAAA name as above.
I'm using IIS 7 on my local Windows 7 desktop and am able to browse to the following:
http://www.m0nde.com hits my home machine and delivers the home page.
If I browse using the IPv6 IP I've set up in AAAA it works also: http://[2001:470:1c:385::2]
ping6 responds to icmp as well
C:\Users\Sid>ping -6
www.m0nde.comPinging m0nde.com [2001:470:1c:385::2] with 32 bytes of data:
Reply from 2001:470:1c:385::2: time<1ms
Reply from 2001:470:1c:385::2: time<1ms
Reply from 2001:470:1c:385::2: time<1ms
Reply from 2001:470:1c:385::2: time<1ms
Ping statistics for 2001:470:1c:385::2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Now, what does not work is the HE Enthusiast certification process.
I have placed the txt file as specified (8huz64ibb0.txt) in the root directory and am able to visit it using
http://www.m0nde.com/8huz64ibb0.txt or http://[2001:470:1c:385::2]/8huz64ibb0.txt, but the Enthusiast certification test says
Could not grab the file via IPv6 HTTP.
Do any of you see a problem with my setup?