JR. Thanks. Actually all I added was the: -A INPUT -p tcp -j ACCEPT --dport 21 -m state --state NEW and it worked fine after that.
Steve
At 10:32 AM 6/4/2004, you wrote:
Steve do something like this:
IPTABLES=/sbin/iptables MODPROBE=/sbin/modprobe
$MODPROBE -v ip_conntrack_ftp
$IPTABLES -A INPUT -p tcp -j ACCEPT --dport 21 -m state --state NEW
$IPTABLES -A OUTPUT -p tcp -j ACCEPT --dport 21 -m state --state NEW $IPTABLES -A OUTPUT -p tcp -j ACCEPT --dport 20 -m state --state NEW
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list