Differences between revisions 3 and 4
Revision 3 as of 2022-06-14 02:44:52
Size: 368
Editor: cpe-58-167-144-88
Comment:
Revision 4 as of 2022-07-11 02:04:27
Size: 427
Editor: cpe-124-191-134-122
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:

fail2ban log2 to general meassages in /var/log/messages

to list blocked IP's

iptables -L

To unblock an ip:

  • (pre 8.8) fail2ban-client get ssh actionunban 10.xx.15x.12x
    (post 8.8) fail2ban-client set ssh unbanip 10.xx.15x.12x

where ssh is the jail name and 10.xx.15x.12x is the ip that has been banned.

the find the jail name just run

fail2ban-client status.

it should give a list of jail name.

fail2ban log2 to general meassages in /var/log/messages

Diagnosing_issues_with_fail2ban (last edited 2022-07-11 02:04:27 by cpe-124-191-134-122)