Hurricane Electric's IPv6 Tunnel Broker Forums
General IPv6 Topics => IPv6 on Windows => Topic started by: chuacw on June 08, 2012, 12:17:49 AM
-
Hi all,
I got my IP6 tunnel on Windows 2008 64-bit to work SUCCESSFULLY.
I am REPORTING SUCCESS, NOT SAYING IT DOES'T WORK.
I am behind a NAT.
I ran the "Create Regular Tunnel" link, and entered my NAT address into the Client IPv4 address field. This gave me a red warning "IP is blocked. (RFC1918 Private Address Space)" which I ignored.
Here's my configuration.
1) IPv6 is NOT enabled on my physical adapter
2) My NAT address is xxx
I ran the commands accordingly,
netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel xxx ServerIPv4
netsh interface ipv6 add address IP6Tunnel ClientIPv6
netsh interface ipv6 add route ::/0 IP6Tunnel ServerIPv6
Where ServerIPv4 is the server's IPv4 address
ClientIPv6 is the client's IPv6 address