nis65 / ansible-debian-router

Ansible managed IPv4 / IPv6 router / firewall / vpn server / ...
GNU General Public License v3.0
3 stars 1 forks source link

When nftables is restarted/reloaded, fail2ban must be restarted #43

Closed nis65 closed 1 year ago

nis65 commented 1 year ago

the nftables restart/reload cleares the stuff created by fail2ban (e.g. table inet f2b-table).

This creates ugly interdependencies, maybe I should analyze this together with #30

nis65 commented 1 year ago
nis65 commented 1 year ago

Found a solution that works

The behaviour is now

Not the most beautiful solution, but for my use case sufficient.