Hello list,
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 ?
[snip]
pass in quick on $ext_if proto tcp from 172.16.0.0/16 to 172.17.0.0/16 queue std_out
You need "keep state" for this rule to work as you're intending. (http://www.openbsd.org/faq/pf/queueing.html#assign)
You don't say which traffic isn't being prioritized. With traffic passing through the router, run pfctl -vvsq and see if the counters are incrementing for the various queues.
.joel
