Uncomplicated Firewall: Difference between revisions

No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
==Usage==
==Usage==
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo ufw allow ssh/tcp
sudo ufw allow ssh/tcp [comment "comment"]
sudo ufw logging on
sudo ufw logging on
sudo ufw enable
sudo ufw enable
Line 10: Line 10:
#Delete a rule
#Delete a rule
sudo ufw delete <num>
sudo ufw delete <num>
sudo ufw allow from [subnet] to any port [port] proto tcp comment "cmt"
</syntaxhighlight>
</syntaxhighlight>