Installing CSF and LFD on centos 7.1
Installing CSF and LFD on Centos 7.1
Installing required perl modules ( Needed in rare cases )
yum install perl-libwww-perl.noarch
Installing CSF and LFD
cd /usr/local/src/ wget -O csf.tgz https://download.configserver.com/csf.tgz tar -zxvf csf.tgz cd csf sh install.sh perl /etc/csf/csftest.pl
Configure TCP_IN, TCP_OUT, UDP_IN, and UDP_OUT in /etc/csf/csf.conf and restart csf
/etc/init.d/csf restart
Disable testing mode
If everything is ok, then set TESTING = “0” in /etc/csf/csf.conf
sed -i 's/TESTING = "1"/TESTING = "0"/' /etc/csf/csf.conf
csf -r
Thats’ all…….!! 🙂
Hooi,its amazing write up really useful..Thanks
Thanks for the post..I have installed ☺?
Thank You for this.