From 996da9a3f0ba07e863732da6b21ce55a7c71b7cb Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 7 Feb 2008 23:31:47 -0500 Subject: [PATCH] added a comment to README.Debian and to the list of examples for ipmasq example file --- debian/README.Debian | 10 ++++++++++ debian/rules | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/README.Debian b/debian/README.Debian index 34303403..faf52b10 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -107,6 +107,16 @@ banaction=iptables-new Also you can redefine the whole action parameter if you like. +* Interaction with ipmasq + Comment to #461417 + +Although fail2ban should detect and recreate missing chains if the external +command wipes out iptables, it is better to explicitely to force-reload +fail2ban. For this reason there is examples/ipmasq-ZZZzzz|fail2ban.rul file is +shipped along to be installed under name ZZZzzz|fail2ban.rul within +/etc/ipmasq. + + Troubleshooting: --------------- diff --git a/debian/rules b/debian/rules index cc4dbfb5..282e3140 100755 --- a/debian/rules +++ b/debian/rules @@ -57,7 +57,7 @@ binary-indep: install dh_testroot dh_installchangelogs CHANGELOG dh_installdocs - dh_installexamples config/jail.conf + dh_installexamples config/jail.conf files/ipmasq-* dh_installlogrotate dh_pycentral dh_installinit -- defaults 99