On Thu, Mar 06, 2003 at 10:38:59AM -0500, Jason Dixon wrote:
> queue q_pri priority 7
> [ pkts: 0 bytes: 0 dropped pkts: 0 bytes:
> 0 ]
> [ qlength: 0/ 50 ]
this is bad m'kay.
> ### ALTQ ###
> altq on $ext_if priq bandwidth 120Kb queue { q_pri, q_def }
> queue q_pri priority 7
> queue q_def priority 1 priq(default)
> pass in on $int_if proto tcp from any to any port $out_services modulate
> state queue (q_def, q_pri)
> # END of pf.rules
i'm not sure how relevant this is to your problem, but you have no
queue defined on $int_if, so you shouldn't be queuing on it. try
making that a vanilla pass rule, reload, and see if it's fixed..?
- jolan