MultiWAN Queue rules are not separated

Hi,

Followed this example on youtube “https://www.youtube.com/watch?v=3GbO2FCFWm0” for My 4011 router with 4 ISP but when performing speed test i can see correct values
at page from speedtest ookla but when looking in the queue for up and down usage i can see high data values on 2 different ISPs and not 1 ISP alone.

Could it have anything to do with Last unspecified rule for each type of trafic like REST, WEB, VOIP,ICMP, DNS that messes things up?

I can see in Speedtest.net the IP corrensponding to the interface i am trying to measure but values
corresponds to another ISP.

I mark the different interfaces and tells mikritk that by providing and table what traffic goes out what ISP
and works and look like this:
add action=mark-routing chain=prerouting comment=WAN1-TRAFIC
dst-address-list=WAN1-LIST new-routing-mark=WAN1 passthrough=yes
add action=mark-routing chain=prerouting comment=WAN2-TRAFIC
dst-address-list=WAN2-LIST new-routing-mark=WAN2 passthrough=yes

Interface marking like this:
/ip firewall mangle
add action=mark-connection chain=input comment=WAN1-Entrantre in-interface=
pppoe-WAN1 new-connection-mark=WAN1 passthrough=yes
add action=mark-connection chain=output comment=WAN1-SALIENTE
connection-mark=WAN1 new-connection-mark=WAN1 out-interface=pppoe-WAN1
passthrough=no
add action=mark-connection chain=input comment=WAN2-Entrantre in-interface=
ether2-WAN2 new-connection-mark=WAN2 passthrough=yes
add action=mark-connection chain=output comment=WAN2-SALIDA connection-mark=
WAN2 new-connection-mark=WAN2 out-interface=ether2-WAN2 passthrough=no

Thank you








Upgraded my router to ROS7.6