mirror of https://github.com/fail2ban/fail2ban
changed section names - removed -iptables. adjusted description
parent
571c3d8c92
commit
8d3b4630f3
|
@ -21,9 +21,9 @@ Description: bans IPs that cause multiple authentication errors
|
||||||
easy specification of different actions to be taken such as to ban an
|
easy specification of different actions to be taken such as to ban an
|
||||||
IP using iptables or hostsdeny rules, or simply to send a
|
IP using iptables or hostsdeny rules, or simply to send a
|
||||||
notification email. Currently, by default, supports ssh/apache/vsftpd
|
notification email. Currently, by default, supports ssh/apache/vsftpd
|
||||||
but configuration can be easily extended for scanning the other ASCII
|
but configuration can be easily extended for monitoring any other ASCII
|
||||||
log files. All filters and actions are given in the config files,
|
file. All filters and actions are given in the config files, thus
|
||||||
thus fail2ban can be adopted to be used with a variety of files and
|
fail2ban can be adopted to be used with a variety of files and
|
||||||
firewalls.
|
firewalls.
|
||||||
.
|
.
|
||||||
Homepage: http://www.sourceforge.net/projects/fail2ban
|
Homepage: http://www.sourceforge.net/projects/fail2ban
|
||||||
|
|
|
@ -41,7 +41,7 @@ action = iptables[name=%(__name__)s, port=%(port)s]
|
||||||
# in /etc/fail2ban/jail.local
|
# in /etc/fail2ban/jail.local
|
||||||
#
|
#
|
||||||
|
|
||||||
[ssh-iptables]
|
[ssh]
|
||||||
|
|
||||||
enabled = true
|
enabled = true
|
||||||
port = ssh
|
port = ssh
|
||||||
|
@ -53,7 +53,7 @@ maxretry = 6
|
||||||
# HTTP servers
|
# HTTP servers
|
||||||
#
|
#
|
||||||
|
|
||||||
[apache-iptables]
|
[apache]
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
port = http
|
port = http
|
||||||
|
@ -65,7 +65,7 @@ maxretry = 6
|
||||||
# FTP servers
|
# FTP servers
|
||||||
#
|
#
|
||||||
|
|
||||||
[vsftpd-iptables]
|
[vsftpd]
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
port = ftp
|
port = ftp
|
||||||
|
@ -74,7 +74,7 @@ logpath = /var/log/auth.log
|
||||||
maxretry = 6
|
maxretry = 6
|
||||||
|
|
||||||
|
|
||||||
[proftpd-iptables]
|
[proftpd]
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
port = ftp
|
port = ftp
|
||||||
|
@ -86,7 +86,7 @@ maxretry = 6
|
||||||
# Mail servers
|
# Mail servers
|
||||||
#
|
#
|
||||||
|
|
||||||
[postfix-iptables]
|
[postfix]
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
port = smtp
|
port = smtp
|
||||||
|
@ -94,7 +94,7 @@ filter = postfix
|
||||||
logpath = /var/log/postfix.log
|
logpath = /var/log/postfix.log
|
||||||
|
|
||||||
|
|
||||||
[couriersmtp-iptables]
|
[couriersmtp]
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
port = smtp
|
port = smtp
|
||||||
|
@ -102,7 +102,7 @@ filter = couriersmtp
|
||||||
logpath = /var/log/mail.log
|
logpath = /var/log/mail.log
|
||||||
|
|
||||||
|
|
||||||
[sasl-iptables]
|
[sasl]
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
port = smtp
|
port = smtp
|
||||||
|
|
Loading…
Reference in New Issue