Ich habe im Fail2Ban Log folgende Einträge:
Probleme mit REG EXP
Probleme mit IPTables
Fehler #1 betrifft wohl die Datei dovecot-pop3imap in /etc/fail2ban/filter.d die bei mir 1:1 wie im HowTo aussieht:
Was stimmt denn da nun nicht? Wird das System dadurch beeinflusst bzw. gibt es Fehler bzw. "falsche Fehlermeldungen"?
Gruß
crazyiven
Probleme mit REG EXP
Code:
fail2ban.filter : ERROR Unable to compile regular expression '(?: pop3-login|imap-login): .*(?:Authentication failure|Aborted login (auth failed|Aborted login (tried to use disabled|Disconnected (auth failed|Aborted login (d+ authentication attempts).*rip=(?P<host>S*),.*'
Probleme mit IPTables
Code:
fail2ban.actions.action: ERROR iptables -N fail2ban-ssh
iptables -A fail2ban-ssh -j RETURN
iptables -I INPUT -p tcp -m multiport --dports ssh -j fail2ban-ssh returned 200
fail2ban.actions: WARNING [ssh] Ban 18.85.28.253
fail2ban.actions.action: ERROR iptables -n -L INPUT | grep -q fail2ban-ssh returned 100
fail2ban.actions.action: ERROR Invariant check failed. Trying to restore a sane environment
fail2ban.actions.action: ERROR iptables -D INPUT -p tcp -m multiport --dports ssh -j fail2ban-ssh
iptables -F fail2ban-ssh
iptables -X fail2ban-ssh returned 100
Fehler #1 betrifft wohl die Datei dovecot-pop3imap in /etc/fail2ban/filter.d die bei mir 1:1 wie im HowTo aussieht:
Code:
[Definition]
failregex = (?: pop3-login|imap-login): .*(?:Authentication failure|Aborted login (auth failed|Aborted login (tried to use disabled|Disconnected (auth failed|Aborted login (d+ authentication attempts).*rip=(?P<host>S*),.*
ignoreregex =
Was stimmt denn da nun nicht? Wird das System dadurch beeinflusst bzw. gibt es Fehler bzw. "falsche Fehlermeldungen"?
Gruß
crazyiven