Post

Ubuntu UFW

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