Author Topic: my firewall appears disable  (Read 5250 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
my firewall appears disable
« on: January 21, 2020, 04:05:11 PM »
hello

the error appears these

ConfigServer Security & Firewall (CSF) + Login Failure Daemon (LFD)

when try satrt service give these information : Failed to start ConfigServer Firewall & Security - lfd.

same one can help me

tank you
« Last Edit: January 21, 2020, 04:10:10 PM by RDouro »

Offline
*****
Re: my firewall appears disable
« Reply #1 on: January 22, 2020, 11:33:02 AM »
Try to enable with command in SSH: csf -e and look at errors
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: my firewall appears disable
« Reply #2 on: August 01, 2024, 03:36:26 PM »
I am running Centos9

1. Verify iptables Installation and Path:

Check if iptables is installed:

sudo which iptables
sudo yum install iptables (RedHat/CentOS)

Check your path in csf.conf:
sudo nano /etc/csf/csf.conf
IPTABLES = "/sbin/iptables"

sudo systemctl restart csf

If it still does not start in CWP Panel / firewall - force restart

Offline
*****
Re: my firewall appears disable
« Reply #3 on: August 02, 2024, 10:57:16 AM »
More thank likely something is missing.
Run the below, and it will install most of the dependencies on AlmaLinux 9 for CWP.

If something is already installed, it should just skip it.
Sometime perl-Sys-Hostname gives a problem.

Code: [Select]
/usr/bin/crb enable
Code: [Select]
dnf install nano wget ipset ebtables iptables uuid uuid-devel libuuid-devel m4 pcre pcre-devel zlib-devel perl-DBD-MySQL perl-IPC-Cmd perl-Pod-Html perl-Sys-Hostname perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph libtool s-nail htop sysstat python3-perf ImageMagick ImageMagick-devel -y
Code: [Select]
dnf --refresh update