IT/Software/Server Config/UFW: Difference between revisions

From msgwiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "This is the default firewall in Linux Turn it on sudo ufw enable Check Status sudo ufw status <br />")
 
No edit summary
Line 3: Line 3:
Turn it on
Turn it on


sudo ufw enable
<code>sudo ufw enable</code>


Check Status
Check Status


sudo ufw status
</code>sudo ufw status</code>


<br />
<br />

Revision as of 12:07, 13 January 2021

This is the default firewall in Linux

Turn it on

sudo ufw enable

Check Status

sudo ufw status