LinuxHelps.com

A blog for Linux Lovers.

Archive for the 'Firewalls' Category


CSF Installation

Tuesday, March 10th, 2009
Firewalls | No Comments »

Install
rm -fv csf.tgz
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh

If you would like to disable APF+BFD (which you will need to do if you have
them installed otherwise they will conflict horribly):
sh disable_apf_bfd.sh
That’s it. You can then configure csf and lfd in WHM, or edit the files
directly in /etc/csf/*
CSF is pre configured to work on a cPanel [...]