• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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