Skip to content

Instantly share code, notes, and snippets.

@alexalouit
Last active February 5, 2016 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexalouit/7706cc8aed1aabf8d1ec to your computer and use it in GitHub Desktop.
Save alexalouit/7706cc8aed1aabf8d1ec to your computer and use it in GitHub Desktop.
Fail2ban: ISPConfig auth
[Definition]
failregex = Failed login for user .* from <HOST>
ignoreregex =
[ispconfig]
enabled = true
port = 443
filter = ispconfig
logpath = /var/log/ispconfig/auth.log
bantime = 3600
findtime = 60
maxretry = 7
[ispconfig-long]
enabled = true
port = 443
filter = ispconfig
logpath = /var/log/ispconfig/auth.log
bantime = 86400
findtime = 3600
maxretry = 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment