how to install or enable firewall in my whm
how to install or enable firewall in my whm
Hello,
Many people are using CSF for a firewall. Check it out:
ConfigServer Security & Firewall
Installation is a snap (C&P):
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh
Need help with your server? PM ME!
Blog - http://solidservers.ca
Quality Hosting - http://robohostingsolutions.com
Remember to check the settings in your firewall config file. It does most of it automatically but some tweaking is usually required.
when i goto into whm i cant see any ssh access . only get it through a cpanel user which then means its not the main root ?
i have ssh root access but dont seem to be able to find in whm to access
You will need to install putty (command line) and need to configure on your machine and through putty you can get the SSH access.
To install firewall on your server basically 1st you need to logged into shell with the root login details....once you logged into shell as root user then run the following command one by one..
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh
once you installed csf you can configure it as per your requirement from your WHM >> Plugins >> ConfigServer Security&Firewall
Note : For shell access you need to install putty software on your local machine
PuTTY Download Page