On Sun, 28 Dec 2008, Quadir wrote:

> 1. Ran  "$ ufw app default allow"
> 2. Modified the port number from 22 to 8022 in the file 
> /etc/ufw/applications.d/openssh-server file.
> 3. Ran "$ ufw app update openssh". 
> 
> I expected the port 8022 to be accessible from outside but the port is
> still closed.
> 

Thanks for using Ubuntu and taking time to file a bug. A couple of
things:

1. ufw uses case sensitive matching when using application rules, so you
should use 'OpenSSH' instead of 'openssh'.

2. 'ufw app update' will only work on rules already added to the
firewall. Did you already have an openssh rule ala:
$ sudo ufw allow OpenSSH

3. 'ufw app default allow' only works when specifying '--add-new' to the
'app update' command. If you didn't have a rule as in '2', above, did you
use 'ufw app update --add-new OpenSSH'?

-- 
ufw app profile not working
https://bugs.launchpad.net/bugs/311894
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