From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nik Trevallyn-Jones Subject: Re: active firewall Date: Wed, 24 Sep 2003 07:19:58 +1000 Sender: netfilter-admin@lists.netfilter.org Message-ID: <03092407195802.03859@slinky.exmosys.com> References: <03092320103102.01185@slinky.exmosys.com> <200309231611.20748.mark@ifl.net> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <200309231611.20748.mark@ifl.net> Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org On Wed, 24 Sep 2003 01:11, Mark Vevers wrote: > You can do most of what you are after with the 'RECENT' match and target > ... > > I.e. if 'X' seen from 'Y' within n seconds - block Y > You can create some quite interesting rulesets with recent and a few logic > chains ..... Awesome! This sounds to be exactly what I was looking for! Many thanks - I'm off to find out about RECENT... Cheers!