Re: Packet rate limiter

2007-03-01 Thread Chris
On 17/02/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi > > is there any way how to limit packet per second [PPS] rate to > specified > IP (group of IP) ? Linux can achieve this via IPtables. > I`ve searched a lot of web, but nothing interesting found (for PF, > IPFilter, and IPFW). > I a

Re: Packet rate limiter

2007-02-17 Thread chrishome
> Hi > > is there any way how to limit packet per second [PPS] rate to > specified > IP (group of IP) ? Linux can achieve this via IPtables. > I`ve searched a lot of web, but nothing interesting found (for PF, > IPFilter, and IPFW). > I agree this would be a very nice addition to IPFW as a ba

Re: Packet rate limiter

2007-02-14 Thread Chris
On 08/02/07, Peter N. M. Hansteen <[EMAIL PROTECTED]> wrote: Jan Sebosik <[EMAIL PROTECTED]> writes: > is there any way how to limit packet per second [PPS] rate to specified > IP (group of IP) ? The closest I can think of off the top of my head is defining a PF rule set with queues (ALTQ), how

Re: Packet rate limiter

2007-02-08 Thread Peter N. M. Hansteen
Jan Sebosik <[EMAIL PROTECTED]> writes: > is there any way how to limit packet per second [PPS] rate to specified > IP (group of IP) ? The closest I can think of off the top of my head is defining a PF rule set with queues (ALTQ), however you will be specifying bandwidth, that is in bits per sec

Re: Packet rate limiter

2007-02-08 Thread Guido Demmenie
Jan Sebosik wrote: Hi is there any way how to limit packet per second [PPS] rate to specified IP (group of IP) ? Linux can achieve this via IPtables. I`ve searched a lot of web, but nothing interesting found (for PF, IPFilter, and IPFW). On Feb 7, 2007, at 10:43 AM, Justin Robertson wrote

Re: Packet rate limiter

2007-02-07 Thread Justin Robertson
Newp. You're stuck to good old bps with ipfw or bps/cpse (connections per second established) with pf. The other method would be to use cisco netflow export data from a router being polled - then limiting traffic with one of the methods mentioned above... or just place pps limits on your router