Install fail2ban v0.9.x on Jessie

Downloads for current version can be found here.

# apt-get update
# apt-get install python-pyinotify
# cd ~ && mkdir f2btmp && cd f2btmp
# wget https://github.com/fail2ban/fail2ban/archive/0.9.4.tar.gz
# tar -xzf 0.9.4.tar.gz
# cd fail2ban-0.9.4
# python setup.py install
# cp files/debian-initd /etc/init.d/fail2ban
# cd ~
# rm -R f2btmp/
# update-rc.d fail2ban defaults
# /etc/init.d/fail2ban start
tips/install_fail2ban.txt · Last modified: 2023-08-06 19:12 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki