Go to file
Kyle Berry b318c5e2ab half-assed documentation 2012-05-09 05:22:22 -05:00
README half-assed documentation 2012-05-09 05:22:22 -05:00
bancount first commit - docs to come 2012-05-09 04:51:29 -05:00
bancount.css first commit - docs to come 2012-05-09 04:51:29 -05:00
bancount.php removed old pw 2012-05-09 05:15:17 -05:00
bancount.sh first commit - docs to come 2012-05-09 04:51:29 -05:00
bancountmysql first commit - docs to come 2012-05-09 04:51:29 -05:00
fail2bancount.sql add fail2bancount sql DB 2012-05-09 05:06:21 -05:00

README

Fail2BanCount - by k6b - k6b@kylefberry.net


INSTALL:

<<INSTALLER TO BE MADE>>

cp ./bancountmysql /usr/local/bin/
cp ./bancount /usr/local/bin/
mysql -e "CREATE DATABASE fail2bancount;"
mysql -e "GRANT SELECT, INSERT ON `fail2bancount`.* TO 'fail2bancount'@'localhost' IDENTIFIED BY PASSWORD '<YOUR PASSWORD HERE>';"
mysql fail2bancount < fail2bancount.sql

--

Fail2Ban Hax:

Edit the following in /etc/fail2ban/action.d/iptables*.conf, you'll need to do this for each one of the ban "actions" you're using:

actionban = iptables -I fail2ban-<name> 1 -s <ip> -j DROP
            /usr/local/bin/bancountmysql ban <ip>


actionunban = iptables -D fail2ban-<name> -s <ip> -j DROP
              /usr/local/bin/bancountmysql unban <ip>

There should be something similar if you are using something other than iptables.

--

Web Page:

First, edit the top of bancount.php and put the password you chose for your MySQL user, don't forget to edit the other settings if you chose something different. Then place bancount.css and bancount.php in a directory that's accessable to your web server. That should be it.

--

Please let me know if you run into any issues, if I've forgotten anything, if I've made any mistakes, or if you think I can do something better. If you hate it, let me know, I'll change it! It's likely I've overlooked things because it works well on my setup and it not quite ment for public consumption yet.


Thanks!

k6b

05/2012