RE: iptables firewall/ftp problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux