same set of "cleariptables"

From: Laplace (Laplace@tranforms.org)
Date: 02/10/03


From: "Laplace" <Laplace@tranforms.org>
Date: Mon, 10 Feb 2003 09:23:51 +0800

one will work properly in rh 7.2 and the other 7.3 system will hang.

# Conntrack modules
##/sbin/insmod ip_conntrack_ftp
#/sbin/insmod ip_conntrack_irc

# Binary Location (-v creates verbose output)
IPT="/sbin/iptables -v"
#mywebip ="127.0.0.1"
mywebip="192.168.1.99"

#mymailip="192.168.1.99"
mymailip=$mywebip

# Default Policy
#$IPT -P INPUT DROP
#$IPT -P OUTPUT ACCEPT
#$IPT -P FORWARD DROP

# Flush old rules
$IPT -F
$IPT -X