View Single Post
  #3   (View Single Post)  
Old 18th May 2009
Enemy Enemy is offline
New User
 
Join Date: May 2009
Posts: 3
Default

s0xxx thanks for your reply!

seems that I've resolved the bandwidth problem by specifying borrow in paren queue:
Code:
# IN
altq on $int_if cbq bandwidth 100Mb queue { inet_in, default_in }
queue inet_in cbq(borrow) bandwidth 512Kb { user1_in, user2_in }
queue user1_in bandwidth 50% cbq(red, borrow)
queue user2_in bandwidth 50% cbq(red, borrow)
queue default_in bandwidth 99% cbq(default)
Quote:
I also see that you did't assign default_* queues to any rules.
Can you, please, show an example how should I do it?
Reply With Quote