* [LARTC] Re: Dead gateway detection
@ 2002-08-09 12:48 Julian Anastasov
0 siblings, 0 replies; only message in thread
From: Julian Anastasov @ 2002-08-09 12:48 UTC (permalink / raw)
To: lartc
Hello,
On Fri, 9 Aug 2002, Laurens van Alphen wrote:
> Q1: In the Nano-HOWTO on your site, it says to include these statements:
> "ip route append prohibit default table <tablename> metric 1 proto
> static"
> Why? What does it do? If I use these I can't connect to the Internet,
> without them I can.
The reason can be that you have other rule/route settings.
The purpose is: traffic using source addresses from failed
links should not try to use another alive link (some ISPs do not
allow spoofing from our side). Such prohibit rules avoid using
less-specific routes from other tables if the previous route is
deleted (metric 0).
> Q2: I have the following multipath route to the Internet:
> "default proto static
> nexthop via GW1 dev eth1 weight 1
> nexthop via GW2 dev eth2 weight 1"
> If I unplug eth2 the second route is never marked as 'dead', why?
> Only if I 'ifconfig eth2 down' the second route is marked dead. I
> thought the patches would detect this?
Linux detects failed gateways and does not use them but
the nexthops remain alive. Dead are only the routes administratively
marked as such. This is the current way.
> Thanks,
>
> --
> Laurens van Alphen
> Keen on dots
Regards
--
Julian Anastasov <ja@ssi.bg>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-08-09 12:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-09 12:48 [LARTC] Re: Dead gateway detection Julian Anastasov
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.