UFW Firewall Cheat Sheet: Difference between revisions

From Wrong Port
Added the UFW cheat sheet
 
(No difference)

Latest revision as of 04:52, 4 March 2025

UFW Cheat Sheet

Enable and Disable UFW

Identify current services on VPS

Add services to UFW

Add IP address to UFW

Add IP address and Port to UFW

sudo ufw allow from <IP Address> to any port <port number>

sudo ufw allow from<IP Address> to any port <port number>