Be Smart Every Day

long time no see

Install Config Server Firewall “CSF” || Centos 5.x

Bismillah

starting search on google for security server linux like centos found  something to read and to apply. name is CSF “Config Server Firewall” may be everyone knows what’s. I just want to explain how to install it . ok not comment now

#cd /etc/

#wget http://www.configserver.com/free/csf.tgz

#tar zxvf csf.tgz

#cd /etc/csf

#./install.sh
Checking for perl modulesfailed
You need to install the LWP perl module (libwww-perl) and then install csf

you must be install libwww-perl. now me install libwww becouse I don’t now name it, I search on yum

#yum search libwww
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* epel: ftp.jaist.ac.jp
* base: centos.cbn.net.id
* updates: centos.cbn.net.id
* addons: centos.cbn.net.id
* extras: centos.cbn.net.id
=============================== Matched: libwww ================================
perl-HTML-Tree.noarch : HTML tree handling modules for Perl
perl-libwww-perl.noarch : A Perl interface to the World-Wide Web
python-clientform.noarch : Python module for client-side HTML forms
python-mechanize.noarch : Stateful programmatic web browsing

found name’s perl-libwww-perl.noarch . install it

#yum install perl-libwww-perl.noarch

#./install.sh
Installation Completed

now I’m install on webmin

Install csf as above
Install the csf webmin module in:
Webmin > Webmin Configuration > Webmin Modules >
From local file > /etc/csf/csfwebmin.tgz > Install Module

Configure Sever Firewall

Uninstallation
==============
Removing csf and lfd is even more simple:

On cPanel servers:

cd /etc/csf
sh uninstall.sh

On DirectAdmin servers:

cd /etc/csf
sh uninstall.directadmin.sh

On generic linux servers:

cd /etc/csf
sh uninstall.generic.sh

Good luck

source:CSF

Categories: Tutorial - Umum
 
[...] last tutorial Install Config Server Firewall and I want to explained how do I configure CSF on centos , you must try it.a few days ago, I found [...]