Hurricane Electric's IPv6 Tunnel Broker Forums

Tunnelbroker.net Specific Topics => Questions & Answers => Topic started by: SoupDragonJutsu on November 15, 2010, 05:45:36 AM

Title: Is protocol 41 blocked for me?
Post by: SoupDragonJutsu on November 15, 2010, 05:45:36 AM
I originally tried setting up my Windows Server 2008 R2 for IPv6, I'm using Virgin Media's terrible combo box, VMDG280 as my endpoint, which I suspect does block protocol 41 but I can enable DMZ on there.
However, no matter what I tried, I just couldn't get it working - was getting errors such as Generic Transmit Error (or something similar) when pinging ip6.google.com.

But I did go and try it in Ubuntu, whilst the Linux-route2 instructions didn't work either, the Linux-net-tools instructions worked perfectly fine. It actually worked without me changing anything in the Virgin Box, DMZ was off too.
So I'm a bit confused what's going on here..  ???


Alex
Title: Re: Is protocol 41 blocked for me?
Post by: cholzhauer on November 15, 2010, 06:29:36 AM
You said it worked in Ubuntu behind the same router/firewall, so that tells me that Protocol 41 is not being blocked.
Title: Re: Is protocol 41 blocked for me?
Post by: SoupDragonJutsu on November 15, 2010, 11:55:21 AM
I thought that too, but have no idea what to try now, I've also tested on Windows 7 (also 64-bit) with no luck. I'm wondering if it could be to do with my end-point since when following the Linux-net-tools method you do not specify your end-point IP
Title: Re: Is protocol 41 blocked for me?
Post by: cholzhauer on November 15, 2010, 12:00:41 PM
Well, we need some more information...what did you try? What isn't working? lets see:

1) the commands you used to set up the tunnel. 
2) routing tables
3) output of ipconfig /all
Title: Re: Is protocol 41 blocked for me?
Post by: SoupDragonJutsu on November 15, 2010, 01:19:03 PM
I really don't want to post all the here, could get messy, so I've pasted it all at these links below:

Windows 7
http://pastebin.com/x2dfBVaP (http://pastebin.com/x2dfBVaP)

Ubuntu 10.10
http://pastebin.com/sWuSf934 (http://pastebin.com/sWuSf934)

Sorry for dumping so much stuff!

Title: Re: Is protocol 41 blocked for me?
Post by: cholzhauer on November 15, 2010, 01:25:24 PM
You said Ubuntu works, so I'll ignore that config for now.

For Windows:

1) Line 12 needs to be:


netsh interface ipv6 add v6v4tunnel IP6Tunnel 192.168.0.100 216.66.80.26


2) You need to assign an IPv6 address to your "Local Area Connection" adapter from your routed /64 or /48
Title: Re: Is protocol 41 blocked for me?
Post by: SoupDragonJutsu on November 16, 2010, 06:22:25 AM
Sorry for taking so long, I got it all working in the end

Thank you for all your help :)
Title: Re: Is protocol 41 blocked for me?
Post by: LuckyMan on November 22, 2010, 02:03:05 PM
on Ubuntu log line #12, you should use routed /64 or /48 instead of tunnel endpoint address, which is just one number difference (1f08 and 1f09)
Title: Re: Is protocol 41 blocked for me?
Post by: wayne386 on February 07, 2012, 04:06:52 AM
have also had the same problem, but how did edit my config on my windows box?