I want to set up ufw on my server, but something wrong here. Even when I trying to block 22 port ssh still working and nothing changing. I have ufw enabled, but nothing works.
I want to set up ufw on my server, but something wrong here. Even when I trying to block 22 port ssh still working and nothing changing. I have ufw enabled, but nothing works.
Make sure you’re creating a block rule specifically on outgoing in that case.
when I just use
ufw allow [port]
command it’ll not work?Outgoing should already allow everything, so no need to specifically allow it.