franciszek holop wrote:
hello list,

i have a 30Kb link from the outside.
sometimes i use ssh, but it is rare.
i would like to setup cbq in a way
(maybe i dont even need cbq but only priq?)
that when i use ssh, make it higher priority
and reserve some bandwidth (e.g. 20%)
but still the others are not killed.

You will need to use CBQ if your goal is to reserve a certain amount of bandwidth.


or as in the pf.conf:

altq on $ext_if cbq bandwidth 30Kb queue { ssh, other }
queue other               priority 3 cbq(default)
queue   ssh bandwidth 20% priority 5 cbq

Looks good. Where are your filter rules that classify traffic into the ssh queue?




.joel




Reply via email to