All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] howto equalize two uplink?
@ 2003-03-26 10:04 Kertész Viktor
  2003-03-26 11:03 ` Kim Jensen
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Kertész Viktor @ 2003-03-26 10:04 UTC (permalink / raw)
  To: lartc

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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-03-28 18:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-26 10:04 [LARTC] howto equalize two uplink? Kertész Viktor
2003-03-26 11:03 ` 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.

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.