Dopani Active member Joined Mar 11, 2014 Messages 324 Points 28 Dec 30, 2015 #1 I have a small vps, it is unmanaged vps, I installed csf (firewall) on it but now I want to disable this function or enable when needed. How to do that?
I have a small vps, it is unmanaged vps, I installed csf (firewall) on it but now I want to disable this function or enable when needed. How to do that?
arindamb Member Joined Jul 11, 2013 Messages 261 Points 18 Dec 30, 2015 #2 You can use these commands to enable/disable or remove it from your server. Turn on you Putty or any SSH programs and type this Enable CSF: Code: csf -e Disable CSF Code: csf -x To restart the CSF, you can use the following command Code: csf -r To remove csf: Code: cd /etc/csf sh uninstall.sh Hope it helps!
You can use these commands to enable/disable or remove it from your server. Turn on you Putty or any SSH programs and type this Enable CSF: Code: csf -e Disable CSF Code: csf -x To restart the CSF, you can use the following command Code: csf -r To remove csf: Code: cd /etc/csf sh uninstall.sh Hope it helps!