How to Install CSF and LFD In Linux Servers

Firewall plays an important role in the protection of the server. Firewall protects the servers against harmful stuff. Firewall controls the incoming and outgoing traffic by analyzing the packet and determine whether they are allowed through or not based on set of rules. In Linux we uses IPTABLES to manage the firewall rules. But its…

How to Install APF Firewall In Linux Servers

APF(Advanced Policy Firewall) is a policy based Iptables firewall system designed for ease of use and configuration. The configuration of APF is quite simple and easy. Below are the steps to install APF firewall: 1. Change to tmp folder to download apf. cd /tmp 2. Download the apf tar file using wget. wget http://www.rfxnetworks.com/downloads/apf-current.tar.gz 3.…