From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edmundo Carmona Subject: Re: Split external requisitions between two internet connections Date: Tue, 16 Aug 2005 16:29:01 -0400 Message-ID: <65aa6af905081613295e39edf3@mail.gmail.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline 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 I guess you have to use separate routing tables. You could mark packets and then use a routing rule to set which route the traffic could go through. (I had problems using masquerade with this... maybe SNAT can do a better job). On 8/16/05, Leonardo Marques wrote: > Hi people, >=20 > I have a linux box which will have three ethernet interfaces: >=20 > eth0 connected with the LAN > eth1 connected with the internet across ISP1 > eth2 connected with the internet acorss ISP2 >=20 > So, i need do it: >=20 > All internet requisition for a external 80 port (http) go out to the > internet across the eth1, and all others requisions, for all others > external ports, go out to the internet across the other internet > connection (eth2). >=20 > How can I do it? >=20 > Thanks for all attention! > []s >=20 > -- > ------------------------------ > Leonardo Marques > http://www.analyx.org > ------------------------------ >=20 >