Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Windows => Topic started by: Thumper on February 17, 2011, 09:22:15 AM

Title: Tunnel Problems
Post by: Thumper on February 17, 2011, 09:22:15 AM
Hello,

I am having trouble setting an ipv6 tunnel on Win7 x64. I created a tunnel on this site and set up the tunnel using netsh using the commands provided (all commands worked fine).

I set up a DMZ because my router cannot forward Protocol 41 and turned off the windows firewall. Open ports are visible from outside.

I can ping the server ipv4 fine.

What could the problem be?
Title: Re: Tunnel Problems
Post by: cholzhauer on February 17, 2011, 09:45:11 AM
Could be a bunch of things...what commands did you use to create the tunnel?  Is your ISP passing you protcol41?
Title: Re: Tunnel Problems
Post by: Thumper on February 18, 2011, 08:18:20 AM
I used these commands:

netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel << MYIPV4 >> 216.66.84.42
netsh interface ipv6 add address IP6Tunnel 2001:470:1f12:65b::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:1f12:65b::1

I can see the tunnel by entering "netsh interface ipv6 show interfaces" and IP6Tunnel is in "Disconnected" state.

I have no idea if my isp forwards Protocol 41, I will call them...

Thanks

Title: Re: Tunnel Problems
Post by: cholzhauer on February 18, 2011, 08:58:25 AM
Are you behind nat?  If so, you need to use your nat address to create the tunnel
Title: Re: Tunnel Problems
Post by: Thumper on February 18, 2011, 10:56:11 AM
I am behind NAT, but my PC is in DMZ. I can see any open ports from outside just fine.
Title: Re: Tunnel Problems
Post by: cholzhauer on February 18, 2011, 10:56:58 AM
OK, but does "MYIPV4" = 192.168.something?  Since you didn't put that IP in, I have no way of knowing
Title: Re: Tunnel Problems
Post by: Thumper on February 18, 2011, 11:59:03 AM
It is my external IP (195.158.*.*) not my internal IP given by my router's DHCP server (192.168.1.100).
Title: Re: Tunnel Problems
Post by: cholzhauer on February 18, 2011, 01:13:16 PM
That's one reason why it's not working

Use the 192.168.1.100 instead of the 195 address
Title: Re: Tunnel Problems
Post by: Thumper on February 18, 2011, 02:45:12 PM
Should i use local IP even though I'm using DMZ?

I tried to create a new tunnel as follows:

netsh interface teredo set state disabled

Gave me ok

netsh interface ipv6 add v6v4tunnel TheTunnel 192.168.1.101 216.66.84.42

Gave me ok

netsh interface ipv6 add address TheTunnel 2001:470:1f12:65b::2

Gave me object already exists

netsh interface ipv6 add route ::/0 TheTunnel 2001:470:1f12:65b::1

Gave me ok

When I type netsh interface ipv6 show interface: I get TheTunnel state as "Connected".

However still no ipv6.
Title: Re: Tunnel Problems
Post by: cholzhauer on February 19, 2011, 05:29:06 AM
Yes you still need to use the nat address.  Also, i am almost positive that the name of the adapter needs to be ip6tunnel, the same way it's listed on your tunnel config page