From 8c17f3180f41d0230def93afd649fbedd1af953f Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 13 Jul 2005 10:19:20 +0000 Subject: [PATCH] * tuned description to satisfy lintian * went to a new Stadards-Version * adjusted shipped config to ignore all private nets of class A, so mask is /16, not /24 --- config/fail2ban.conf.default | 2 +- debian/control | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/fail2ban.conf.default b/config/fail2ban.conf.default index 420006ec..cdd8af7b 100644 --- a/config/fail2ban.conf.default +++ b/config/fail2ban.conf.default @@ -47,7 +47,7 @@ bantime = 600 # Example: ignoreip = 192.168.0.1/24 123.45.235.65 # Values: IP Default: 192.168.0.0/24 # -ignoreip = 192.168.0.0/24 +ignoreip = 192.168.0.0/16 # Option: cmdstart # Notes.: command executed once at the start of Fail2Ban diff --git a/debian/control b/debian/control index 7cfdb509..430f0f62 100644 --- a/debian/control +++ b/debian/control @@ -3,16 +3,18 @@ Section: net Priority: optional Maintainer: Yaroslav Halchenko Build-Depends-Indep: debhelper (>= 4.1.67), python, python2.3-dev, help2man -Standards-Version: 3.6.1 +Standards-Version: 3.6.2 Package: fail2ban Architecture: all Depends: python, iptables -Description: Fail2ban bans IPs that cause multiple authentication errors - Fail2ban monitors log files (e.g. /var/log/auth.log, +Description: bans IPs that cause multiple authentication errors for ssh/apache + Monitors (in daemon mode) or just scans log files (e.g. /var/log/auth.log, /var/log/apache/access.log) and temporarily bans failure-prone addresses by updating existing firewall rules. Currently, iptables, ipfwadm and ipfw are supported. . + Fail2ban is written in python. + . Homepage: http://www.sourceforge.net/projects/fail2ban