Re: soft-cap,

2011-01-05 Thread Michael Spratt
Freddie Cash wrote: On Tue, Jan 4, 2011 at 2:33 PM, Michael Spratt wrote: Dear friends, linux/ipfw/dummynet/transparent-bridge, am trying to cap users to upload/TX rates, but allow them to go over if the link is not congested. The example below limits each src-ip mask-IP's TX from 10.10.0.

Re: soft-cap,

2011-01-04 Thread Freddie Cash
On Tue, Jan 4, 2011 at 2:33 PM, Michael Spratt wrote: > Dear friends,  linux/ipfw/dummynet/transparent-bridge, am trying to cap > users to upload/TX rates, but allow them to go over if the link is not > congested. > > The example below limits each src-ip mask-IP's TX from 10.10.0.0/20 to > 128Kbp/

soft-cap,

2011-01-04 Thread Michael Spratt
Dear friends, linux/ipfw/dummynet/transparent-bridge, am trying to cap users to upload/TX rates, but allow them to go over if the link is not congested. The example below limits each src-ip mask-IP's TX from 10.10.0.0/20 to 128Kbp/s, and from 10.20.0.0/20 to 1024Kbp/s. -