On Sat, Dec 17, 2005 at 12:49:22PM -0500, Michael D. Berger wrote: > Is there any way to make this work in the -j QUEUE processor? You need to use the ip_queue_vwmark patch: http://www.netfilter.org/projects/patch-o-matic/pom-extra.html#pom-extra-ip_queue_vwmark It provides a ipq_set_vwmark function, it's the same as ipq_set_verdict, except it takes a mark parameter. I have nothing to do with the development of it, but I use it for my own project, and it works well. Regards, Chris