From mboxrd@z Thu Jan 1 00:00:00 1970 From: Deti Fliegl Subject: Re: Can i have a rate limit per source IP Address in IPSet? Date: Thu, 05 Oct 2006 13:11:05 +0200 Message-ID: <4524E849.5020604@fliegl.de> References: <4524B968.303@fliegl.de> <4524D64C.4070203@fliegl.de> <4524DAB8.9000409@fliegl.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Retesh Chadha Return-path: To: netfilter-devel@lists.netfilter.org In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Retesh Chadha wrote: > I get following error when i do the same - > > linux:~ # iptables -A INPUT --match hashlimit --hashlimit 1/s > --hashlimit-mode srcip --hashlimit-name foo -j LOG > iptables: No chain/target/match by that name Make sure you have a kernel (~ >2.6.12) with CONFIG_IP_NF_MATCH_HASHLIMIT enabled. Deti