> Subject: Passive FTP through IPTables DNAT > > > Does anyone have a working script for this? > I'm attempting to hide a FTP server behind a Linux IPTables > firewall using dnat but having problems Do you load the ip_conntrack_ftp and ip_nat_ftp modules ? insmod ip_nat_ftp insmod ip_conntrack_ftp If so, and it doesn't work, what are your current rules ? Rob