Dear Robotics909,
You have to use following code:
/ip firewall address-list
add address=172.16.0.2 list=usere-exempted-from-pcc
/ip firewall mangle
add action=accept chain=prerouting disabled=no src-address-list=user-exempted-from-pcc
add chain=prerouting dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses-and-ports:2/0 action=mark-connection new-connection-mark=WAN1_conn passthrough=yes
add chain=prerouting dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses-and-ports:2/1 action=mark-connection new-connection-mark=WAN2_conn passthrough=yes
hello, i back this tropic after long day finished. i am already problem on this. i am also using loadbalancing with pcc . for ftp problem you suggest to add those rules.
my question is, will i remove my mangle old two rule and add those two ? or i will keep my loadbalancing as it is and add those rules which you adviced ?
another, if i load those two rules, will this continue loadbalancing for my ftp download ?
hope you will help.
best