UFW Firewall HOWTO
May 25th, 2010
Add rule
root@firefly:/data/music# ufw allow from 10.200.80.132 to any port 3689
Delete rule by line number.
root@firefly:/data/music# ufw delete 1
Deleting:
allow 3689
Proceed with operation (y|n)? y
Rule deleted
View current rules
root@firefly:/data/music# ufw status
Status: active
To Action From
– —— —-
22 ALLOW Anywhere
21 ALLOW Anywhere
3689 ALLOW 10.200.80.132