hi i have problam with pcc load balance it all work fine as internet but no balance
what should i do?
help plz

even ‘Packet Mark’ column is out of your screenshot =)
post your config
/ip firewall mangle
add action=mark-connection chain=input comment=“” disabled=no in-interface=pppoe-out1 new-connection-mark=wan1_conn passthrough=yes
add action=mark-connection chain=input comment=“” disabled=no in-interface=pppoe-out2 new-connection-mark=wan2_conn passthrough=yes
add action=mark-connection chain=output comment=“” connection-mark=no-mark disabled=no new-connection-mark=wan1_conn passthrough=yes
per-connection-classifier=both-addresses:2/0
add action=mark-connection chain=output comment=“” connection-mark=no-mark disabled=no new-connection-mark=wan2_conn passthrough=yes
per-connection-classifier=both-addresses:2/1
add action=mark-connection chain=prerouting comment=“” disabled=no dst-address-type=!local in-interface=Local new-connection-mark=wan1_conn passthrough=yes
per-connection-classifier=both-addresses:2/0
add action=mark-connection chain=prerouting comment=“” disabled=no dst-address-type=!local in-interface=Local new-connection-mark=wan2_conn passthrough=yes
per-connection-classifier=both-addresses:2/1
add action=mark-routing chain=prerouting comment=“” connection-mark=wan1_conn disabled=no in-interface=Local new-routing-mark=to_wan1 passthrough=yes
add action=mark-routing chain=prerouting comment=“” connection-mark=wan2_conn disabled=no in-interface=Local new-routing-mark=to_wan2 passthrough=yes
/ip route
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=pppoe-out1
add check-gateway=ping comment=“” disabled=no distance=1 dst-address=0.0.0.0/0 gateway=pppoe-out1 routing-mark=to_wan1
add check-gateway=ping disabled=no distance=2 dst-address=0.0.0.0/0 gateway=pppoe-out2
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=pppoe-out2 routing-mark=to_wan2
/ip firewall nat
add action=masquerade chain=srcnat comment=“” disabled=no out-interface=pppoe-out1
add action=masquerade chain=srcnat comment=“” disabled=no out-interface=pppoe-out2
that better for sure right
use ‘export’ instead of ‘print’ - for example, there’s no ‘routing-mark’ field in ‘print’ command
Revise the valens and janis presentation in MUM PL. I can’t revise here in iphone!
There in the presentation is all the cnfig.
Ibersystems are you taking with me???
should i use load balance with pcc???
Search mum in the wiki and search in PL 10 to find load balancing with pcc in valens and janis presentation
if we should use load balance what pcc wil help