Cortafuegos CSF y pasos para instalar el mismo



The CSF (ConfigServer) firewall is a Stateful Packet Inspection (SPI) firewall, Login/Intrusion Detection and Security application for Linux servers.

The CSF comes with the LFD (Login Failure Daemon), which would detect any malicious login attempts to the server, via

* courier imap and pop3
* ssh
* non-ssl cpanel / whm / webmail
* pure-pftd
* password protected web pages (htpasswd)
* mod_security failures

This is an additional feature to the packet filtering. With the Firewall installed, the need for manual intervention is reduced. In case of brute force attempts, multiple failed login attempts, high server load, etc the LFD will send notification emails. These email notifications are being generated to keep you informed about system health and possible signs of brute force, (d)DoS attack or unauthorized processes running. While most of the actions will be done automatically by CSF/LFD it still would be a good idea to check these emails for cases where, say, unauthorized logins are happening or things like unauthorized processes running on the system.

Steps to install the CSF firewall are as follows:

Step 1

First of all, get the latest version of CSF from http://www.configserver.com/cp/csf.html (http://www.configserver.com/free/csf.tgz).

Step 2

Run as root;

– cd /usr/local/src
– wget http://www.configserver.com/free/csf.tgz
– gunzip csf.tgz
– tar xf csf.tar
– cd csf

Step 3

Once in the CSF installation directory where you will find 3 installation scripts. One is for generic use (non-control panel or plesk based servers), the other 2 are pre-configured for use in either DirectAdmin or cPanel based servers. Make your choice and run one of the following commands;

– ./install.generic.sh
– ./install.cpanel.sh

The CSF Firewall will be installed to /etc/csf and your allowed inbound/outbound port configuration has been adjusted to your current settings. Open your configuration file in /etc/csf/csf.conf to make further adjustments and restart the firewall after for changes to take effect (/etc/init.d/csf restart).

Step 4

once the installation is completed, you are ready to take the firewall into productive mode, open your csf.conf again and change the value of TESTING=”1″ to 0. Once this is done, restart the firewall using the command “/etc/init.d/csf restart” or “csf -r”.

 

  • CSF
  • 0 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

Estructura de directorios y archivos - Linux

Directorio / Estructura de carpetasDe entre los varios directorios que se encuentran dentro de su...

PHP Parse error: syntax error, unexpected $end

Este error es causado por la falta de } usado en PHP para denotar el contenido que pertenece a...

How to drop tables from a database in phpMyAdmin

This article will demonstrate how to drop (permanently delete) tables from a database in...

Optimizing Magento

Magento is a very popular eCommerce application. It offers a great deal of customization and...

Optimizing Joomla

Joomla is a popular CMS that is highly extensible and customizable. The following are suggestions...

Powered by WHMCompleteSolution