From: "Kertész Viktor" <kviktor@i-trade.hu>
To: lartc@vger.kernel.org
Subject: [LARTC] howto equalize two uplink?
Date: Wed, 26 Mar 2003 10:04:21 +0000 [thread overview]
Message-ID: <marc-lartc-104867316529270@msgid-missing> (raw)
Hi all,
I've read all howtos at lartc.org but I still don't know how to share
packets between two uplinks. I used iptables/ROUTE target which works on
router box. In this case I can't use that because this box do masquerading
and i can't match destination ip at the prerouting chain in mangle table. Is
there a solution to specify two gateway to a destination?
problem
|
V
---if1--linux gw---if2-----switch--router1-----link1---- 10.5.0.0/16
clients
\----router2-----link2----/
if2: 10.0.1.1
router1: 10.0.1.6
router2: 10.0.1.8
I tried these but I think I don't really understand iproute.
ip add 10.5.0.0/16 via 10.0.1.6 via 10.0.1.8 equalize
nor
ip add 10.5.0.0/16 nexthop 10.0.1.6 weight 1 nexthop 10.0.1.8 weight 1
equalize (i know, this is syntax error)
I hope I don't have to recompile my kernel... :) Thanks in advance!
Viktor
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next reply other threads:[~2003-03-26 10:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-26 10:04 Kertész Viktor [this message]
2003-03-26 11:03 ` [LARTC] howto equalize two uplink? Kim Jensen
2003-03-26 13:00 ` Kertész Viktor
2003-03-26 13:16 ` Kim Jensen
2003-03-26 13:39 ` Kertész Viktor
2003-03-27 1:42 ` William L. Thomson Jr.
2003-03-27 7:41 ` Kertész Viktor
2003-03-28 18:40 ` William L. Thomson Jr.
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-104867316529270@msgid-missing \
--to=kviktor@i-trade.hu \
--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.