You are not logged in.
So, i have this rules:
sudo ufw status numbered
Status: active
To Action From
-- ------ ----
[ 1] 8083 ALLOW IN Anywhere
[ 2] Anywhere DENY IN 192.168.0.143
[ 3] 3000 ALLOW IN 192.168.0.0/24
[ 4] 22 ALLOW IN 192.168.0.0/24
[ 5] 8085/tcp ALLOW IN Anywhere
[ 6] 8083 (v6) ALLOW IN Anywhere (v6)
[ 7] 8085/tcp (v6) ALLOW IN Anywhere (v6)
but, if i try from outside my network to reach the port 6875....... i can... but why?
I need to add something more?
Offline
What are the defaults?
ufw status verbose
Offline
Surely you are only denying in from 192.168.0.143
Offline
@NoSavvy, https://wiki.archlinux.org/title/Uncomp … figuration
ufw default isn't printed by the basic status call, so we don't know what that looks like (though it's plausible that the OP has set it to allow and that would explain the perceived behavior and be easy to fix)
Offline