Uncomplicated Firewall (UFW) is an easy and beginner friendly firewall for linux systems.
Install
|
|
Verify Install
|
|
Basic Blocks
|
|
Enable Firewall
|
|
Blocking Ports
you can block any port by “sudo ufw deny PORT” for example, to block port 76 type:
|
|
Allow Ports
you can allow any port by “sudo ufw allow PORT” for example, to allow port 22 (default SSH port) type:
|
|
Video
Right click and check “Show all controls” to see video controls*
Conclusion
For a home base user UFW is more than enough. Play around with UFW to learn more, “sudo ufw -h” is the wayyy :)
that’s it ✌🏽