Displaying 1 result from an estimated 1 matches for "outside_ip2".
Did you mean:
outside_ip
2004 May 13
0
Multiipath routing - can''t ping links from LAN after default routes
...e second
ip route add ${OUTSIDE_NETWORK2} dev ${OUTSIDE_DEVICE2} table second
ip route add 127.0.0.0/8 dev lo table second
#
ip route add ${OUTSIDE_NETWORK} dev ${OUTSIDE_DEVICE} src
${OUTSIDE_IP}
ip route add ${OUTSIDE_NETWORK2} dev ${OUTSIDE_DEVICE2} src
${OUTSIDE_IP2}
#
ip rule add from ${OUTSIDE_IP} table first
ip rule add from ${OUTSIDE_IP2} table second
#
# weighted multipath routing
#
ip route add default scope global nexthop via \${OUTSIDE_GATEWAY} \
${OUTSIDE_DEVICE} weight ${OUTSIDE_DEV_WEIGHT} \ nexthop
${OUTSIDE_GATEWAY2} dev ${...