From: [EMAIL PROTECTED]
> Hi people, i want to set a rate limit in my proxy server, i
> have 2mbps
> and i want to limit the proxy to 768kbps, reading the pf faq i found
> some examples, but its not working, i only want to limit the
> bw, not to
> do qos, i only addedd these lines to pf.conf
>
>
> # queues
> # 750 kbps max to/from internet
> altq on fxp0 cbq bandwidth 768Kb queue { std }
> queue std bandwidth 100% cbq(default)
Might help if you added more lines that associate your desired traffic flows
with that queue.
DS