IPTables passive FTP on CentOS

Afdrukken
PDF
Gebruikerswaardering: / 0
LaagsteHoogste 

Allow Passive FTP on CentOS FTP Server with IPtables

nano -w /etc/sysconfig/iptables-config

edit the line "IPTABLES_MODULES=" to look like:
IPTABLES_MODULES="ip_conntrack_netbios_ns ip_conntrack ip_conntrack_ftp"

Save and close

service iptables restart