Uncomplicated Firewall: Difference between revisions

Tags: Mobile edit Mobile web edit
No edit summary
 
Line 11: Line 11:
sudo ufw delete <num>
sudo ufw delete <num>


sudo ufw allow from [subnet] to any [port] proto tcp comment "cmt"
sudo ufw allow from [subnet] to any port [port] proto tcp comment "cmt"
</syntaxhighlight>
</syntaxhighlight>