Error : Fix the WHM CSF Security Test Errors!

How to fix the WHM CSF security test errors! As a part of ensuring security, Hostripples perform a CSF security scan from WHM. We may get the following error after the scan.  “Check csf LF_SCRIPT_ALERT option WARNING This option will notify you when a large amount of email is sent from a particular script on […]

CSF commands for Unix/Linux servers

CSF commands for managing your server firewall. 1. Enable csf and lfd if previously disabled csf -e Or csf –enable 2. Disable csf and lfd completely csf -x Or csf –disable 3. Restart firewall rules csf -r Or csf –restart 4. Start the firewall rules csf -s Or csf –start 5. Flush/Stop firewall rules (Note: […]

How to install and configure csf on CentOS

Install and configure csf on CentOS the following steps as root user 1: Downloading csf package. rm -fv csf.tgz wget http://www.configserver.com/free/csf.tgz 2: Remove already installed firewall settings Execute the following command to remove already installed firewall like APF (Advanced Policy Firewall) or BFD (Brute Force Detection) from server. [root@server #] sh /tmp/csf/remove_apf_bfd.sh 3: Installation [root@server #] […]