LARTC
[Top] [All Lists]

[LARTC] 2.6.17 kernels and equalize patch

To: lartc@mailman.ds9a.nl
Subject: [LARTC] 2.6.17 kernels and equalize patch
From: hhoxha <h.hoxha@atnet.al>
Date: Fri, 19 Jan 2007 12:13:05 +0100 (GMT+0100)
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
Hi  
Everybody in the list

I have a situation like this

------        (IP1) 
linux  |----eth0.40------ |    
router |                  |      |
box    |     (IP2)        |------|Client Router ( Destiantion Net DNET)
       |----eth0.41------ |      |                    /27 subnet
------


I just want to balance the load of bandwidth per packet based between the
two vlan interfaces  to Client Destination network
What i have done is :

//////////
bash#/sbin/ip route add equalize $DNET scope global nexthop via
$IP1 dev eth0.40 weight 1 nexthop via $IP2 dev eth0.41
weight 1
/////////
bash#ip route show $DNET

$DNET equalize
        nexthop via $IP1  dev eth0.40 weight 1
        nexthop via $IP2  dev eth0.41 weight 1

But the traffic towards the $DNET does not seem equalized at all
It goes out allways to the same interface

Is this a problem of route caching or the  equalize patch needs to be
applied to 2.6.17 kernel , or then I am missing something  ???

Thanks a lot

Hysen Hoxha
Albtelco
Albania


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

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