linux multipath routing load balance
- by user52883
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.