Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Routing Platforms => Topic started by: devjonfos on May 27, 2010, 02:50:41 PM

Title: IPv6 on WRT54GL with Tomato v1.25
Post by: devjonfos on May 27, 2010, 02:50:41 PM
I had migrated to Tomato firmware for my home router (WRT54GL) about a year ago, so I didn't want to change firmware or buy a new router for IPv6 support.

However I found that I could log into Tomato via the SSH daemon, similar to what one would do to log into a remote Linux box.  I found iptables and I added a line into iptables to allow forwarding of protocol 41 to my LAN IP that had the HE tunnel.

iptables -A wanin -p 41 -d 192.168.1.2 -j ACCEPT

That did the magic and allowed my Windows 7 desktop with the HE tunnel to work.

I did a write-up of my experience in my geeklog (http://all-things-geek-to-me.net/article.php?story=20100526202029820).

P.S. I also edited /etc/iptables and added "-A wanin  -p 41 -d 192.168.1.2 -j ACCEPT" hoping that my iptables change would come back after a router reboot.  However, my router currently has an uptime of 306 days and I don't plan on rebooting any time soon.  :P
Title: Re: IPv6 on WRT54GL with Tomato v1.25
Post by: wrbutt on August 07, 2010, 02:21:42 AM
I got same wrt54gl which is nating my traffic towards internet, but my windows xp is cant ping ipv6 of server. how can i allow protocol 41 on wrt54gl or on cisco 7206. my windows xp machine is connected to cisco 7206.

waiting for your reply!!!