* Solved: [LARTC] dgd/iproute/iptables multihoming problem
@ 2003-02-21 18:19 Angus D Madden
0 siblings, 0 replies; only message in thread
From: Angus D Madden @ 2003-02-21 18:19 UTC (permalink / raw)
To: lartc
[-- Attachment #1: Type: text/plain, Size: 327 bytes --]
Specifying a source for the multipath route solved the problem.
> ip rule add priority 200 table multi
should be
ip rule add prio 200 from $INT_NET table multi
> ip route add default table multi proto static \
> nexthop via $EXB_GW dev $EXB_IF weight 1 \
> nexthop via $EXA_GW dev $EXA_IF weight 1
g
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-02-21 18:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-21 18:19 Solved: [LARTC] dgd/iproute/iptables multihoming problem Angus D Madden
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.