I've managed to get the tunnel setup. Everything works fine along with the video tutorial.. up until the ping. I think I may have something messed up in my routing table,though I did use the configuration command from the tunnel. I changed the client address to the ipv4 address of my win 7 machine (100.100.1.2) which sits behind a RVS4000 Cisco Router. The ping -6 commands look to be resolving the domains (ipv6.google.com and pong6.com) to their ipv6 address - but there is no route to get to them.
I also tried disabling firewalls on win 7 and the router as well as the IPS protection system on the router to no avail.
I'm stuck at this point - any ideas are greatly appreciated!
These are the commands I ran from the Tunnel Details Example Configurations:
netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel 100.100.1.2 216.66.22.2
netsh interface ipv6 add address IP6Tunnel 2001:470:7:63e::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:7:63e::1
this is my ipconfig:
C:\Windows\system32>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : example.com
IPv6 Address. . . . . . . . . . . : 2002:d80f:1e34:0:893d:de64:522a:b2cc
Temporary IPv6 Address. . . . . . : 2002:d80f:1e34:0:3923:f6da:6c37:cb47
Link-local IPv6 Address . . . . . : fe80::893d:de64:522a:b2cc%13
IPv4 Address. . . . . . . . . . . : 100.100.1.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : fe80::21c:10ff:fef8:7de6%13
100.100.1.1
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . : local
Link-local IPv6 Address . . . . . : fe80::44a9:ff8d:52d4:6c26%9
IPv4 Address. . . . . . . . . . . : 192.168.200.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Tunnel adapter IP6Tunnel:
Connection-specific DNS Suffix . : example.com
IPv6 Address. . . . . . . . . . . : 2001:470:7:63e::2
Link-local IPv6 Address . . . . . : fe80::b085:368b:ec2f:c560%10
Default Gateway . . . . . . . . . : 2001:470:7:63e::1
and this is the result of my ping6:
C:\Users\Herschel>ping -6 ipv6.google.com
Pinging ipv6.l.google.com [2001:4860:b007::68] with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Ping statistics for 2001:4860:b007::68:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Users\Herschel>ping -6 pong6.com
Pinging pong6.com [2607:f740:f::f90] with 32 bytes of data:
Destination port unreachable.
Destination port unreachable.
Destination port unreachable.
Destination port unreachable.
Ping statistics for 2607:f740:f::f90:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
The ipv6 address of my RVS4000 router is pingable:
C:\Users\Herschel>ping -6 2002:d80f:1e34::1
Pinging 2002:d80f:1e34::1 with 32 bytes of data:
Reply from 2002:d80f:1e34::1: time=2ms
Reply from 2002:d80f:1e34::1: time<1ms
Reply from 2002:d80f:1e34::1: time=1ms
Reply from 2002:d80f:1e34::1: time<1ms
Ping statistics for 2002:d80f:1e34::1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 2ms, Average = 0ms
But I cannot ping the ipv6 address of the server endpoint (ipv4 ping works to ipv4 addresses):
C:\Users\Herschel>ping -6 2001:470:7:63e::1
Pinging 2001:470:7:63e::1 with 32 bytes of data:
Destination port unreachable.
Destination port unreachable.
Destination port unreachable.
Destination port unreachable.
Ping statistics for 2001:470:7:63e::1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
I also tried the portscan test (
http://www.tunnelbroker.net/portscan.php) and it appears to work (did have to check the box to turn off initial ping) when I use my client ipv6.
Starting Nmap 5.00 (
http://nmap.org ) at 2011-09-29 17:22 PDT
All 1000 scanned ports on dyegoe-3-pt.tunnel.tserv13.ash1.ipv6.he.net (2001:470:7:63e::2) are filtered
Nmap done: 1 IP address (1 host up) scanned in 4.31 seconds