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