Issue with Firewall

Whenever I am going to “Security > Firewall” it is showing “Status: OFF” and no rule is being shown on the page.

Actually it looks like the list is being shown for a moment, but then it disappears.

Clicking the start button shows “Action successful.” but nothing happens.

Video of what happens: cyberpanel firewall issue - YouTube

Virtualization Type: KVM
System: Centos 8
OLS or Enterprise? OLS
Installed from official with default options.

I’m having the same issue for the last 1 week, any fix for this?

Same issue here.

Cyberpanel v: 2.0 build 3
Virtualization Type: KVM
System: Centos 7
OLS or Enterprise? OLS
Installed from official with default options.

[root@vps367188 ~]# yum install -y ipset
Loaded plugins: copr, fastestmirror
Repository copr:copr.fedorainfracloud.org:copart:restic is listed more than once in the configuration
Loading mirror speeds from cached hostfile

  • epel: mirror.imt-systems.com
    Package ipset-7.1-1.el7.x86_64 already installed and latest version
    Nothing to do
    [root@vps367188 ~]# IP table test
    -bash: IP: command not found
    [root@vps367188 ~]# systemctl status firewalld
    ● firewalld.service
    Loaded: masked (/dev/null; bad)
    Active: inactive (dead)
    [root@vps367188 ~]#

Any fix for this?

same to me i need to fix firewall issue

I ran into this and resolved with the following commands:

sudo systemctl unmask firewalld

sudo systemctl enable firewalld

sudo systemctl start firewalld

1 Like

I ran into this and resolved with the following commands after confirming both CSF and ModSec were not installed:

sudo systemctl unmask firewalld

sudo systemctl enable firewalld

sudo systemctl start firewalld