How change to Config Server FW

I want to run the CSF instead of firewalld. an I just install it and stop and disable Firewalld?

Whats the issue, the script will disable the (I think from memory) FirewallD for you and use IPtables.

This works on Rocky Linux 9.5

Does the firewall run?
sudo systemctl status firewalld.service

Disable the firewall at boot
sudo systemctl disable firewalld.service

Stop the firewall now
sudo systemctl stop firewalld.service

You’ll also probably want to disable fail2ban, as I believe CSF has a similar feature, and fail2ban is configured to use firewalld on a Virtualmin system.

1 Like

Yes. Fail2ban was also disabled during install. Will be interesting to follow how it works. So far so good

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.