• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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