Page 1 of 1

How to install csf firewall?

Posted: Sun Jul 01, 2012 3:26 pm
by a24uall
Download the files from configserver website

Code: Select all

wget http://www.configserver.com/free/csf.tgz
Installation
tar -xvf csf.tgz
cd csf*
./install.sh
After the successful installation make sure that you chack the eth_device in csf.conf
vi /etc/csf/csf.conf
eth_device=
And donot forget to disable the testing mode.
TESTING=0
Certain servers wont have the required modules. Some of the required modules are mentioned below. Use the below commands if such modules are missing.
yum install perl-libwww-perl
yum install perl-Time-HiRes