This is an old revision of the document!
Difficulty
Easy
csf
Steps
Library Prerequisites
yum install perl-libwww-perl.noarch perl-Time-HiRes
Fetch csf
wget https://download.configserver.com/csf.tgz tar zxfv csf.tgz
Install csf
cd csf sh install.sh
Test csf
cd /usr/local/csf/bin/ perl csftest.pl
You should get the following:
RESULT: csf should function on this server
Disable firewalld
systemctl stop firewalld systemctl disable firewalld
Enable csf
cd /etc/csf/ vim csf.confChange TESTING = “1” to TESTING = “0”
Start & Enable csf
systemctl start csf systemctl start lfd systemctl enable csf systemctl enable lfd