T Tommyhara Verified User Joined Jul 25, 2014 Messages 181 Feb 1, 2015 #1 Hello, I want to Disable ConfigServer Security & Firewall Is it possible? I just want disable it, no uninstall or delete ConfigServer Security & Firewall from my server. Thanks Tommy
Hello, I want to Disable ConfigServer Security & Firewall Is it possible? I just want disable it, no uninstall or delete ConfigServer Security & Firewall from my server. Thanks Tommy
SeLLeRoNe Super Moderator Joined Oct 9, 2004 Messages 6,419 Location A Coruña, Spain Feb 1, 2015 #2 You can disable it from DA Interface or running "csf -x" in ssh. Regards
zEitEr Super Moderator Joined Apr 11, 2005 Messages 16,027 Location www.poralix.com Feb 3, 2015 #3 Hello, To uninstall it run this: Code: /etc/csf/uninstall.sh as root
T Tommyhara Verified User Joined Jul 25, 2014 Messages 181 Feb 3, 2015 #4 SeLLeRoNe said: You can disable it from DA Interface or running "csf -x" in ssh. Regards Click to expand... Can you elaborate these 2 ways? where I can find it in Directadmin interface? And I will run "csf -x" in ssh from Root ?
SeLLeRoNe said: You can disable it from DA Interface or running "csf -x" in ssh. Regards Click to expand... Can you elaborate these 2 ways? where I can find it in Directadmin interface? And I will run "csf -x" in ssh from Root ?
SeLLeRoNe Super Moderator Joined Oct 9, 2004 Messages 6,419 Location A Coruña, Spain Feb 3, 2015 #5 In DirectAdmin, at admin level, ConfigServer Security & Firewall, Firewall Disable Via SSH, yes as root. Regards
In DirectAdmin, at admin level, ConfigServer Security & Firewall, Firewall Disable Via SSH, yes as root. Regards
T tadbir Verified User Joined Feb 4, 2015 Messages 6 Feb 4, 2015 #6 connect with Putty via root server and run this commands step by step. Code: service iptables save service iptables stop chkconfig iptables off
connect with Putty via root server and run this commands step by step. Code: service iptables save service iptables stop chkconfig iptables off
SeLLeRoNe Super Moderator Joined Oct 9, 2004 Messages 6,419 Location A Coruña, Spain Feb 4, 2015 #7 this doenst disable CSF, this disable iptables and risk to make a mess since he is using CSF. Regards
this doenst disable CSF, this disable iptables and risk to make a mess since he is using CSF. Regards