I notice… having 2 lines of IPs in the Fail2Ban Whitelist… it ONLY ignore only ONE IP … the 2nd line IP still get ban if the user entered wrong password…
It seems to accept ONE ignoreIP… used to work before…
2 Likes
valid bug, I need to look
found a fix is coming
2 Likes
in /etc/e-smith/templates/etc/fail2ban/jail.local/01localaccess
- foreach my $ip (split(/\s+/, ($fail2ban{IgnoreIP} || ""))) {
+ foreach my $ip (split(/,/, ($fail2ban{IgnoreIP} || ""))) {
1 Like
please upgrade
1 Like
Thank you… just did the upgrade,…
1 Like