From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Rhett Aultman Subject: running commands when packet matched Date: Sat, 03 Dec 2005 17:39:32 -0500 Message-ID: <43921EA4.7060905@cise.ufl.edu> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org 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.