> FORWARD doesn't see those as destinated to 192.168.0.0/16, i guess. I'd > rather use "state" module and write them as follows: > > iptables -A FORWARD -i eth0 -m state --state NEW,ESTABLISHED,RELATED \ > -j ACCEPT > > iptables -A FORWARD -i eth1 -m state --state ESTABLISHED,RELATED \ > -j ACCEPT I got error: "iptables: No chain/target/match by that name". I am newbie in such staff. Is there anybody succeded with setting up home router with http://www.gentoo.org/doc/en/home-router-howto.xml?
-- gentoo-user@gentoo.org mailing list