On Tue, Oct 11, 2005 at 12:35:10AM +1000, John Kintaro Tate wrote:
> altq on $if cbq bandwidth 100Mb queue { all, local, http, ssh, rsets }
>
use a different name instead of "all", like "std". "all" is a reserved
keyword.
> queue all bandwidth 32Kb proirity 1
> queue local bandwidth 100Mb proirity 10
> queue http bandwidth 60Kb priority 5
> queue ssh bandwidth 25Kb priority 7 cbq(borrow)
> queue rsets bandwidth 7500b priority 0 cbq(red)
>
what exactly is "proirity"? it should be "priority".
you have some other errors in your queue definition, use pfctl -nvf
pf.conf to parse and verify the file without loading it.
> pass in on $if inet proto tcp from any to any keep state queue all
> pass in on $if inet proto tcp from any to any keep state queue all
>
and change "queue all" to "queue std".
i didn't verify the rest of your configuration. read pf.conf(5), have
a look at the examples in /usr/share/pf/ and try again ;-).
reyk