Applicable to:
- Plesk for Linux
Question
- Can
firewalldand the Plesk Firewall be used on a Linux Plesk server at the same time?
Answer
Both firewalld and the Plesk Firewall extension are tools for managing the underlying OS level iptables firewall. Since both of these tools lock iptables while operating, using both tools simultaneously will result in conflicts and in ports required for Plesk to operate being closed.
This is also explained on the following page of the Plesk Obsidian documentation:
Plesk for Linux and firewalld Compatibility | Plesk Obsidian documentation
You have to choose one of these tools only and remove the other by following the steps below (in accordance with your preference):
firewalld (this is what we recommend)You must make sure that the firewalld service on your server is stopped and disabled, which can be achieved by following these steps:
1. Log into your server via SSH
2. Execute the following commands:
# sudo systemctl stop firewalld
# sudo systemctl disable firewalld
firewalld instead of the Plesk FirewallUninstall the Plesk Firewall by following the steps in this article:
How to install / uninstall Plesk components?
Comments
Please sign in to leave a comment.