Hello,

Friday, October 17, 2003, 5:34:46 PM, you wrote:

DH> On Fri, Oct 17, 2003 at 02:53:42PM +0200, Angel Todorov wrote:

>>      I have a question regarding altq priorities. I have the following
>>      pf.conf (shown below), and somehow i don;t feel it prioritizes
>>      the traffic. Is there some mistake in it ?

DH> You probably won't have much luck in finding someone debugging your
DH> ruleset based on just a 'feeling'. Provide pfctl -vsq output and explain
DH> what connections you expect to show up in which queues. Open such a
DH> connection and run pfctl -vvss, then run pfctl -vvsr. This will allow us
DH> to check whether the connection is really created by the rule with the
DH> right queue parameter. If the 'feeling' can't be substantiated with
DH> numbers from pfctl output, please explain it in more detail.

DH> Daniel


Hello,

sorry 'bout that:)
here is what i have:

altq on $int_if cbq bandwidth 4Mb queue { std_in, http_in }
queue std_in cbq(default)
queue http_in bandwidth 3Mb cbq(borrow)

...

pass in on $int_if proto tcp from any to any port 80 \
flags S/SA keep state queue http_in

#pfctl -vsq
...

queue  http_in bandwidth 3Mb cbq( borrow )
[ pkts:          0  bytes:          0  dropped pkts:      0 bytes:      0 ]
[ qlength:   0/ 50  borrows:      0  suspends:      0 ]

I guess this is the problem i face.

-- 
Best regards,
 Angel                            mailto:[EMAIL PROTECTED]

Reply via email to