Add ispconfig to fail2ban

Discussion in 'Installation/Configuration' started by Pasquini, Jul 11, 2017.

  1. Pasquini

    Pasquini New Member

    Hi,
    I wondering, what about to this lines to nano /etc/fail2ban/jail.local ?
    Code:
    [ispconfig]
    enabled  = true
    port     = 8080
    filter   = ispconfig
    logpath  = /var/log/ispconfig/auth.log
    maxretry = 5
    Is it the right syntax ? I think is a good idea to protect ispconfig log-in from some stupid or bot trying to get in.
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Probably. For that to work you'd also need to create an appropriate /etc/fail2ban/filter.d/ispconfig.conf.
     

Share This Page