Hi in a fresh ispconfig install, after enabled ufw with suggested tcp ports, ftp does not work with passive, it works only in active mode. Pureftpd is configured as default, no echo "40000 65535" > PassivePortRange still done. I would know which do you suggest as best practice in this case to solve the issue. Best Regards
It might be necessary that you set the passive IP as well: echo "YOUR_EXTERNAL_IP_HERE" > /etc/pure-ftpd/conf/ForcePassiveIP
Hello I have server with public ip, I would know if I can add custom rules to ufw firewall that will be nont overwritte by ispconfig Best Regards
Yes, you can do that. But when you refer to the passive port range, you can configure the range in UFW directly from within ISPConfig.
I have found documentation and forum posts about Bastille custom rules, but I have found nothing about ufw custom rules. I need to close ssh 22 standard port to everything, lettin it open to my company ip, for example. Do you support custom rules? If not, what is the best practice to handle exceptions? Best Regards
Hello , really after installation of ISP Config 3.1.9 on Debian 9 with default settings FTP does not work in passive mode. When I changed default ports in /etc/pure-ftpd/conf/PassivePortRange also in Firewall settings in ISP Config control panel from 29799:29899 to 50000:60000 everything is fine.