Ubuntu UFW
- List all rules
1
sudo ufw status numbered - Remove Rule
1
sudo ufw delete [the number of the rule]
- Allow all from some port
1
sudo ufw allow [the port]
This post is licensed under CC BY 4.0 by the author.
1
sudo ufw status numbered
1
sudo ufw delete [the number of the rule]
1
sudo ufw allow [the port]