View previous topic :: View next topic |
Author |
Message |
Cgeek n00b
Joined: 09 Jun 2011 Posts: 10
|
Posted: Mon Jun 13, 2011 2:29 pm Post subject: Ip route "equalize" doesn't work ... |
|
|
Hello there,
I'm having an issue with the ip route command :
Code: | # ip route add default equalize \
nexthop via 192.168.0.254 dev eth1 weight 1 \
nexthop via 192.168.1.254 dev eth2 weight 1 |
returns :
Code: | Error: either "to" is duplicate, or "equalize" is a garbage. |
I am trying to agregate 2 internet connections on my gentoo router.
It seems "equalize" has to be compiled in the kernel, so I did it but things stay the same.
Furthermore, this error is not very encoutered on the net, that's why I need your help !
Thanks in advance. |
|
Back to top |
|
|
diegoaugustomolina n00b
Joined: 22 Mar 2010 Posts: 32
|
Posted: Mon Jun 13, 2011 3:58 pm Post subject: |
|
|
Hi, see this: http://kerneltrap.org/mailarchive/linux-netdev/2009/3/14/5159134.
Look at the manpages and confirm there's no match for "equalize" string. It was a long time I didn't do this thing, but I confirm that this works:
Code: | # ip route add default \
nexthop via 192.168.0.254 dev eth1 weight 1 \
nexthop via 192.168.1.254 dev eth2 weight 1 |
I'm not sure about the result as I didn't test further and never did something like that. Does this mean it will use one router and use another as a fallback or it still supports equal cost multipath in this way? By the way, I compiled my kernel with the thing (have you?) and still can't use it by usual means (as issued by Cgeek).
Also, take a look into rpmfind.net and https://build.opensuse.org: they both have dropped equalize support on iproute2 by 2.6-31, I think. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|