Solved: [LARTC] dgd/iproute/iptables multihoming problem

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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: pgp00097.pgp
Description: PGP signature


[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux