LARTC
[Top] [All Lists]

[LARTC] Problem

To: lartc@mailman.ds9a.nl
Subject: [LARTC] Problem
From: Michael Flower <michael.flower@elantisystems.com>
Date: Tue, 13 Mar 2007 12:26:12 +1100
Delivered-to: sp-com-lists@consult.net
Delivered-to: lartc-list@securepoint.com
Delivered-to: lartc@outpost.ds9a.nl
List-archive: <http://mailman.ds9a.nl/pipermail/lartc>
List-help: <mailto:lartc-request@mailman.ds9a.nl?subject=help>
List-id: "Mailinglist of the Linux Advanced Routing &amp; Traffic Control project" <lartc.mailman.ds9a.nl>
List-post: <mailto:lartc@mailman.ds9a.nl>
List-subscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=subscribe>
List-unsubscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=unsubscribe>
Sender: lartc-bounces@mailman.ds9a.nl
User-agent: Thunderbird 1.5.0.8 (X11/20060911)
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

<Prev in Thread] Current Thread [Next in Thread>