14 March 2016

Unblock Ip Address from ConfigServe Firewall (CSF)

csf

Config Server Firewall (or CSF) is a free and advanced firewall for most Linux distributions and Linux based VPS. In addition to the basic functionality of a firewall – filtering packets – CSF includes other security features, such as login/intrusion/flood detections. CSF includes UI integration for cPanel, DirectAdmin and Webmin, but this tutorial only covers the command line usage. CSF is able to recognize many attacks, such as port scans, SYN floods, and login brute force attacks on many services. It is configured to temporarily block clients who are detected to be attacking the cloud server.

csf -d <IP> : block IP 

csf -a <IP> : allow IP

csf -dr <IP> : Deny removal

csf -ar <IP> : Allow removal 

csf -r

For more command line options please try csf --help

https://www.digitalocean.com
http://www.webhostingtalk.com
http://www.liquidweb.com

No comments:

Post a Comment