User Tools

Site Tools


notes:ufw

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:ufw [2020/06/11 16:15] Sean Rhonenotes:ufw [2024/08/13 18:48] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Resources ====== 
- 
-  * https://www.digitalocean.com/community/tutorials/ufw-essentials-common-firewall-rules-and-commands 
-  * https://linuxize.com/post/how-to-setup-a-firewall-with-ufw-on-ubuntu-20-04/ 
- 
-====== Show Supported Apps ====== 
- 
-**** 
- 
-  sudo ufw app list 
- 
-====== Get App Info ====== 
- 
-  * Change ''x'' to an app listed in above command 
- 
-  sudo ufw app info x 
- 
-====== Limit Connections ====== 
- 
-  * TODO: What does limit actually do? 
- 
-  sudo ufw limit ssh 
- 
-====== Allow Specific Port/Protocol ====== 
- 
-  * ''22'' is the port number and ''tcp'' is the protocol 
-  * ''udp'' can be a protocol 
- 
-  sudo ufw allow 22/tcp 
  
/srv/www/wiki/data/attic/notes/ufw.1591906504.txt.gz · Last modified: by Sean Rhone