Hello
I have a mikrotik RB1100AHx2 router. Two WAN interfaces and several subnets. I would like one of these 10.10.10.0/24 subnets to exit WAN2, the other WAN1. How to do it?
Default route out wan 1.
then use routing marks in the prerouting chain in mangle to mark the second subnet with a routing mark.
you’ll need two src nat rules one for all unmarked traffic and another for the marked traffic. each one to their respective interfaces.
Look into the mikrotik PCC load balancing manual to see an example of how this could be done.
Sent from my SM-G955W using Tapatalk
\
Not sure if mangling is required, would this not work??
Need four routes and two route rules
Normal route 1 ISP1 distance=5
Normal route 2 ISP 2 distance=5
Extra route ISP1 distance=5 routing_mark=routeISP1
Extra route ISP2 distance=5 routing_mark=routeISP2
route rule src address=subnet A action=lookup only in this table table=routeISP1
route rule src address=subnet B action=lookup only in this table table=routeISP2