Firewall
It's a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.
Status
Enable/Disable the Firewall
Set Default Policies
Rules
- Allow
ufw allow 22
ufw allow 22/tcp
ufw allow 80
ufw allow 80/tcp
# Allow the given ip address access to port 22 for all protocols
ufw allow from <ip> to any port 22
- Deny