• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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