If you are behind a firewall and you want to narrow the range of ftp passive ports, run this:
where Old-Port29799 to New-Prot 29899 is your port range. this configuration is for 50 clients. and yes, you need to have 2 ports for each client.
You might also consider creating a config for max clients:
Restart pure-ftp-mysql:
echo "29799 29899" > /etc/pure-ftpd/conf/PassivePortRange
or
sudo vi /etc/pure-ftpd/conf/PassivePortRange
change
Old-Port29799 to New-Prot 29899where Old-Port29799 to New-Prot 29899 is your port range. this configuration is for 50 clients. and yes, you need to have 2 ports for each client.
You might also consider creating a config for max clients:
echo "50" > /etc/pure-ftpd/conf/MaxClientsNumber
Restart pure-ftp-mysql:
/etc/init.d/pure-ftpd-mysql restart
0 comments:
Post a Comment