After changing to 7.1.3 version I'm having troubles marking the connection to route through one, or another ISP (eth1ð2 interfaces to this case). This would be necessary for later bandwidth management over queues tree.
Having ip/firewall/mangle rule:
Code: Select all
chain=prerouting action=mark-routing new-routing-mark=to_wan2 passthrough=no dst-address=126.18.22.26 log=no log-prefix=""
Code: Select all
chain=prerouting action=mark-connection new-connection-mark=test_mark passthrough=yes dst-address=126.18.22.26 log=no log-prefix=""
chain=prerouting action=mark-routing new-routing-mark=to_wan2 passthrough=no connection-mark=test_mark log=no log-prefix="
Still can't get what is the difference but that connection marking rule seems to be missing traffic, and then mark routing just messes things up.
![Image](https://i.ibb.co/Y2yNt2X/Connmarking.jpg)