All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tore Anderson <tore@linpro.no>
To: lartc@vger.kernel.org
Subject: [LARTC] Problems getting multipath routes to balance
Date: Wed, 28 Feb 2007 10:53:12 +0000	[thread overview]
Message-ID: <45E55F18.1000906@linpro.no> (raw)


   Hi.  I've trying to balance outgoing traffic by using multipath
  routes, but I can't get it to work.  Only one of the routes are used.

   I'm adding the route like this:

     ip route add table 101 default \
       nexthop via X.X.X.X nexthop via Y.Y.Y.Y

   It shows up the routing table like this:

     default
             nexthop via X.X.X.X  dev vlan110 weight 1
             nexthop via Y.Y.Y.Y  dev vlan120 weight 1

   So it looks quite good.  However, all traffic is routed via Y.Y.Y.Y,
  no matter what I do.  I can increase the weight of X.X.X.X, load and
  unload the various multipath kernel modules (_rr, _random, _wrandom,
  and _drr), flush the cache routing table, delete and re-add the route,
  but still traffic is only sent to X.X.X.X

   If I reverse the order of the nexthops on the command line, that is:

     ip route add table 101 default \
       nexthop via Y.Y.Y.Y nexthop via X.X.X.X

   ...the behaviour is exactly the same, only now the traffic is
  sent only to X.X.X.X.  The ordering of the nexthops on the command line
  is the only thing that appears to make a difference to me.

   I send traffic from a relatively busy network into table 101 (using
  "ip rule add from z.z.z.z/zz table 101 prio 20000"), so there's
  constantly traffic there, and many simultaneous flows.  I tried using
  "equalize" too, though, but it had no effect either.

   How is this actually supposed to work, and what am I missing?  I'm
  grateful for any suggestions.  I'm seeing this behaviour both on 2.6.12
  and 2.6.15.

Thanks
-- 
Tore Anderson
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

             reply	other threads:[~2007-02-28 10:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-28 10:53 Tore Anderson [this message]
2007-03-08  1:06 ` [LARTC] Problems getting multipath routes to balance Luciano Ruete
2007-03-09  9:28 ` Tore Anderson

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=45E55F18.1000906@linpro.no \
    --to=tore@linpro.no \
    --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.