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: msg04165/pgp00000.pgp
Description: PGP signature

Reply via email to