Menu

Thursday 13 April 2017

How to enable/start and disable/stop Firewall in LINUX 6.3 and LINUX 7.0



Step 1: check the status using this command in LINUX 6.3 :
service iptables status

Step 2:  Command to start the Firewall in LINUX 6.3 :
service iptables start

Step 2:  Command to stop the Firewall in LINUX 6.3 :
service iptables stop

             
------------------------------------------------------------------------

Step 1: check the status using this command in LINUX 7.0 :
                                                  systemctl status firewalld -l

Step 2:  Command to start the Firewall in LINUX 7.0:
systemctl start firewalld -l


Step 2:  Command to stop the Firewall in LINUX 7.0:
systemctl stop firewalld -l







No comments:

Post a Comment