This is part of the Semicolon&Sons Code Diary - consisting of lessons learned on the job. You're in the unix category.
Last Updated: 2024-11-23
UFW Stands for Uncomplicated FireWall. It was developed to ease iptables
I had to use it to enable some opaque IPsec security protocol to communicate with a medical lab.
sudo ufw status
sudo ufw allow 50/tcp
sudo ufw allow 500/udp
sudo ufw deny 53/tcp
sudo ufw disable
sudo ufw enable