These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Passive FTP setup on the new forum.
I am trying to get passive FTP setup but am not having luck.
I have added the following to the proftpd config file: PassivePorts 49152 65534
Doe it matter where exactly I put the above directive?
I am behind a nat so I opened up the ports 49152-65534.
Is there anything else I am to do? It does not work. Using PORT works fine.
Your NAT device also needs to know about passive FTP. If it's Linux, that'd be the ip_conntrack_ftp kernel module.
modprobe ip_conntrack
modprobe ip_conntrack_ftp
--
Check out the forum guidelines!
I am actually just behind a NAT router and have set up port forwarding there. Linux firewall is turned off.
Howdy,
The FTP server itself may need those two ip_conntrack modules Joe mentioned loaded as well.
If you run those two modprobe commands on it ("modprobe ip_conntrack" and "modprobe ip_conntrack_ftp"), does that help?
-Eric
<div class='quote'>I am actually just behind a NAT router and have set up port forwarding there. Linux firewall is turned off.</div>
Are you sure that device supports passive FTP through its NAT? Not all routers do.
--
Check out the forum guidelines!