All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alejandro Sager" <alesager@hotmail.com>
To: lartc@vger.kernel.org
Subject: [LARTC] ADVANCE ROUTING PROBLEM
Date: Mon, 26 May 2003 11:41:12 +0000	[thread overview]
Message-ID: <marc-lartc-105394954121507@msgid-missing> (raw)

Hi, i´ve several gateways to INET, all linux with NAT and adsl.

I need redundant way to INET.

Graph:

+--------+     +---------+   +----------+     +--------------+
| INET 1 |-----| LINUX 1 |-+-| switch 1 |--+--| master swtch |
+--------+     +---------+ | +----------+  |  +--------------+
|               |
+-------+                  |               |
| LAN 1 |------------------+               |
+-------+                                  |
|
+--------+     +---------+   +----------+  |
| INET 2 |-----| LINUX 2 |-+-| switch 2 |--+
+--------+     +---------+ | +----------+  |
|               |
+-------+                  |               |
| LAN 2 |------------------+               |
+-------+                                  |
|
+--------+     +---------+   +----------+  |
| INET 3 |-----| LINUX 3 |-+-| switch 3 |--+
+--------+     +---------+ | +----------+
|
+-------+                  |
| LAN 3 |------------------+
+-------+

Master switch (private segmens, with static route):

LAN 1:
switch:
  port 1 (master switch conection)
  port 2 1.1.2.200/24
LINUX 1:
  eth0 1.1.2.1/24 (to LAN swtich)(mascarade)
  eth1 10.1.1.1/24 (LAN)
  eth2 (dinamic) (to INET)(mascarade)
ROUTE:
  route add default dev eth2
  route add -net 11.0.0.0 netmask 255.0.0.0 gw 1.1.2.200
  route add -net 12.0.0.0 netmask 255.0.0.0 gw 1.1.2.200

LAN 2:
switch:
  port 1 (master switch conection)
  port 2 1.1.3.200/24
LINUX 1:
  eth0 1.1.3.1/24 (to swtich)(mascarade)
  eth1 11.1.1.1/24 (LAN)
  eth2 (dinamic) (to INET)(mascarade)
ROUTE:
  route add default dev eth2
  route add -net 10.0.0.0 netmask 255.0.0.0 gw 1.1.3.200
  route add -net 13.0.0.0 netmask 255.0.0.0 gw 1.1.3.200

LAN 3:
switch:
  port 1 (master switch conection)
  port 2 1.1.4.200/24
LINUX 1:
  eth0 1.1.4.1/24 (to swtich)(mascarade)
  eth1 12.1.1.1/24 (LAN)
  eth2 (dinamic) (to INET)(mascarade)
RUTEO:
  route add default dev eth2
  route add -net 11.0.0.0 netmask 255.0.0.0 gw 1.1.4.200
  route add -net 12.0.0.0 netmask 255.0.0.0 gw 1.1.4.200

NOTE: the ifaces ETH1 of the all LINUX´s have diferent segments, in order to 
be able to communicate between the LAN´s.

I believe that this whole.

Any thing requests to me.

Thank very much.

Alejandro Sager
System Engineer
Goberment of Santa Fe
Argentina

_________________________________________________________________
Charla con tus amigos en línea mediante MSN Messenger: 
http://messenger.yupimsn.com/

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

                 reply	other threads:[~2003-05-26 11:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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-105394954121507@msgid-missing \
    --to=alesager@hotmail.com \
    --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.