From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Mok Subject: Re: 2 DSL connection Date: Mon, 06 Feb 2006 01:32:03 +0800 Message-ID: <43E63693.6030700@attglobal.net> References: <1139149508.4793.2.camel@nirvana.aurokruti.in> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1139149508.4793.2.camel@nirvana.aurokruti.in> 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: netfilter@lists.netfilter.org The functions of iproute2 will suffice, that one route to the 2 interfaces of equal metrics. Of course, the 2 interfaces eth0 and eth1 have to be NAT'ed. For details, please reference the documentation at :- http://www.lartc.org/ Regards, John Mok varun wrote: > Hello, > > I want to use 2 DSL connections on one > system. > > eth0 - DSL1 with static IP > > eth1 - DSL2 with static IP > > eth2 - LAN > > I would like all traffic from eth2(LAN) > to be distributed equally between DSL1 > and DSL2. > > Is it possible to do that using iptables ? > > Thanks in advance > > Varun > > >