Author Topic: Firewall off in cwp panel  (Read 46 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

Offline
*
Re: Firewall off in cwp panel
« Reply #5 on: Today at 02:47:09 PM »
I have tried to install a new server with Almalinux 9
So, in a fresh installation same problem. But it is not important, only affects cwp panel

Code: [Select]
[root@s3 almalinux]# csf -e
csf and lfd are not disabled!
[root@s3 almalinux]#
[root@s3 almalinux]#
[root@s3 almalinux]# systemctl start csf
[root@s3 almalinux]# systemctl start lfd
[root@s3 almalinux]# systemctl enable csf
[root@s3 almalinux]# systemctl enable lfd

Online
*****
Re: Firewall off in cwp panel
« Reply #6 on: Today at 05:50:59 PM »
And you've rebooted? Sometimes it takes a full reboot to get itself sorted out! :P