My Profile Photo

Hao's Keeper


A blog to place memos


Ubuntu UFW

  1. List all rules
    sudo ufw status numbered
    
  2. Remove Rule
    sudo ufw delete [the number of the rule]
    
  3. Allow all from some port
    sudo ufw allow [the port]