• 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.

Issue enabling Plesk Firewall

karyo

New Pleskian
Server operating system version
Ubuntu 20.04 LTS
Plesk version and microupdate number
18.0.52 Update #3
Hi ,

I'm having problems enabling Plesk Firewall.

I installed Plesk Firewall, but it does not activate and gives the following error.
Failed to apply the firewall configuration.
  • I did not receive connectivity confirmation after applying new firewall configuration, then same happened after I reverted to previous configuration. This means that both new and previous configurations were bad. Emergency rollback to configuration without rules was performed. Firewall is now disabled. Fix your rules and try again.

I can't even edit the rules in the panel.
What is the problem?
 
You used the workaround right?

Edit the file /usr/local/psa/admin/sbin/modules/firewall/rules and set

DEFAULT_CONFIRM_INTERVAL to 30:

Code:
grep DEFAULT_CONFIRM_INTERVAL /usr/local/psa/admin/sbin/modules/firewall/rules
DEFAULT_CONFIRM_INTERVAL = 30

This is what worked for me on numerous servers.

D.
 
You used the workaround right?

Edit the file /usr/local/psa/admin/sbin/modules/firewall/rules and set

DEFAULT_CONFIRM_INTERVAL to 30:

Code:
grep DEFAULT_CONFIRM_INTERVAL /usr/local/psa/admin/sbin/modules/firewall/rules
DEFAULT_CONFIRM_INTERVAL = 30

This is what worked for me on numerous servers.

D.
Yes, I changed it to 30, but there is still a problem
 
Back
Top