All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Load balancing with failover
@ 2004-01-02  5:46 Tushar Thakker
  2004-01-02 12:59 ` Anderson O Muniz
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tushar Thakker @ 2004-01-02  5:46 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 1065 bytes --]

Hi all,
i have network setup with 3 gateways and a large number of intranet nodes,
i want to do automatic load balancing with failover,
i have put following ip rules and routes,

        ip rule add prio 222 table 222
        ip route add default table 222 proto static \
                nexthop via $GWE1 dev $IFE1 \
                nexthop via $GWE2 dev $IFE2 \
                nexthop via $GWE2 dev $IFE3 \

Now, i also want to do failover,
but the point is that what shall i need to do about deleting the route cache as soon as some gateway becomes dead or unavailable,
what the system will do on its own and what we need to do for this,
i need a help,
please guide me,
thanx in advance,
Regards,

----------------------------------------------------------------
Tushar Thakker
Elitecore Technologies Ltd.
Ph: 9824080066 / 6405600 Ext-535
----------------------------------------------------------------
Life gives all that one deserves, but not all that one desires...
----------------------------------------------------------------

[-- Attachment #2: Type: text/html, Size: 2337 bytes --]

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

end of thread, other threads:[~2004-01-02 18:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-02  5:46 [LARTC] Load balancing with failover Tushar Thakker
2004-01-02 12:59 ` Anderson O Muniz
2004-01-02 13:46 ` Steen Suder, privat
2004-01-02 15:59 ` Jurrie Overgoor
2004-01-02 16:02 ` Eric Leblond
2004-01-02 18:52 ` Gordan Bobic

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.