All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Flower <michael.flower@elantisystems.com>
To: lartc@vger.kernel.org
Subject: [LARTC] Problem
Date: Tue, 13 Mar 2007 01:26:12 +0000	[thread overview]
Message-ID: <45F5FDB4.4040207@elantisystems.com> (raw)

Hello.

I am trying to get multi paths running, i.e I want to specify 2 paths
from a particular node to another.

To test this, I am setting up the following scenario:

I create 2 tap devices
    tap0 = 10.1.1.1/32 netmask 255.255.255.0
    tap1 = 10.2.2.2/32 netmask 255.255.255.0

I then issue the route command:

ip route add 10.3.3.3/32 nexthop via 10.1.1.2 nexthop via 10.2.2.3

The route table then looks like:

10.3.3.3
        nexthop via 10.1.1.2  dev tap0 weight 1
        nexthop via 10.2.2.3  dev tap1 weight 1

Pinging 10.3.3.3 causes arp requests on tap1 for 10.2.2.3 and never for
10.1.1.2.
(there is nothing connected to tap0 or tap1 so I don't expect anything
really, but I do expect the ARP requests, which would show that
splitting would work.

If the two routes were being used equally, I would have expected to see
arp requests for 10.1.1.2 also (wouldn't I?)

...Michael Flower

-- 


Michael Flower
ES Labs
Elantis Systems Inc.
+61 3 9550 0866

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

             reply	other threads:[~2007-03-13  1:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-13  1:26 Michael Flower [this message]
2007-03-17 21:21 ` [LARTC] Problem Luciano Ruete

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=45F5FDB4.4040207@elantisystems.com \
    --to=michael.flower@elantisystems.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.