All of lore.kernel.org
 help / color / mirror / Atom feed
From: <mjoachimiak@poczta.onet.pl>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Failover connection question
Date: Thu, 23 Jan 2003 22:30:41 +0000	[thread overview]
Message-ID: <001c01c2c32f$1073d0e0$0200a8c0@monster> (raw)

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/

             reply	other threads:[~2003-01-23 22:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-23 22:30 mjoachimiak [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-07-24 15:12 [LARTC] Failover connection question wishbone

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='001c01c2c32f$1073d0e0$0200a8c0@monster' \
    --to=mjoachimiak@poczta.onet.pl \
    --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.