SixXS::Sunset 2017-06-06

IPV6 tunnel behind Nat-linux firewall
[nl] Shadow Hawkins on Saturday, 03 January 2004 13:28:29
Hi, How do i configure a linux firewall to forward all IPV6 to an PC on my homelan? I'm using mandrake 9.x with shorewall scripts.
IPV6 tunnel behind Nat-linux firewall
[ch] Jeroen Massar SixXS Staff on Saturday, 03 January 2004 13:54:57
Why forward it? IPv6 is meant to be routed. As you probably mean to forward proto 41 (IPv6 in IPv4) tunneled packets, use this: # iptables -t nat -A PREROUTING -i eth0 --proto 41 --src <REMOTE> -j DNAT --to <LOCAL> Even then, terminate it on your linux box which apparently is on the outside anyways, run radvd from it and tada ;)

Please note Posting is only allowed when you are logged in.

Static Sunset Edition of SixXS
©2001-2017 SixXS - IPv6 Deployment & Tunnel Broker