From: <mok2@lucifer.armageddonnet.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] How do i configure my kernel for equal cost MultiPath?
Date: Thu, 13 Dec 2001 21:08:07 +0000 [thread overview]
Message-ID: <marc-lartc-100828148807831@msgid-missing> (raw)
In-Reply-To: <marc-lartc-100827956902894@msgid-missing>
On Thu, 13 Dec 2001 mok2@lucifer.armageddonnet.com wrote:
> I am tyring to get to my machine from both my cable and dialup connection
> from the outside.
>
> ?"How do i configure my kernel for equal cost MultiPath"?
>
i have been trying this http://mailman.ds9a.nl/pipermail/lartc/2000q4/000092.html
assuming these are real ip's
eth2 192.168.1.1 netmask nemask 255.255.255.192 gw 192.168.1.254
ppp0 10.2.2.1/32 gw 10.2.3.254
ip route add 192.168.1.1 dev eth2 table 200
ip route add default via 192.168.1.254 dev eth2 table 200
ip route add 10.2.2.1 dev ppp0 table 100
ip route add default via 10.2.3.254 dev ppp0 table 100
ip route add 192.168.1.1 src 192.168.1.254 dev eth1
ip route add 10.2.2.1 src 10.2.3.254 dev eth2
ip route add default scope global nexthop via 192.168.1.254 \
nexthop via 10.2.3.254
i get this error
Error: either "to" is duplicate, or "netxhop" is a garbage
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/
next prev parent reply other threads:[~2001-12-13 21:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-12-13 20:36 [LARTC] How do i configure my kernel for equal cost MultiPath? mok2
2001-12-13 21:08 ` mok2 [this message]
2001-12-13 21:23 ` mok2
2001-12-13 21:35 ` mok2
2001-12-13 22:18 ` Christoph Simon
2001-12-13 22:33 ` Julian Anastasov
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-100828148807831@msgid-missing \
--to=mok2@lucifer.armageddonnet.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.