Quick iptables help

Alan Dayley alandd at consultpros.com
Thu Aug 3 18:16:08 MST 2006


> I appears to already to the drop policy first, as you say.  I think we
> just need "the allow everything from eth1 to eth2" and we'll be good to
> go.

OK, I added these to rc.firewall.local and from the command line:

/sbin/iptables -A FORWARD -i eth1 -o eth2 -j ACCEPT
/sbin/iptables -A FORWARD -i eth2 -o eth1 -m state --state
ESTABLISHED,RELATED -j ACCEPT

I'll go put some things together for the meeting and test this functionality.

Alan





More information about the PLUG-discuss mailing list