I’ve been running my server without a firewall for quite some time now, I have a piped instance and snikket running on it. I’ve been meaning to get UFW on it but I’ve been too lazy to do so. Is it a necessary thing that I need to have or it’s a huge security vulnerability? I can only SSH my server from only my local network and must use a VPN if I wanna SSH in outside so I’d say my server’s pretty secure but not the furthest I could take it. Opinions please?

  • @CompactFlax@discuss.tchncs.de
    link
    fedilink
    English
    12 months ago

    You have a firewall. It’s in your router, and it is what makes it so that you have to VPN into the server. Otherwise the server would be accessible. NAT is, effectively, a firewall.

    Should you add another layer, perhaps an IPS or deny-listing? Maybe it’s a good idea.

    • @non_burglar@lemmy.world
      link
      fedilink
      English
      32 months ago

      Op means, as they said, a firewall on the server itself.

      NAT is, effectively, a firewall.

      No it isn’t. Stop giving advice on edge security.