This is an old revision of the document!


UFW Firewall

  1. Install with:
    apt update
    apt install ufw
  2. Check preset profiles and allow necessary services as root:
    ufw app list
    ufw allow OpenSSH
    ufw allow Samba
    ufw allow 1194 # OpenVPN
    ufw allow 3493 # NUT
  3. Enable firewall and check status:
    ufw enable
    ufw status