Introducing fail2ban-zmq-tools: a fail2ban clustering solution based on zeromq
So, you might recall this article of mine:
“Proactive Protection Enhancements for fail2ban, part 1”
From June 2011. Ouch.
Anyway, as I have always wanted to cluster up all my fail2ban servers, especially without opening security holes between them, I cooked up these set of scripts that use the AWESOME zeromq messaging API: www.zeromq.org
I called them fail2ban-zmq-tools, also known as fail2ban-cluster. It consists of a Publisher, which receives messages from Monitor instances and broadcasts them to Subscriber instances.
You can clone up the repository by checking out this github web repos: https://github.com/buanzo/fail2ban-zmq-tools
ENJOY!
Artículos relacionados:
- Buanzo’s Toolbox – AXFR, Vhosts-by-IP, Multi-RBL Check and More
- Fail2ban rules for lighttpd fastcgi alerts
- Proactive protection enhancements for fail2ban – Part 1
- fail2ban patch: ban IP address manually
- I’m now a fail2ban developer :D
Si te gustó este articulo, ¿ Porque no dejas un comentario a continuación y continuas la conversación, o te suscribes a los feeds y recibes los artículos directamente en tu lector?
[…] Update 2015/August/16: YOU MIGHT WISH TO CHECK THIS OUT INSTEAD: http://blogs.buanzo.com.ar/2015/08/introducing-fail2ban-zmq-tools-a-fail2ban-clustering-solution-bas… […]