Hello,
After updating my CCR1009-8G-1S to v6.13 my mangle rules dont work
i use:
/ip firewall mangle
add action=mark-connection chain=prerouting comment=EC dst-address-type="" new-connection-mark=from_EC src-address-list=EC
add action=mark-routing chain=prerouting comment=EC connection-mark=from_EC new-routing-mark=to_EC passthrough=no
Before update it was working…
Any idea ???
Caci99
July 11, 2014, 11:48am
2
Is the EC list populated? Which one of the two rules is not working (counters are running)? Is there any other mangle rule which might grab the traffic before the two you posted?
Caci99
July 11, 2014, 12:03pm
4
nick3dos:
EC list is enabled in address list
It is enabled, but it is also populated, right?
Try removing from first rule the bit: dst-address-type=“”
populated?
what you mean ???
Caci99
July 15, 2014, 7:54am
6
By populated I mean, are there IP addresses in the address list?
Have you tried to specify an IP address as source instead of an address list?
ofcourse there are ip addresses in the address list.
I didn’t try this because it should be no difference.
I will have a try…