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.

    • @[email protected]
      link
      fedilink
      English
      73 days ago

      Do you have something listening on port 52038 that will respond to a port scan? If not it will report as closed.

    • @[email protected]
      link
      fedilink
      English
      43 days ago

      That’s a website tool checking? It’s almost certainly only going to check TCP, since most of them don’t do anything with UDP because it’s… more complicated.

      You may need to find an alternate way to do that, something like iperf or netcat (nc -u ip port)

      • Ace! _SL/S
        link
        fedilink
        English
        2
        edit-2
        2 days ago

        nmap works great for this

        traceroute might also be usable vith the -p switch I guess?