* [LARTC] 2.6.17 kernels and equalize patch
@ 2007-01-19 11:13 hhoxha
2007-01-19 15:37 ` Luciano Ruete
2007-01-19 16:22 ` Tomasz Chilinski
0 siblings, 2 replies; 3+ messages in thread
From: hhoxha @ 2007-01-19 11:13 UTC (permalink / raw)
To: lartc
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
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [LARTC] 2.6.17 kernels and equalize patch
2007-01-19 11:13 [LARTC] 2.6.17 kernels and equalize patch hhoxha
@ 2007-01-19 15:37 ` Luciano Ruete
2007-01-19 16:22 ` Tomasz Chilinski
1 sibling, 0 replies; 3+ messages in thread
From: Luciano Ruete @ 2007-01-19 15:37 UTC (permalink / raw)
To: lartc
On Friday 19 January 2007 08:13, hhoxha wrote:
> 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 ???
Equalize is a patch for 2.4, it never get's mainline, and there is no 2.6
version AFAIK.The iproute option is there, but without the patch does
nothing.
--
Luciano
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] 2.6.17 kernels and equalize patch
2007-01-19 11:13 [LARTC] 2.6.17 kernels and equalize patch hhoxha
2007-01-19 15:37 ` Luciano Ruete
@ 2007-01-19 16:22 ` Tomasz Chilinski
1 sibling, 0 replies; 3+ messages in thread
From: Tomasz Chilinski @ 2007-01-19 16:22 UTC (permalink / raw)
To: lartc
On Fri, 19 Jan 2007 12:37:54 -0300, Luciano Ruete wrote
> Equalize is a patch for 2.4, it never get's mainline, and there is
> no 2.6 version AFAIK.The iproute option is there, but without the
> patch does nothing.
Interesting. I used vanilla 2.4 and didn't need equalize patch.
Are you sure equalize patch is needed for 2.4?
> --
> Luciano
Bests, Tomasz Chilinski.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-01-19 16:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-19 11:13 [LARTC] 2.6.17 kernels and equalize patch hhoxha
2007-01-19 15:37 ` Luciano Ruete
2007-01-19 16:22 ` Tomasz Chilinski
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.