All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leonardo Balliache <leoball@opalsoft.net>
To: lartc@vger.kernel.org
Subject: [LARTC] Routing from a box behind two NAT'ing routers
Date: Wed, 22 May 2002 11:52:13 +0000	[thread overview]
Message-ID: <marc-lartc-102206852807183@msgid-missing> (raw)
In-Reply-To: <marc-lartc-102140980207386@msgid-missing>

Hi,

iproute2 has a command that perhaps could help you.

ip route add default scope global equalize nexthop dev ppp0 \
nexthop dev ppp1

(actually if you know peer addresses of ppp* use it instead).

I've never tried with it but it´s a possibility.

You have to have two NIC in your web server; replace ppp0 and ppp1 with 
eth0 and eth1. Also have a look to Alexey iproute2 because he says that 
this command equalize load through the 2 NIC. Connect each NIC to each 
incoming line using 2 different address space.

Give a feedback telling us your experiences.

Best regards,

Leonardo Balliache


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

      parent reply	other threads:[~2002-05-22 11:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-14 20:55 [LARTC] Routing from a box behind two NAT'ing routers Henrik Størner
2002-05-17 10:09 ` William L. Thomson Jr.
2002-05-22 11:52 ` Leonardo Balliache [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-102206852807183@msgid-missing \
    --to=leoball@opalsoft.net \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.