On Wed, 9 Dec 2009 14:02:24 -0600 Andres Salazar <ndrsslz...@gmail.com> wrote:
> Hello, > > In this case the queue "bulk" is the one set as "default" and indeed I > do see the traffic passing through it with the command you gave me. > > Please advise. > > Thanks > Andres I advise you to read his mail again. :) Mr. van Baak told you what is wrong with your ruleset. Did you read the pf faq on the OpenBSD website? It is explained there in detail. You only have two queues, simple enoughto have you see that you are doing something wrong. You get traffic in the default queue because it is the _default_ queue, traffic that isn't assigned to any other queue goes into the queue declared as default, in your case the queue called bulk. You need a rule in your pf config that matches the ack packages and assigns those to the ack queue... Just read the manpage and the faq. They are realy good. - Robert