Fwd: IPTables Masq TUTORIAL

2002-09-23 Thread Peter Robb
: IPTables Masq Date: Tue, 17 Sep 2002 10:02:40 -0400 From: "Kevin Keithan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> What is the equal to this IPChains script in IPTables? # Flush the rules tables. /sbin/ipchains -F input /sbin/ipchains -F forward /sbin/ipchains -F output #Set

IPTables Masq

2002-09-17 Thread Kevin Keithan
What is the equal to this IPChains script in IPTables? # Flush the rules tables. /sbin/ipchains -F input /sbin/ipchains -F forward /sbin/ipchains -F output #Set the MASQ timings /sbin/ipchains -M -S 7200 10 60 /sbin/ipchains -P forward DENY /sbin/ipchains -A forward -s 192.168.0.0/24 -j MASQ __