Displaying 1 result from an estimated 1 matches for "outside_network2".
Did you mean:
outside_network
2004 May 13
0
Multiipath routing - can''t ping links from LAN after default routes
...elf is
OK ). But pinging beyond the two external interfaces
( eg the default route ) is OK.
I use symbolic names here :-
#
ip route add ${INSIDE_NETWORK} dev ${INSIDE_DEV} table
first
ip route add ${OUTSIDE_NETWORK} dev ${OUTSIDE_DEVICE} table first
ip route add ${OUTSIDE_NETWORK2} dev ${OUTSIDE_DEVICE2} table first
ip route add 127.0.0.0/8 dev lo table first
#
ip route add ${INSIDE_NETWORK} dev ${INSIDE_DEV} table
second
ip route add ${OUTSIDE_NETWORK} dev ${OUTSIDE_DEVICE} table second
ip route add ${OUTSIDE_NETWORK2} de...