Hi i'm running proftpd ftpserver on Linux. How do I set the packetfilter on my firewall in a secure manner but without problems with hosts on the internet not being able to connect?. In the docs on the firewall they say that the server always tries to put up a passive data connection so that can be a portrange on the serverside from 49152 - 65534. This is quite a big range to allow from all hosts on the internet. I however can configure that an acknowledge bit needs to be in incoming packets. But i don't really know how those connections are set up. Whether or not it's the hosts or the server that starts with the passive connection. Thanks.