Forward protocol 41 through an iptables NAT:
iptables -t nat -A PREROUTING -i ppp0 --proto 41 --src 0/0 -j DNAT --to 192.168.1.100
Forward protocol 41 through an iptables NAT:
iptables -t nat -A PREROUTING -i ppp0 --proto 41 --src 0/0 -j DNAT --to 192.168.1.100
jakllsch's wiki: IPv6/IpTablesNat (last edited 2005-12-08 21:48:17 by santraginus-ath0)