7 Apr
2015
7 Apr
'15
11:58
James Knott wrote:
Routing is by longest address match. If there is no address match, then the default route is used. There is no round robin etc., unless load balancing is used. However, that requires it be supported at both ends.
Slightly off-topic, but load balancing (or multi-path routing) is fairly easy to set up with "ip route nexthop": ip route add default nexthop via <path1> nexthop via <path2> The other end does not need to know. See e.g. http://lartc.org/howto/lartc.rpdb.multiple-links.html -- Per Jessen, Zürich (7.8°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org