From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Taylor Subject: Re: multiple routing tables for internal router programs Date: Mon, 11 Jun 2007 10:58:28 -0500 Message-ID: <466D7124.9090107@riverviewtech.net> References: <466D5F4E.3010605@gmail.com> Reply-To: gtaylor+reply@riverviewtech.net Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <466D5F4E.3010605@gmail.com> 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"; format="flowed" To: Mail List - Netfilter On 06/11/07 09:42, Andrea wrote: > But how can I reach the same result for programs that are working > INTO the linux box? All I want is that a program (ping, for examples, > or a VOIP server, better) uses a secondary routing table in the same > machine. In this mode, I can manipulate route settings for different > classes of program in my router. Just like you are using IPTables to mark packets now and then based routing decisions based on the IPTables mark, mark packets inbound as you want to. There is no limit on the number of ways that you can mark packets, inbound, outbound, source port, destination port, what ever. (That is if I have understood you correctly.) Grant. . . .