On Wed, Jul 02, 2003 at 03:22:18AM -0400, Ray wrote: > I'm not sure which device I'm supposed to queue, but since I'm using a bridge, > it shouldn't matter, right?
Yes, it does matter. For your purpose, you want to queue on the external interface (the one that faces the internet, not the LAN). If de1 is the internal interface, ackpri wouldn't work (as altq would drop packets sent to the LAN, from the internet, which is pointless for your purpose). So check the interfaces names/cables. Once fixed, run pfctl -vsq, you should see packets assigned to both q_pri and q_def. And once you saturate the uplink, you should see dropped packets in q_def. Daniel
