Load balance PCC with ppoe problem

Hello community.

I’m stuck with this load balancing

Well I explain

2 dsl in bridge mode with PPPoE dialing
MK 2 Port with address
192.168.1.1/24 and call it T1 interface
192.168.3.1/24 and interface the call T2
output interface is 192.168.10.1 and 192.168.2.1

does not work.
Any suggestions?

Have a look at the following link.

http://radiusm.blogspot.com/2014/08/mikrotik-dual-wan-pcc-with-hotspot-and_3.html

You have a wrong setup in the mangle rule. Change in interface in the pcc rule to in interface your lan network

The posted configuration is working for me.
pcc.png

Thank you my dear Friend.

Thanks, ill check it

ok, i have a hotspot on interface Salida_Net2go
and i have an other interface call Cyber_la_central without hotspot

/ip firewall mangle
add chain=prerouting in-interface=pppoe-out1 connection-state=new new-connection-mark=pppoe-out1_conn action=mark-connection passthrough=yes
add chain=prerouting in-interface=pppoe-out2 connection-state=new new-connection-mark=pppoe-out2_conn action=mark-connection passthrough=yes

add chain=output connection-mark=pppoe-out1_conn new-routing-mark=to_pppoe-out1 action=mark-routing passthrough=yes
add chain=output connection-mark=pppoe-out2_conn new-routing-mark=to_pppoe-out2 action=mark-routing passthrough=yes

/ip firewall mangle
add chain=prerouting in-interface=Salida_Net2go connection-state=new dst-address-type=!local per-connection-classifier=both-addresses:2/0 action=mark-connection new-connection-mark=pppoe-out1_conn passthrough=yes hotspot=auth
add chain=prerouting in-interface=Salida_Net2go connection-state=new dst-address-type=!local per-connection-classifier=both-addresses:2/1 action=mark-connection new-connection-mark=pppoe-out2_conn passthrough=yes hotspot=auth

add chain=prerouting in-interface=Salida_Net2go connection-mark=pppoe-out1_conn action=mark-routing new-routing-mark=to_pppoe-out1 passthrough=yes
add chain=prerouting in-interface=Salida_Net2go connection-mark=pppoe-out2_conn action=mark-routing new-routing-mark=to_pppoe-out2 passthrough=yes

/ip firewall mangle
add chain=prerouting in-interface=Cyber_la_Central connection-state=new dst-address-type=!local per-connection-classifier=both-addresses:2/0 action=mark-connection new-connection-mark=pppoe-out1_conn passthrough=yes
add chain=prerouting in-interface=Cyber_la_Central connection-state=new dst-address-type=!local per-connection-classifier=both-addresses:2/1 action=mark-connection new-connection-mark=pppoe-out2_conn passthrough=yes

add chain=prerouting in-interface=Cyber_la_Central connection-mark=pppoe-out1_conn action=mark-routing new-routing-mark=to_pppoe-out1 passthrough=yes
add chain=prerouting in-interface=Cyber_la_Central connection-mark=pppoe-out2_conn action=mark-routing new-routing-mark=to_pppoe-out2 passthrough=yes

and in the nat use this

/ip firewall nat add action=accept chain=pre-hotspot disabled=no dst-address-type=!local hotspot=auth

it works?

everything look like fine

Thanks, ill chek it…

Balanceo Exitoso…!
Gracias

Load balancing successful…!

Thank You