I have a question about 6to4 that's making things... Interesting here.
I never thought of testing it on my current laptop, because I already have a tunnel installed (Gogo), but was surprised last week to open a new Alienware and on connecting it to my network 6to4 was working out of the box.
Access to Geekzone was showing the Geekzone IPv6 logo, and http://ipv6.geekzone.co.nz (a test page that shows your IPv6 address, only accessible through IPv6) was fine with the browsers (IE8 and Chrome).
Today I decided to test this on a virtual machine, and it didn't open the page. I then fired up the Alienware machine and it didn't work either - it certainly worked fine last week.
Currently from a command prompt I have nslookup, ping -6 and tracert -6 working fine (listing below). If I enter http://ipv6.geekzone.co.nz in the address bar though the browsers won't load the page. But... if I add the IPv6 address to my hosts file the page loads fine.
Unfortunately I don't have a tracert -6 from last week when it just worked, but here is the output of nslookup, ping -6 and tracert -6 from the virtual machine (similar to the Alienware):
Server: srp521w
Address: 192.168.2.1
Name: ipv6.geekzone.co.nz
Address: 2405:6000:f:100::1:2
Pinging ipv6.geekzone.co.nz [2405:6000:f:100::1:2] with 32 bytes of data:
Reply from 2405:6000:f:100::1:2: time=777ms
Reply from 2405:6000:f:100::1:2: time=307ms
Reply from 2405:6000:f:100::1:2: time=293ms
Reply from 2405:6000:f:100::1:2: time=289ms
Ping statistics for 2405:6000:f:100::1:2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 289ms, Maximum = 777ms, Average = 416ms
Tracing route to ipv6.geekzone.co.nz [2405:6000:f:100::1:2]
over a maximum of 30 hops:
1 172 ms 169 ms 170 ms 6to4.pao1.he.net [2001:470:0:13b::2]
2 162 ms 161 ms 160 ms gige-g4-16.core1.pao1.he.net [2001:470:0:13b::1]
3 160 ms 168 ms 160 ms paix.bdr01.sjc01.ca.vocusconnect.net [2001:504:d::86]
4 161 ms 171 ms 162 ms 2402:7800:100:1::15
5 292 ms 288 ms 289 ms 2402:7800:100:1::1a
6 289 ms 292 ms 288 ms ten-0-1-0-60.bdr01.akl02.akl.VOCUS.net.au [2402:7800:110:1::16]
7 292 ms 287 ms 289 ms as4770.cust.bdr01.akl02.akl.VOCUS.net.au [2402:7800:110:50d::3]
8 289 ms 320 ms 294 ms 2405:6000:1:d::1
9 289 ms 289 ms 289 ms 2405:6000:1:1::2
10 293 ms 298 ms 297 ms 2405:6000:1:6::2
11 289 ms 294 ms 288 ms 2405:6000:1:1d::3
12 290 ms 288 ms 289 ms 2405:6000:f:100::1:2
Trace complete.
The "srp521w" in the nslookup is my router (Cisco SRP521W).
Any ideas why it's possible to ping, tracert but not open the page unless the address is in the hosts file?