All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Steen Suder, privat" <steen@suder.dk>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Load balancing with failover
Date: Fri, 02 Jan 2004 13:46:10 +0000	[thread overview]
Message-ID: <3FF57622.8030003@suder.dk> (raw)
In-Reply-To: <004e01c3d163$ca39a9d0$3301a8c0@elitecore1>

Tushar Thakker wrote:
> 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,

AFAIK, You'd have to look at Julian's routepatch(es): 
<http://www.ssi.bg/~ja/#routes-2.4>.

Search for "Dead Gateway Detection".

It may not be the entire solution, but a step in the right direction.

-- 
Mvh. / Best regards,
Steen Suder		<http://www.suder.dk/>
ICQ UIN			4133803

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

  parent reply	other threads:[~2004-01-02 13:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2004-01-02 15:59 ` Jurrie Overgoor
2004-01-02 16:02 ` Eric Leblond
2004-01-02 18:52 ` Gordan Bobic

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=3FF57622.8030003@suder.dk \
    --to=steen@suder.dk \
    --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.