How to Disable ConfigServer Security & Firewall

Tommyhara

Verified User
Joined
Jul 25, 2014
Messages
181
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
 
connect with Putty via root server
and run this commands step by step.

Code:
service iptables save
service iptables stop
chkconfig iptables off
 
Back
Top