Is iptables setup properly?

What does iptables -L say?

Devraj

askar ... wrote:
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?



--
Devraj Mukherjee ([EMAIL PROTECTED])
Eternity Technologies Pty. Ltd. ACN 107 600 975
P O Box 5949 Wagga Wagga NSW 2650 Australia
Voice: +61-2-69717131 / Fax: +61-2-69251039
http://www.eternitytechnologies.com/


-- gentoo-user@gentoo.org mailing list



Reply via email to