Aerosol Posted December 16, 2014 Report Posted December 16, 2014 1 SSH into your server with the root user2 If you are in a directory already, use cd to go back to your home directory. In the root users case, it'll be /root3 Use the command wget http://configserver.com/free/csf.tgz4 Type tar -zxvf csf.tgz 5 Type cd csf6 Type ./install.shYou now have CSF installed.It would take me far too long to go through all of its features. It's basically a front end to iptables. Pretty straight forward to editNotable features would probably be-Blocking incoming ping-Blocking countries-Sending emails when someone who is not in the ignore list logs into ssh (Ignore list is /etc/csf/csf.ignore)There are tons of featuresFor maximum security, only allow incoming/outgoing ports that you need. Quote