Disable Iptables
oyo@shahzad ~ $ sudo ufw disable
Output
Firewall stopped and disabled on system startup
Show Iptables
status
oyo@shahzad ~ $ sudo ufw status
Output
Status: inactive
Start Iptables
oyo@shahzad ~ $ sudo ufw enable
Output
Firewall is active and enabled on system startup
Restart/Reload
Iptables
oyo@shahzad ~ $ sudo ufw reload
Firewall reloaded
0 comments:
Post a Comment