From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Taylor Subject: Re: Different routes Date: Mon, 08 Jan 2007 20:42:34 -0600 Message-ID: <45A3011A.4060100@riverviewtech.net> References: <459D6107.6030007@bluechip.ro> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <459D6107.6030007@bluechip.ro> 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 01/04/07 14:18, Arthur Kerpician wrote: > Hi, > The server I'm using is doing SNAT for the local network and has 2 NICs > for 2 different ISPs and 1 NIC for the LAN. One of the ISPs is the > backup one and the default gateway on the server is switched to this one > if the primary one is down. > Now, how can I route several LAN clients (not all) through the backup > connection, instead of the default one? Look in to the "Linux Advanced Routing and Traffic Control" (LARTC) documentation on using multiple internet connections. You want to have your multiple routing tables set up and selectively tell the kernel to route some (FWMark / Source / Destination / etc) traffic out the backup link. Grant. . . .