Table des matières

Notes fail2ban

Voir aussi :

Alternatives :

Install

apt-get install fail2ban rsyslog

Unbanned Ip

iptable -S
iptable -L -n
#fail2ban-client set ssh unbanip 192.168.2.15
fail2ban-client set sshd unbanip 192.168.2.15

Purge quick & dirty

systemctl stop fail2ban
rm -rf /var/lib/nethserver/fail2ban/fail2ban.json
rm -rf /var/lib/fail2ban/fail2ban.sqlite3
systemctl start fail2ban