Dear Netfilter users, I'm trying to put together a prototype for a project at the moment and I'm trying to think about the proper architecture to use for it. Basically, I need to be able to run a certain program when a given machine sees certain kinds of traffic coming across it. I'm looking into doing this with iptables, but the tutorials I've read don't cover cases like mine. Again, to explain the mechanism I need: when the machine encounters a packet matching a rule, I want the machine to run a specific program and drop the packet. Is something like this possible using iptables or another netfilter project? -- Rhett.