Hello,
I have a network with a Bridge for a LAN and also I have 2 ISP conections on this router to Internet. I want to do manuall load balancing with different IP pool. The internet traffic work OK, but the problem is that if I enable the routing mark I can't acces from the same LAN to one IP in ISP1 to a IP in a ISP2.
0 ;;; ROUTING MARK
chain=prerouting action=mark-routing new-routing-mark=400MB
passthrough=no src-address-list=IP_400MB
0 A S dst-address=0.0.0.0/0 gateway=62.x.x.x
gateway-status=62.x.x.x reachable via vlan911 distance=1
scope=30 target-scope=10 routing-mark=400MB
Thanks