Hi,
my goal is to minimize Logins to all WPs (and in Future Joomla).
i have setup following Jail:
In /etc/fail2ban/jail.conf:
In /etc/fail2ban/filter.d/wp-login.conf
I have restarted f2b and tried to login (15-30 Times) and nothing happens.
Any suggestions?
my goal is to minimize Logins to all WPs (and in Future Joomla).
i have setup following Jail:
In /etc/fail2ban/jail.conf:
Code:
[wp-login]
enabled = true
filter = wp-login
action = iptables-multiport[name=wp-login, port="http,https", protocol=tcp]
logpath = /var/www/vhosts/system/*/logs/access*_log
maxretry = 8
findtime = 30
bantime = 86400
In /etc/fail2ban/filter.d/wp-login.conf
Code:
[Definition]
failregex = ^<HOST> .* "POST .*wp-login.php HTTP/.*" 200
ignoreregex =
I have restarted f2b and tried to login (15-30 Times) and nothing happens.
Any suggestions?