cell
February 10th, 2004, 12:07
hello , i'm on freebsd 5.2 and i have problem with my altq config , i don't find how control my download with altq.

I use this pf.conf :

http://conf.linux-win.com/pf/pf2


Someone have a solution :( ?

cell
February 10th, 2004, 13:05
I have found for my problem .


## QUEUES

altq on $int_if cbq bandwidth 1024Kb queue { std }
queue std bandwidth 100% cbq {cell , fubuff }
queue cell bandwidth 50% priority 1 cbq(borrow default red ecn)
queue fubuff bandwidth 50% priority 0 cbq(borrow)

# Here are some ALTQ rules
pass out on $int_if keep state queue(std)
pass out on $int_if from $cell queue (cell)
pass out on $int_if from $fubuff queue (fubuff)



But i would like use queue without % and with Kb but when i put that :

altq on $int_if cbq bandwidth 1024Kb queue { std }
queue std bandwidth 1024Kb cbq {cell , fubuff }
queue cell bandwidth 512Kb priority 1 cbq(borrow default red ecn)
queue fubuff bandwidth 512Kb priority 0 cbq(borrow)

there isn't control bandwidth and i don't understand why.