Is there any way to identify packets that miss the queues? Say there were 20 simple queues for clients, but there were 21 clients… one passes without a queue. I have a ‘catch all’ queue at the end so they don’t get unlimited, but I’d like to be able to identify these without going to time-consuming measures of external scripts or manual referencing..
I too would love to know to to see/identify the packets selected by a simple queue. The Torch tool will show packets matching a specified address. However, if 0.0.0.0/0 is specified, then all traffic is captured, even if Torch is started from the last catch-all queue. Has anyone found a clever way to do this and/or troubleshoot packets that fall through the simple queue list?