Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


allowing_passive_ftp_connections
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


allowing_passive_ftp_connections [2008/01/30 22:11] (current) – created juckins
Line 1: Line 1:
 +======Accepting passive FTP connections======
 +edit /etc/sysconfig/iptables-config to include: \\
  
 +<code>
 +IPTABLES_MODULES=”ip_conntrack”
 +IPTABLES_MODULES=”ip_conntrack_ftp”
 +</code>
 +
 +Then restart vsftp service: \\
 +<code>
 +service vsftpd restart
 +</code>
allowing_passive_ftp_connections.txt · Last modified: 2008/01/30 22:11 by juckins