Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Windows => Topic started by: Gorovoro on December 24, 2011, 09:15:58 AM

Title: Creating a Tunnel on Win7
Post by: Gorovoro on December 24, 2011, 09:15:58 AM
Hi,

I've used HE for years on Win XP, but it was time to move on to Win 7, unfortunately i couldn't figure out how to set up a tunnel correctly.

Here is the script i've used:
netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel 10.0.0.2 216.66.84.46
netsh interface ipv6 add addr IP6Tunnel 2001:470:1f14:1ef0::2
netsh interface ipv6 set interface IP6Tunnel forwarding=enabled
netsh interface ipv6 set interface "Local Area Connection" forwarding=enabled advertise=enabled
netsh interface ipv6 add addr "Local Area Connection" 2001:470:1f15:1ef0::1
netsh interface ipv6 add route 2001:470:1f15:1ef0::/64 "Local Area Connection" publish=yes
netsh interface ipv6 add route ::/0 "IP6Tunnel" 2001:470:1f14:1ef0::1 publish=yes


And the configuration:
Windows IP Configuration

   Host Name . . . . . . . . . . . . : Deathstar
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : Home

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : Home
   Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : 2001:470:1f15:1ef0::1(Preferred)
   Link-local IPv6 Address . . . . . : fe80::4142:5bea:d124:fb24%10(Preferred)
   IPv4 Address. . . . . . . . . . . : 10.0.0.2(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : Saturday, December 24, 2011 6:34:05 PM
   Lease Expires . . . . . . . . . . : Saturday, December 24, 2011 8:04:04 PM
   Default Gateway . . . . . . . . . : 10.0.0.38
   DHCP Server . . . . . . . . . . . : 10.0.0.38
   DHCPv6 IAID . . . . . . . . . . . : 236744549
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-16-75-3E-97-1C-6F-65-C4-CB-53

   DNS Servers . . . . . . . . . . . : 10.0.0.38
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter isatap.Home:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : Home
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter IP6Tunnel:

   Connection-specific DNS Suffix  . : Home
   Description . . . . . . . . . . . : Microsoft Direct Point-to-point Adapater
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : 2001:470:1f14:1ef0::2(Preferred)
   Link-local IPv6 Address . . . . . : fe80::719c:ad58:9bb7:b10d%18(Preferred)
   Default Gateway . . . . . . . . . : 2001:470:1f14:1ef0::1
   DNS Servers . . . . . . . . . . . : 10.0.0.38
   NetBIOS over Tcpip. . . . . . . . : Disabled

The Test results say it's a dns issue "Your DNS server (possibly run by your ISP) appears to have no access to the IPv6 Internet".
It can't be an ISP or a ROUTER issue since i've used the same settings a few days ago on WIN XP.
Title: Re: Creating a Tunnel on Win7
Post by: cholzhauer on December 24, 2011, 12:17:22 PM
So what isn't working?  If its just a dns issue, you should be able to ping the HE end of the tunnel
Title: Re: Creating a Tunnel on Win7
Post by: Gorovoro on December 24, 2011, 02:32:17 PM
I'm not sure what's not working, but it seems i can't even ping 216.66.84.46 the ipv4 end of HE.
Title: Re: Creating a Tunnel on Win7
Post by: Gorovoro on December 25, 2011, 12:15:38 PM
I don't know what to do, Can anyone help?
Title: Re: Creating a Tunnel on Win7
Post by: cholzhauer on December 25, 2011, 12:44:46 PM
If you can't even ping the ipv4 end of your tunnel, there's obviously bigger problems.  Can you ping any other sites? HE must be able to ping your end or the wouldn't have allowed you to create the tunnel
Title: Re: Creating a Tunnel on Win7
Post by: Gorovoro on December 25, 2011, 01:21:07 PM
Ok, Nevermind the earlier post for some odd reason everything is in order right now, maybe it's just my luck that the NL server was down yesterday or something....