-
I have the following Fail2Ban filter for MariaDB:
And when doing failed tests when accessing a database the status does not show anything:
Can anyone tell me if the filter is correct? mariadb.log is: 2025-06-16 8:38:22 5 [Warning] Access denied for user 'db'@'ip' (using password: YES) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If the PoC (test with fail2ban-regex)...
This means your jail monitoring systemd journal and not the log-file (probably your default |
Beta Was this translation helpful? Give feedback.
If the
ip
is really IP (just "blackened"), then it shall work (at least works with current filter).PoC (test with fail2ban-regex)...
This means your jail monitoring systemd journal and not the log-file (probably …