From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert La Ferla Subject: Need example of ip rate limiting Date: Mon, 21 Jul 2003 14:08:12 -0400 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3F1C2C0C.60906@comcast.net> 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: netfilter@lists.netfilter.org I would like to limit the number of HTTP (port 80) requests that any one IP address can make agaist an Apache web server per second or per minute. I think iptables has such functionality. Can someone give me an example of how to do it? Is there a better way to do it or is iptables the best route? Thanks!