diff --git a/config/filter.d/ispconfig-auth.conf b/config/filter.d/ispconfig-auth.conf new file mode 100644 index 00000000..186ea6d0 --- /dev/null +++ b/config/filter.d/ispconfig-auth.conf @@ -0,0 +1,14 @@ +# Fail2Ban configuration file for Ispconfig 3 http://www.ispconfig.org/ +# In case you have changed the ispconfig port put the new one in the action apart from 80,443. +# + +[Definition] + +failregex = Failed login for user .* from + +ignoreregex = + +# DEV NOTES: +# Logfile to monitor: /var/log/ispconfig/auth.log +# Tested and working on 3.0.5.4p8 +# Author: Alexander Sklepas \ No newline at end of file diff --git a/config/jail.conf b/config/jail.conf index 5d75f4f5..956d754f 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -854,6 +854,11 @@ logpath = /var/log/stunnel4/stunnel.log port = 5222 logpath = /var/log/ejabberd/ejabberd.log +[ispconfig-auth] + +port = 80,443,8080 +logpath = /var/log/ispconfig/auth.log + [counter-strike]