On Wed, Oct 12, 2005 at 04:12:52PM -0200, Lucas wrote:
> List,
> 
> i want to control the number of packets per second a client can send 
> thru an interface.
> For example, i want to limit the IP 10.1.1.1 to send a max of just 10 
> packets per second.
> Is it possible to achieve this with pf or maybe altq?

Strictly speaking, I don't think so.  

You may be able to achieve something close with the following options in
pf (see pf.conf(5) for more info):

max <number>
source-track
max-src-nodes
max-src-states
max-src-conn
max-src-conn-rate

-jon

Reply via email to