All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Dual Redundant Network routing [Question]
@ 2004-05-18 13:58 Chris Litchfield
  2004-05-18 20:36 ` Daniel Chemko
  2004-05-18 21:04 ` Jose Luis Domingo Lopez
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Litchfield @ 2004-05-18 13:58 UTC (permalink / raw)
  To: lartc

Greetings,

I have a routing problem I am hoping can be solved.

I have three networks.  A Private network, and a dual network the private
network connects too.  The internal network talks through a
gateway/router(linux redhat 7.2) that has a default route set that allows
the internal network to talk to a computer on the external networks.  The
external network is a Redundant network scheme in that if one of the
networks goes down, the gateway/router should automatically switch traffic
to the other network.  

I have several requirements.

1. The external dual network does not know anything about the internal
network.
2. The router has to be able to sense the network malfunction and auto
reroute the internal network to the secondary redundant network.

I have the internal network successfully talking to one of the dual networks
using this routing table:

Ip Address of Gateway and routing table of gateway (10.1.1.12)
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
10.1.1.0       *                    255.255.255.0   U     0      0        0
eth4
10.8.0.0      10.8.0.137       255.255.0.0     UG    0      0        0 eth3
10.8.0.0      *                     255.255.0.0     U     0      0        0
eth3
10.9.0.0      10.9.0.137       255.255.0.0     UG    0      0        0 eth2
10.9.0.0      *                     255.255.0.0     U     0      0        0
eth2
127.0.0.0       *                  255.0.0.0       U     0      0        0
lo
default         10.1.1.12        0.0.0.0         UG    0      0        0
eth4


3 network cards: 10.8.0.137, 10.9.0.137, 10.1.1.12 in the gateway/router.

10.1.1.X is the internal network.
10.8.0.X is the 1st external network
10.9.0.X is the 2nd external network.

How do I get the autorerouting to work?  

Chris

----------------------------------------------------------------------------
-----------
Chris Litchfield
Ph. (757)-424-1004
Fax. (757)-424-1602
Senior Scientific Programmer
EDO Corporation 
"The views, opinions, and judgments expressed in this 
message are solely those of the author. The message 
contents have not been reviewed or approved by EDO."


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-05-18 21:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-18 13:58 [LARTC] Dual Redundant Network routing [Question] Chris Litchfield
2004-05-18 20:36 ` Daniel Chemko
2004-05-18 21:04 ` Jose Luis Domingo Lopez

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.