Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Windows => Topic started by: pdu on February 15, 2011, 02:13:30 PM

Title: can't ping server
Post by: pdu on February 15, 2011, 02:13:30 PM
Hello,

I followed the instructions to setup a tunnel in Win7. But I can't ping the IPv6 address of the tunnel server and now the only IPv6 address I can ping is myself. What did I do wrong?

Thanks 
Title: Re: can't ping server
Post by: cholzhauer on February 15, 2011, 04:48:43 PM
could be any number of things..what commands did you use to create the tunnel?
Title: Re: can't ping server
Post by: pdu on February 15, 2011, 04:55:10 PM
I used the generated win7 config:

netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel $ipv4b $ipv4a
netsh interface ipv6 add address IP6Tunnel $ipv6b
netsh interface ipv6 add route ::/0 IP6Tunnel $ipv6a

And as instructed, I replaced the public ipv4 address with my local address assigned by DHCP. Anyway I tried either way but no luck.

Thanks.
Title: Re: can't ping server
Post by: cholzhauer on February 15, 2011, 05:38:22 PM
i was hoping to see ip addresses to verify.

If youre sure you used the nat address to make the tunnel, you need to make sure that protocol 41 isnt being blocked somewhere along the line
Title: Re: can't ping server
Post by: pdu on February 16, 2011, 01:54:54 AM
Hi cholzhauer,

The config is

netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel 81.178.209.18 216.66.80.26
netsh interface ipv6 add address IP6Tunnel 2001:470:1f08:12de::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:1f08:12de::1

And I replaced the public ipv4 81.178.209.18 with my local address 192.168.0.4. Everything worked about 2 weeks ago so I am a bit confused what is happening.

Thanks very much.
Title: Re: can't ping server
Post by: cholzhauer on February 16, 2011, 05:09:08 AM
Maybe your DHCP server assigned you a different IP address?

Did your outside IP address change?  I'm able to ping the 81.178.209.18...
Title: Re: can't ping server
Post by: pdu on February 16, 2011, 07:13:44 AM
I checked and they were correct.

One thing I noticed was that I couldn't even ping the IPv6 address of the tunnel server from one of my machines which has got a working IPv6 connection last night. But now I can ping the server. So probably something went wrong for the server and I shall have a go with my laptop (the machine I have trouble configuring) tonight.

Will you keep the thread updated.
Title: Re: can't ping server
Post by: pdu on February 17, 2011, 02:51:08 AM
Still not working...
Title: Re: can't ping server
Post by: cholzhauer on February 17, 2011, 05:03:21 AM
If everything is set correctly, you need to look at Protocol41.  Maybe your ISP decided to block it all of a sudden?

Have you tried connecting your machine directly to the Internet and setting up the tunnel that way?
Title: Re: can't ping server
Post by: timbaldwin on March 03, 2011, 01:37:26 AM
Did you configure the NAT to forward protocol 41? Without such configuration, Linux, for example, will only forward protocol 41 if outgoing packets proceed incoming packets.