UFW (Uncomplicated FW)
Enabling & Managing the Firewall on startup
$> sudo ufw enable # Enables the ufw
$> sudo ufw disable # Disables the ufw
$> sudo systemctl status ufw ## UFW Service status
$> sudo systemctl stop/start/restart ufw ## Basic Management
$> sudo ufw status # Displaying rules and ufw status$> sudo ufw default deny incoming
$> sudo ufw default allow outgoing UFW Rules
Allow SSH service
Allowing connections from particulat IP Address
Allowing connections from IPAddress or Network for SSH port
Resseting & Deleting Rules


Last updated