UFW (uncomplicated firewall)ΒΆ
UFW (uncomplicated firewall) is a firewall configuration tool for Linux ([[linux]]) that runs on top of IPTables ([[iptables]]), included by default within Ubuntu distributions. It provides a streamlined interface for configuring common firewall use cases via the command line.
Enable UFWΒΆ
To check if ufw is enabled, run:
To enable UFW on your system, run:
If for some reason you need to disable UFW, you can do so with the following command:
Block an IP Address