Control Web Panel

Security => CSF Firewall => Topic started by: erickesgm on February 03, 2021, 05:16:40 PM

Title: Firewall Desactivated >> csf -e
Post by: erickesgm on February 03, 2021, 05:16:40 PM
I have a Hetzner VPS, and I turned it off to rescale my VPS, but when I turned it on again, the Firewall was disabled in the CWP, I tried to activate it from CWP >> Firewall Manager but I think it gives me an error.  :(

This brings me back, and I can't activate the firewall.
Code: [Select]
[root@server ~]# csf -e
And this in the LOG
Code: [Select]
(smtpauth) Failed SMTP AUTH login from 103.153.183.57 (US/United States/103.153.183.57.static.snthostings.com): 5 in the last 3600 secs - *Blocked in csf* [LF_SMTPAUTH]
Title: Re: Firewall Desactivated >> csf -e
Post by: erickesgm on February 04, 2021, 06:29:13 PM
Ok, I could solve it, if it was a problem, it was this: WARNING **: 15: 44: 50.051: Unable to register authenticati on agent: GDBus.Error: org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject Error registering authentication agent: GDBus.Error: org.freedesktop.PolicyKit1.E rror.Failed: Cannot determine user of subject (polkit-error-quark, 0) Failed to start firewalld.service: Unit is masked.

What I did was, configure https://opentechy.com/how-to-fix-gdbus-errororg-freedesktop-policykit1-error-failed/

Where, after reinstalling Firewalld with yum install firewalld, add the ports that you previously had to access the ssh, (Optional). like this one here: https://www.digitalocean.com/community/tutorials/additional-recommended-steps-for-new-centos-7-servers

I followed everything, after installing and configuring it, disable it, if you get an error, SMTPAUTH_LOG repeated, you have to edit the etc / csf / csf.conf file and delete any line, if you look there will be 2 identical, only delete 1 and ready.

With that I followed this tutorial from here: http://forum.centos-webpanel.com/index.php?topic=242.0
Just using these codes:
systemctl disable firewalld
systemctl stop firewalld
csf -x

And voila, enter CWP, and I was able to activate the CWP Firewall again  ;D
Title: Re: Firewall Desactivated >> csf -e
Post by: cinique on February 04, 2021, 07:52:32 PM
Or you realise that the CWP supplied CSF GUIs are buggy, ignore them and reinstate the official one.  :-X