Hi Tom and all,

I started to play a bit with the AutoBL action on a CentOS 6 box and ran
into the following problems:

1) The action.AutoBL doesn't work for me until I patch it like so:

--- /usr/share/shorewall/action.AutoBL.orig     2013-10-01
00:59:42.000000000 +0200
+++ /usr/share/shorewall/action.AutoBL  2013-10-07 14:44:31.530841099 +0200
@@ -22,6 +22,9 @@
 DEFAULTS -,60,5,2,300,DROP,info

 ?begin perl
+
+use Shorewall::Config;
+
 my ( $event, $interval, $count, $successive, $bltime, $disposition,
$level ) = get_action_params(7);

 fatal_error "The event name parameter to AutoBL is required"           
unless supplied $event;


2) The iptables package of CentOS 6 doesn't have the "--reap" option. From
some Google searches it seems that the same applies to a number of
distributions and iptables version, even new iptables versions. My
question is, is there a way to change action.IfEvent to work without the
"--reap" option?

Thanks,
Simon


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to