The config can be achieved using nth mangle, but it would be nice if a simple method could be introduced.
on a cisco the following in each dialler can do it:
Code:Select all
ip per packet load balancing
like ECMP but per packet.
eg something like
Code:Select all
/ip route add dst-address=0.0.0.0/0 gateway=10.0.0.12,10.0.0.13 mode=per-packet
Code:Select all
/ip route add dst-address=0.0.0.0/0 gateway=pppoe1,pppoe2 mode=per-packet
Anyone else like this ?
Nick.