From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Fedyk mfedyk@matchmail.com Date: Sat, 03 Mar 2001 01:01:16 +0000 Subject: [LARTC] 1 adsl + 1 sdsl + masq + simultaneous incomming routes Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org
I have two dsl links, each with one ip, and a single gateway is assigned the ip
for each.

 ______    ______
| ADSL |  | SDSL |
|______|  |______|
       \  /
        \/
     ___||____
    | gateway |
    |_________|
        ||
        ||
        ||
       _||__
      | web |
      |_____|

OK.  

The problem: I am able to have the web server use one or the other dsl, but not
both at the same time.

If I have web set to sdsl, replies to queries that came from adsl go out on the
sdsl link. Also since masq is involved, it also responds with the sdsl ip.

How can I have replies go back on the correct internet link?  OH, btw, the web
server is NT, so I won't be able to modify any packets there...

Mike