linux multipath routing load balance

Posted by user52883 on Server Fault See other posts from Server Fault or by user52883
Published on 2011-06-03T15:45:05Z Indexed on 2013/10/18 21:59 UTC
Read the original article Hit count: 234

Filed under:
|

I would like to know how to load balance two Business DLS links which have fixed IPs. I believe it would look something like this:

ip route add default scope global \
                     nexthop via gatewayDLS1 dev interface1 weight 1 \
                     nexthop via gatewayDLS2 dev interface2 weight 1

Is this be all I need in order to get multipath routing? Please, give me a more detailed answer if possible, thanks you.

© Server Fault or respective owner

Related posts about linux

Related posts about load-balancing