All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Failover connection question
@ 2004-07-24 15:12 wishbone
  0 siblings, 0 replies; 2+ messages in thread
From: wishbone @ 2004-07-24 15:12 UTC (permalink / raw)
  To: lartc

I'm still trying to figure out this problem, I appreciate any suggestions...

What I'd like to do is have a second default gateway path that never gets taken unless the first one goes into the "dead" state.  I have installed Julian's patch and it works great for loadballanced connections using the nexthop code, but I would like to setup the second default route to be the failover only if the first one becomes unavailable.  Is this possible?  How might I do this?

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

^ permalink raw reply	[flat|nested] 2+ messages in thread
* Re: [LARTC] Failover connection question
@ 2003-01-23 22:30 mjoachimiak
  0 siblings, 0 replies; 2+ messages in thread
From: mjoachimiak @ 2003-01-23 22:30 UTC (permalink / raw)
  To: lartc

As I understood you have two connections and one is not used until the
second comes down?
If yes try to add script to cron which chekcs if connection is up (ping
your's provider router) and if it's down simply it shoud up the second
interface and add new default route :
ifconfig ......
route del default
route add default .......
Is it what you want ?

> I'm still trying to figure out this problem, I appreciate any
suggestions...
>
> What I'd like to do is have a second default gateway path that never gets
taken unless the first one goes into the "dead" state.  I have installed
Julian's patch and it works great for loadballanced connections using the
nexthop code, but I would like to setup the second default route to be the
failover only if the first one becomes unavailable.  Is this possible?  How
might I do this?
>
> regards,
> joshua
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

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

end of thread, other threads:[~2004-07-24 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-24 15:12 [LARTC] Failover connection question wishbone
  -- strict thread matches above, loose matches on Subject: below --
2003-01-23 22:30 mjoachimiak

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.