Rev 192 | Blame | Compare with Previous | Last modification | View Log | RSS feed
[DEFAULT]# Ban IP/hosts for 1 daybantime = 1d# An ip address/host is banned if it has generated "maxretry" during the last "findtime" seconds.findtime = 600maxretry = 3# "ignoreip" can be a list of IP addresses, CIDR masks or DNS hosts. Fail2ban# will not ban a host which matches an address in this list. Several addresses# can be defined using space (and/or comma) separator. For example, add your# static IP address that you always use for login such as 103.1.2.3ignoreip = 127.0.0.1 10.192.25.241 10.192.25.0/24# Call iptables to ban IP addressbanaction = iptables-multiport# Enable sshd protection[sshd]enabled = true