'sudo ufw status' report:
To                         Action        From
Anywhere                   DENY    221.192.199.36 80:tcp
80:tcp                     ALLOW   Anywhere
80:udp                     ALLOW   Anywhere
Anywhere                   DENY    221.192.199.36

But command syntax is:
ufw allow proto tcp from 192.168.1.0/24 to 192.168.1.0/24 port 135

I suggest you change one or the other so they match a bit more closely. If the 
status reports on '80:tcp'
then I should be able to use that syntax in the command. Or leave the command 
as is and change the
status display so there's a column on the left labeled 'proto' and one on the 
right labeled 'port'. Fight confusion with consistency. Users are by definition 
unfamiliar with your program. And syntax like 'to Anywhere' and
'from Anywhere' doesn't work--why not change it to just 'any' to match the 
manpage. Thanks.

-- 
ufw should support insertion of rules
https://bugs.launchpad.net/bugs/260745
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to