summaryrefslogtreecommitdiffstats
path: root/network/fail2ban/README.SBo
blob: 062d1f428616c3d5998be6a909b4c37e0d73ed3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Once you install the package, you can start using fail2ban by:
1. chmod +x /etc/rc.d/rc.fail2ban
2. /etc/rc.d/rc.fail2ban start

Additionally, you can add the following to rc.local for automatic startup
if [ -x /etc/rc.d/rc.fail2ban ]; then
	/etc/rc.d/rc.fail2ban start
fi

and add the following to rc.local_shutdown to stop fail2ban at shutdown
if [ -x /etc/rc.d/rc.fail2ban ]; then
	/etc/rc.d/rc.fail2ban stop
fi

The package contains logrotate script copied from fail2ban manual,
and modified to reflect Slackware packaging.  You can find
the original script at:

http://www.fail2ban.org/wiki/index.php/MANUAL_0_8

UPGRADING:

Please make sure you have all your modifications done to .local files instead of
.conf files.

Making modifications to .local files is the recommended practice as per the
software manual.  Each .conf file is overridden by equivalent .local file.
Please refer Configuration section in fail2ban manual.

Changelog:

08/03/2008
upgraded to fail2ban version 0.8.3, added restart option to rc script
12/28/2008
fixed a typo in rc.fail2ban that prevented showing usage info when run without options
09/08/2009
added some notes and simplified rc script.  updated to version 0.8.4.  Modified build script
to account for users who keeps their config options in .conf files.  Now the script
moves the .conf files to .new which will prevent the overwrite of existing .conf files.
10/29/2010
Simplified rc.fail2ban start.  Removed check for executable bit on rc.fail2ban during startup.
12/24/2011
Upgraded to new version 0.8.6
03/16/2013
Upgraded to new version 0.8.8
05/23/2013
Upgraded to new version 0.8.9, updated logrotate script.  There have been quite a few
new features and changes to conf files.
06/11/2013
Upgraded to version 0.8.10.
11/13/2013
Upgraded to version 0.8.11
09/25/2014
Upgraded to version 0.9.0
11/1/2014
Upgraded to version 0.9.1