From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dhirendra Pal Singh Subject: IP Limit Date: Tue, 20 May 2003 15:54:09 -0700 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3ECAB211.8030806@actiswitch.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: 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"; format="flowed" To: Net Filter User Hi all, I want to limit no ip connections. Now I am trying to use iplimit patch from patch-o-matic. But when I run the following command given in the example .. it dosent works iptables -p tcp --dport 23 -m iplimit --iplimit-above 2 -j REJECT I got this command from the site and the docs. Can anyone please tell me what is wrong.. and how should I do it..?? Thanks in advance Dp