Author Topic: Firewall off in cwp panel  (Read 38 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Firewall off in cwp panel
« on: October 14, 2025, 03:07:58 PM »
firewall appears disabled in cwp panel

but csf is working correctly

[root@s3 services]# csf -e
csf and lfd are not disabled!

[root@s3 services]# csf -e
csf and lfd are not disabled!


any idea?

Online
*****
Re: Firewall off in cwp panel
« Reply #1 on: October 14, 2025, 03:49:34 PM »
Try toggling it on/off/on in the web GUI -- sometimes it gets out of sync with the actual CSF reality (a bug).

Offline
*
Re: Firewall off in cwp panel
« Reply #2 on: October 14, 2025, 04:46:12 PM »
Yes thanks, I had already tried that but nothing.

Offline
*****
Re: Firewall off in cwp panel
« Reply #3 on: October 14, 2025, 05:50:55 PM »
SSH into the server, and from the CLI:

csf -e, if working you should see what you are "csf and lfd are not disabled!"
That's a good thing.

Then run:

Code: [Select]
systemctl start csf
Code: [Select]
systemctl start lfd
Code: [Select]
systemctl enable csf
Code: [Select]
systemctl enable lfd
Some system are weird.

Log back into CWP, and it should show as 'On' now.

Offline
*
Re: Firewall off in cwp panel
« Reply #4 on: Today at 08:29:49 AM »
thanks