From: gypsy <gypsy@iswest.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Redundant Internet connections [Updated]
Date: Wed, 15 Oct 2003 01:27:33 +0000 [thread overview]
Message-ID: <marc-lartc-106618290611120@msgid-missing> (raw)
In-Reply-To: <marc-lartc-106606308103921@msgid-missing>
"Seth J. Blank" wrote:
> I have finished implementing this step by step, and things still do not
> appear to be working.
>
> During the testing phase, I have two problems (output which differs from
> what the howto says I should get).
> 1) When I run "ip route list table main", only the proper entries for
> NWE1/NME1 and NWE2/NME2 come up, not the one for NWI/NMI.
The placement within the script of the line:
ip route del default table main
is probably what is killing this. When the interface is brought up, an
entry is made into the main table. You're purging that entry. So
arrange things so that IFI comes up AFTER the del
The lo device should be in main also.
Another possibility is that the original main table did not have the IFI
entry when you ran
ip rule add prio ### table main
The final thing that comes to mind is that you did not even execute
ip link set $IFI up
ip addr flush dev $IFI
ip addr add $IPI/$NMI brd + dev $IFI
(or ip addr add $IPI/$NMI brd $BRDI dev $IFI) # this is the line
that populates main
> 2) "ip route get from (IPE1|IPE2) to 204.152.189.113" both return
> "network unreachable"
IS the network reachable?!! My $0.25 is on IFI1 being dead. Try
ping -c1 -I eth# 204.152.189.113
where "#" is set to the first interface.
> Any help or troubleshooting hints would be greatly appreciated.
>
> Seth J. Blank
buck
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2003-10-15 1:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-13 16:24 [LARTC] Redundant Internet connections [Updated] Seth J. Blank
2003-10-13 17:58 ` Robert Kurjata
2003-10-14 16:56 ` Seth J. Blank
2003-10-15 1:27 ` gypsy [this message]
2003-10-15 16:12 ` Seth J. Blank
2003-10-15 16:47 ` Seth J. Blank
2003-10-15 17:41 ` Diogo Nuno P. Gomes
2003-10-15 22:01 ` Seth J. Blank
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=marc-lartc-106618290611120@msgid-missing \
--to=gypsy@iswest.com \
--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.