• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Firewall rules not working correctly

Dave Claessens

New Pleskian
Hello,

I have some problems with setting up my firewall.
Everything works, except FTP.
So I added a firewall rule (port 21) to allow FTP, but after this it still doesn't work.
It only works when I add the rule for all ports, looks like an other port is used, but I've set 21 as the FTP port in the FTP software.

It also works when I manually add the port with this command:
sudo firewall-cmd --zone=public --add-port=21/tcp --permanent
sudo firewall-cmd --zone=public --add-port=21/udp --permanent
sudo firewall-cmd --reload
But after applying the firewall rules again, the changes are reversed and it doesn't work anymore.

Does anyone have a sollution for me?
Thank you!

Plesk: Onyx v17.5.3
OS: CentOS 7.2.1511
FTP software: PhpStorm
FTP connection: FTPS on port 21
 
Back
Top