Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Windows => Topic started by: cb1000HE on August 07, 2011, 06:33:26 PM

Title: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: cb1000HE on August 07, 2011, 06:33:26 PM
I've done everything by the book and still no connectivity.  Been trying for several days now.  Used local and private I.P.'s  and still nothing.  Any incite would be greatly appreciated.  :(


Windows IP Configuration

   Host Name . . . . . . . . . . . . : workcomputer
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Broadcom 440x 10/100 Integrated Controlle
r
   Physical Address. . . . . . . . . : 00-1A-A0-45-EA-44
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::94e7:ca72:6e4c:2fdc%7(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.1.25(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : Saturday, August 06, 2011 7:06:24 PM
   Lease Expires . . . . . . . . . . : Monday, August 08, 2011 7:06:24 PM
   Default Gateway . . . . . . . . . : 192.168.1.1
   DHCP Server . . . . . . . . . . . : 192.168.1.1
   DHCPv6 IAID . . . . . . . . . . . : 184556192
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-0F-91-A5-58-00-1A-A0-45-EA-44

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

Tunnel adapter Local Area Connection* 10:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 02-00-54-55-4E-01
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Local Area Connection*:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : isatap.{2A57F4B2-FB07-4299-B472-ABD5616E7
C39}
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Test:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Direct Point-to-point Adapater
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter IP6Tunnel:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Direct Point-to-point Adapater
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: johnpoz on August 07, 2011, 10:00:18 PM
And have you forwarded protocol 41 to your private IP?  If you can not do that, have you tried putting your machine into the DMZ of your router?

You 100% sure you not behind a double nat?  What does your wpn824n connect too?  It has a PUBLIC ip on its wan interface?
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: cholzhauer on August 08, 2011, 05:08:31 AM
what commands did you use to try and set up the tunnel?
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: cb1000HE on August 08, 2011, 09:12:22 AM
Quote from: johnpoz on August 07, 2011, 10:00:18 PM
And have you forwarded protocol 41 to your private IP?  If you can not do that, have you tried putting your machine into the DMZ of your router?

You 100% sure you not behind a double nat?  What does your wpn824n connect too?  It has a PUBLIC ip on its wan interface?

I've tried using my private i.p as the dmz server, but no good. And no other I.P.'s were allowed on dmz server. And my router connects to my cable modem.
And how do i forward protocol 41 to my private ip?

WAN Setup


Disable Port Scan and DoS Protection
Default DMZ Server    . . .
Respond to Ping on Internet Port
Disable IGMP Proxying
MTU Size(in bytes)    
NAT Filtering    Secured  Open
Disable SIP ALG

Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: cb1000HE on August 08, 2011, 09:16:30 AM
Quote from: cholzhauer on August 08, 2011, 05:08:31 AM
what commands did you use to try and set up the tunnel?

netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel 198.168.1.25 209.51.161.14
netsh interface ipv6 add address IP6Tunnel 2001:470:1f06:1495::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:1f06:1495::1
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: cholzhauer on August 08, 2011, 09:50:43 AM
OK, those commands look correct.  Like Johnpoz says, many routers won't let you do protcol forwarding, so you're left with putting your host in the DMZ of your router.  Unfortunately, this doesn't always work either.

Look for the DMZ settings on your router and add 192.168.1.25
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: cb1000HE on August 08, 2011, 10:11:56 AM


Look for the DMZ settings on your router and add 192.168.1.25
[/quote]

I tried that 4 days ago and still, nothing.   :(
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: johnpoz on August 08, 2011, 10:29:36 AM
Well your out of luck then, for the tunnel to work you need protocol 41.

If you placed your local tunnel box in the DMZ of your router and it did not work, then your going to need a different router that does support it.  Or get a different router that allows you to put the tunnel endpoint at the router.  Say anything running dd-wrt.

You sure your dmz was setup correctly - some routers only allow one physical lan port to be used for the DMZ.  I would have to look up the manual for that specific router.  As stated sometimes it works with DMZ, sometimes it doesn't -- what is best is a router that actually allows protocol forwarding, atleast for 41 which is required for the tunnel to work.  I run pfsense for example as my router, and it worked fine with the tunnel endpoint behind it.  But then I graduated to having the router actually be the endpoint of the tunnel which is a much better setup.

If you have a old pc around you could always run pfsense ;)
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: cholzhauer on August 08, 2011, 10:38:21 AM
Or, put something like ddwrt on your router and terminate the connection there
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: johnpoz on August 08, 2011, 10:56:20 AM
I just did a lookup of your router wpn824n for dd-wrt support, and its not good news

http://www.dd-wrt.com/phpBB2/viewtopic.php?p=551665
"The router will never be supported by dd-wrt."
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: cb1000HE on August 08, 2011, 02:13:52 PM
Quote from: johnpoz on August 08, 2011, 10:56:20 AM
I just did a lookup of your router wpn824n for dd-wrt support, and its not good news

http://www.dd-wrt.com/phpBB2/viewtopic.php?p=551665
"The router will never be supported by dd-wrt."


Thank you Gentlemen for all your usefull support.  I do wish there was a work around for this.  :'(
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: johnpoz on August 08, 2011, 02:22:55 PM
If you can not pass protocol 41 through your nat router, then no there is nothing you can do to get the HE tunnel up behind your nat router.  I would suggest you get router that supports it, or atleast works when IP put into the dmz.  you can pickup router that would work with dd-wrt for like $50, then just use your N router as Accesspoint so you can still have N wireless.  Good choice for dd-wrt support would be say the wrt54GL

http://www.newegg.com/Product/Product.aspx?Item=N82E16833124190

Currently $49.99 with $1 shipping.
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: cb1000HE on August 08, 2011, 02:43:08 PM
Quote from: johnpoz on August 08, 2011, 02:22:55 PM
If you can not pass protocol 41 through your nat router, then no there is nothing you can do to get the HE tunnel up behind your nat router.  I would suggest you get router that supports it, or atleast works when IP put into the dmz.  you can pickup router that would work with dd-wrt for like $50, then just use your N router as Accesspoint so you can still have N wireless.  Good choice for dd-wrt support would be say the wrt54GL


Do u know of anyone usng "tomato" instead dd-wrt on the netgear wpn824n?
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: 14467 on August 08, 2011, 03:55:30 PM
 General IPv6 Topics / IPv6 on Windows / Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?    on: August 08, 2011, 02:43:08 pm
Quote from: johnpoz on August 08, 2011, 02:22:55 pm
If you can not pass protocol 41 through your nat router, then no there is nothing you can do to get the HE tunnel up behind your nat router.  I would suggest you get router that supports it, or atleast works when IP put into the dmz.  you can pickup router that would work with dd-wrt for like $50, then just use your N router as Accesspoint so you can still have N wireless.  Good choice for dd-wrt support would be say the wrt54GL


Do u know of anyone usng "tomato" instead dd-wrt on the netgear wpn824n?
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: cholzhauer on August 09, 2011, 05:02:34 AM
Quote
http://www.polarcloud.com/tomato

There is no mention of your router on their website
Title: Re: Can't get ipv6 tunnel through netgear (wpn824n) router, any suggestions?
Post by: johnpoz on August 09, 2011, 06:36:09 AM
tomato has a VERY small number of supported devices - if your router is not supported by dd-wrt, I would not see how it would be supported by tomato.

So unless you were doing something wrong with your dmz, if your router does not support forwarding protocol 41 and does not support 3rd party firmware that would enable it to either forward 41 or even be the endpoint of the tunnel.

Your only option is to replace -- sorry.  But in my personal opinion why would you ever buy a router that does not support 3rd party in the first place? ;)

I only use wireless soho router as accesspoints, I have my pfsense box for my actual gateway router -- and even I would never buy something that I could not put 3rd party firmware on.. You never know what you might want/need to do with that device.  Getting a device that is locked to to the crap feature sets that are native firmware is not a very good choice in hardware purchase if you ask me.