Install APF firewall in Linux
November 20th, 2010
0 Comments
firewall is always very important for the security of your system, specially if you are running a web server running very popular websites then firewall is the life of your server.
Previously I explained how to install CSF firewall, and here is the tutorial for APF which is another great firewall available.
cd /usr/local/src/ wget http://www.rfxnetworks.com/downloads/apf-current.tar.gz tar -zxvf apf-current.tar.gz; cd apf-* sh ./install.sh
Related posts:
- How to install ftp server in Linux – CentOS
- Ports to configure in firewall for Plesk
- Enableing passive mode in FTP server with CSF firewall
- Installing & configuring shorewall firewall in Ubuntu/Debian
- CSF on DirectAdmin
- Ports to configure in firewall for Directadmin
- nmap – Network Mapper – Linux prospectus
- How to find process root in Linux
















No Comment to “Install APF firewall in Linux”