I am searching for a firewall for my self hosted services. It should be conpatible with docker, podman and native running services. I should block clients with to many fauled authentication attempts. It should also support blocklists and be as easy to configure as possible (and foss ofc). I took a short look at fail2ban, but the docs are just lacking so much information that I was looking for. CrowdSec lookes not foss enough for me. Any recommendations?
Not exactly sure what you’re looking for here; neither fail2ban nor crowdsec are firewalls by their strict definitions.
Are you looking for an IDS/IPS or other security measures? If so, what are you trying to secure?
anamethatisnt@sopuli.xyz 1 day ago
Your services would first of all need some sort of integration to report failed authentication attempts to your firewall or you wouldn’t have anything to act on to start the block. Sounds complicated.
If I were you I would ponder if it wouldn’t be easier to just setup a headscale/wireguard/openvpn server and connect to your other services through that.
My favourite home firewall right now would be opnsense
Zenlix@lemmy.ml 1 day ago
I fuess I can get that info from most services vy parsing their logs.
When using a vpn server, only I could access the services right?
I will look into opnsense.
anamethatisnt@sopuli.xyz 1 day ago
anamethatisnt@sopuli.xyz 1 day ago
You can easily setup vpn users for friends/family but a random person on the internet won’t reach your services if you block access from WAN and forces everyone to go through the vpn server.