From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neal Becker Subject: policy based routing question Date: Wed, 05 Dec 2007 21:19:19 -0500 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 7Bit Return-path: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: netfilter@vger.kernel.org I'm interested in implementing policy based routing on a system with multiple interfaces. I'd like to use some kind of classifier to determine the type of traffic associated with a packet. I know iptables/mark + ip route can be used to classify packets by port #, but that isn't always sufficient. I wonder if anyone has implemented anything like this and can give me any advice?