PCC Balance problem + HotSpot + PPPoE Server

Hi
I have a CCR1036-12G-4S. I have 3x VDSL lines connected on ether1, ether2 and ether3, with IPs: 192.168.1.1, 192.168.2.1, 192.168.3.1. I have bridged ether10,ether11 and ether12. I have connect my central AP link to ether12 from which I start my wireless network with more than 50 AP and stations (I use ubnt). I have setup on my mikrotik both hotspot and pppoe server and I use PCC load Balance. My problem is that even if I have 3 vdsl lines, load balance uses only the one of them. I’ve tried everything after reading and googling but I cannot find any solution for this issue, so I’m writing to this forum, hoping someone helps me.

Below is my setup:

IP > Firewall > Mangle:

 0   ;;; Rule for passing to pppoe customers antennas
     chain=prerouting action=accept src-address=172.19.0.0/22 dst-address=192.168.96.0/19 in-interface=br_hs 

 1   ;;; Rule for passing to pppoe customers antennas
     chain=prerouting action=accept src-address=172.19.0.0/22 dst-address=10.10.0.0/22 in-interface=br_hs 

 2   ;;; Load Balance Setup
     chain=prerouting action=accept dst-address=192.168.1.0/24 in-interface=br_hs 

 3   chain=prerouting action=accept dst-address=192.168.2.0/24 in-interface=br_hs 

 4   chain=prerouting action=accept dst-address=192.168.3.0/24 in-interface=br_hs 

 5 X chain=prerouting action=accept dst-address=192.168.4.0/24 in-interface=br_hs 

 6 X chain=prerouting action=accept dst-address=192.168.5.0/24 in-interface=br_hs 

 7 X chain=prerouting action=accept dst-address=192.168.6.0/24 in-interface=br_hs 

 8 X chain=prerouting action=accept dst-address=192.168.7.0/24 in-interface=br_hs 

 9 X chain=prerouting action=accept dst-address=192.168.8.0/24 in-interface=br_hs 

10 X chain=prerouting action=accept dst-address=192.168.9.0/24 in-interface=br_hs 

11 X chain=prerouting action=accept dst-address=192.168.10.0/24 in-interface=br_hs 

12   chain=prerouting action=mark-connection new-connection-mark=wan1_conn passthrough=yes in-interface=pppoe-wan1 connection-mark=no-mark 

13   chain=prerouting action=mark-connection new-connection-mark=wan2_conn passthrough=yes in-interface=pppoe-wan2 connection-mark=no-mark 

14   chain=prerouting action=mark-connection new-connection-mark=wan3_conn passthrough=yes in-interface=pppoe-wan3 connection-mark=no-mark 

15 X chain=prerouting action=mark-connection new-connection-mark=wan4_conn passthrough=yes in-interface=pppoe-wan4 connection-mark=no-mark 

16 X chain=prerouting action=mark-connection new-connection-mark=wan5_conn passthrough=yes in-interface=pppoe-wan5 connection-mark=no-mark 

17 X chain=prerouting action=mark-connection new-connection-mark=wan6_conn passthrough=yes in-interface=pppoe-wan6 connection-mark=no-mark 

18 X chain=prerouting action=mark-connection new-connection-mark=wan7_conn passthrough=yes in-interface=pppoe-wan7 connection-mark=no-mark 

19 X chain=prerouting action=mark-connection new-connection-mark=wan8_conn passthrough=yes in-interface=pppoe-wan8 connection-mark=no-mark 

20 X chain=prerouting action=mark-connection new-connection-mark=wan9_conn passthrough=yes in-interface=pppoe-wan9 connection-mark=no-mark 

21 X chain=prerouting action=mark-connection new-connection-mark=wan10_conn passthrough=yes in-interface=pppoe-wan10 connection-mark=no-mark 

22   chain=prerouting action=mark-connection new-connection-mark=wan1_conn passthrough=yes dst-address-type=!local hotspot=auth in-interface=br_hs connection-mark=no-mark per-connection-classifier=dst-address-and-port:3/0 

23   chain=prerouting action=mark-connection new-connection-mark=wan1_conn passthrough=yes dst-address-type=!local src-address-list=bypass hotspot=!auth in-interface=br_hs connection-mark=no-mark per-connection-classifier=dst-address-and-port:3/0 

24   chain=prerouting action=mark-connection new-connection-mark=wan2_conn passthrough=yes dst-address-type=!local hotspot=auth in-interface=br_hs connection-mark=no-mark per-connection-classifier=dst-address-and-port:3/1 

25   chain=prerouting action=mark-connection new-connection-mark=wan2_conn passthrough=yes dst-address-type=!local src-address-list=bypass hotspot="" in-interface=br_hs connection-mark=no-mark per-connection-classifier=dst-address-and-port:3/1 

26   chain=prerouting action=mark-connection new-connection-mark=wan3_conn passthrough=yes dst-address-type=!local hotspot=auth in-interface=br_hs connection-mark=no-mark per-connection-classifier=dst-address-and-port:3/2 

27   chain=prerouting action=mark-connection new-connection-mark=wan3_conn passthrough=yes dst-address-type=!local src-address-list=bypass hotspot="" in-interface=br_hs connection-mark=no-mark per-connection-classifier=dst-address-and-port:3/2 

28 X chain=prerouting action=mark-connection new-connection-mark=wan4_conn passthrough=yes dst-address-type=!local hotspot=auth in-interface=br_hs connection-mark=no-mark per-connection-classifier=both-addresses:10/3 

29 X chain=prerouting action=mark-connection new-connection-mark=wan5_conn passthrough=yes dst-address-type=!local hotspot=auth in-interface=br_hs connection-mark=no-mark per-connection-classifier=both-addresses:10/4 

30 X chain=prerouting action=mark-connection new-connection-mark=wan6_conn passthrough=yes dst-address-type=!local hotspot=auth in-interface=br_hs connection-mark=no-mark per-connection-classifier=both-addresses:10/5 

31 X chain=prerouting action=mark-connection new-connection-mark=wan7_conn passthrough=yes dst-address-type=!local hotspot=auth in-interface=br_hs connection-mark=no-mark per-connection-classifier=both-addresses:10/6 

32 X chain=prerouting action=mark-connection new-connection-mark=wan8_conn passthrough=yes dst-address-type=!local hotspot=auth in-interface=br_hs connection-mark=no-mark per-connection-classifier=both-addresses:10/7 

33 X chain=prerouting action=mark-connection new-connection-mark=wan9_conn passthrough=yes dst-address-type=!local hotspot=auth in-interface=br_hs connection-mark=no-mark per-connection-classifier=both-addresses:10/8 

34 X chain=prerouting action=mark-connection new-connection-mark=wan10_conn passthrough=yes dst-address-type=!local hotspot=auth in-interface=br_hs connection-mark=no-mark per-connection-classifier=both-addresses:10/9 

35   chain=prerouting action=mark-routing new-routing-mark=to_wan1 passthrough=yes in-interface=br_hs connection-mark=wan1_conn 

36   chain=prerouting action=mark-routing new-routing-mark=to_wan2 passthrough=yes in-interface=br_hs connection-mark=wan2_conn 

37   chain=prerouting action=mark-routing new-routing-mark=to_wan3 passthrough=yes in-interface=br_hs connection-mark=wan3_conn 

38 X chain=prerouting action=mark-routing new-routing-mark=to_wan4 passthrough=yes in-interface=br_hs connection-mark=wan4_conn 

39 X chain=prerouting action=mark-routing new-routing-mark=to_wan5 passthrough=yes in-interface=br_hs connection-mark=wan5_conn 

40 X chain=prerouting action=mark-routing new-routing-mark=to_wan6 passthrough=yes in-interface=br_hs connection-mark=wan6_conn 

41 X chain=prerouting action=mark-routing new-routing-mark=to_wan7 passthrough=yes in-interface=br_hs connection-mark=wan7_conn 

42 X chain=prerouting action=mark-routing new-routing-mark=to_wan8 passthrough=yes in-interface=br_hs connection-mark=wan8_conn 

43 X chain=prerouting action=mark-routing new-routing-mark=to_wan9 passthrough=yes in-interface=br_hs connection-mark=wan9_conn 

44 X chain=prerouting action=mark-routing new-routing-mark=to_wan10 passthrough=yes in-interface=br_hs connection-mark=wan10_conn 

45   chain=output action=mark-routing new-routing-mark=to_wan1 passthrough=yes connection-mark=wan1_conn 

46   chain=output action=mark-routing new-routing-mark=to_wan2 passthrough=yes connection-mark=wan2_conn 

47   chain=output action=mark-routing new-routing-mark=to_wan3 passthrough=yes connection-mark=wan3_conn 

48 X chain=output action=mark-routing new-routing-mark=to_wan4 passthrough=yes connection-mark=wan4_conn 

49 X chain=output action=mark-routing new-routing-mark=to_wan5 passthrough=yes connection-mark=wan5_conn 

50 X chain=output action=mark-routing new-routing-mark=to_wan6 passthrough=yes connection-mark=wan6_conn 

51 X chain=output action=mark-routing new-routing-mark=to_wan7 passthrough=yes connection-mark=wan7_conn 

52 X chain=output action=mark-routing new-routing-mark=to_wan8 passthrough=yes connection-mark=wan8_conn 

53 X chain=output action=mark-routing new-routing-mark=to_wan9 passthrough=yes connection-mark=wan9_conn 

54 X chain=output action=mark-routing new-routing-mark=to_wan10 passthrough=yes connection-mark=wan10_conn

IP > Routes:

 0 A S  dst-address=0.0.0.0/0 gateway=pppoe-wan1 gateway-status=pppoe-wan1 reachable check-gateway=ping distance=1 scope=30 target-scope=10 routing-mark=to_wan1 

 1 A S  dst-address=0.0.0.0/0 gateway=pppoe-wan2 gateway-status=pppoe-wan2 reachable check-gateway=ping distance=1 scope=30 target-scope=10 routing-mark=to_wan2 

 2 A S  dst-address=0.0.0.0/0 gateway=pppoe-wan3 gateway-status=pppoe-wan3 reachable check-gateway=ping distance=1 scope=30 target-scope=10 routing-mark=to_wan3 

 3   S  dst-address=0.0.0.0/0 gateway=pppoe-wan4 gateway-status=pppoe-wan4 unreachable check-gateway=ping distance=1 scope=30 target-scope=10 routing-mark=to_wan4 

 4   S  dst-address=0.0.0.0/0 gateway=pppoe-wan5 gateway-status=pppoe-wan5 unreachable check-gateway=ping distance=1 scope=30 target-scope=10 routing-mark=to_wan5 

 5   S  dst-address=0.0.0.0/0 gateway=pppoe-wan6 gateway-status=pppoe-wan6 unreachable check-gateway=ping distance=1 scope=30 target-scope=10 routing-mark=to_wan6 

 6   S  dst-address=0.0.0.0/0 gateway=pppoe-wan7 gateway-status=pppoe-wan7 unreachable check-gateway=ping distance=1 scope=30 target-scope=10 routing-mark=to_wan7 

 7   S  dst-address=0.0.0.0/0 gateway=pppoe-wan8 gateway-status=pppoe-wan8 unreachable check-gateway=ping distance=1 scope=30 target-scope=10 routing-mark=to_wan8 

 8   S  dst-address=0.0.0.0/0 gateway=pppoe-wan9 gateway-status=pppoe-wan9 unreachable check-gateway=ping distance=1 scope=30 target-scope=10 routing-mark=to_wan9 

 9   S  dst-address=0.0.0.0/0 gateway=pppoe-wan10 gateway-status=pppoe-wan10 unreachable check-gateway=ping distance=1 scope=30 target-scope=10 routing-mark=to_wan10 

10 A S  dst-address=0.0.0.0/0 gateway=pppoe-wan2 gateway-status=pppoe-wan2 reachable check-gateway=ping distance=1 scope=30 target-scope=10 

11   S  dst-address=0.0.0.0/0 gateway=pppoe-wan1 gateway-status=pppoe-wan1 reachable check-gateway=ping distance=2 scope=30 target-scope=10 

12   S  dst-address=0.0.0.0/0 gateway=pppoe-wan3 gateway-status=pppoe-wan3 reachable check-gateway=ping distance=3 scope=30 target-scope=10 

13   S  dst-address=0.0.0.0/0 gateway=pppoe-wan4 gateway-status=pppoe-wan4 unreachable check-gateway=ping distance=4 scope=30 target-scope=10 

14   S  dst-address=0.0.0.0/0 gateway=pppoe-wan5 gateway-status=pppoe-wan5 unreachable check-gateway=ping distance=5 scope=30 target-scope=10 

15   S  dst-address=0.0.0.0/0 gateway=pppoe-wan6 gateway-status=pppoe-wan6 unreachable check-gateway=ping distance=6 scope=30 target-scope=10 

16   S  dst-address=0.0.0.0/0 gateway=pppoe-wan7 gateway-status=pppoe-wan7 unreachable check-gateway=ping distance=7 scope=30 target-scope=10 

17   S  dst-address=0.0.0.0/0 gateway=pppoe-wan8 gateway-status=pppoe-wan8 unreachable check-gateway=ping distance=8 scope=30 target-scope=10 

18   S  dst-address=0.0.0.0/0 gateway=pppoe-wan9 gateway-status=pppoe-wan9 unreachable check-gateway=ping distance=9 scope=30 target-scope=10 

19   S  dst-address=0.0.0.0/0 gateway=pppoe-wan10 gateway-status=pppoe-wan10 unreachable check-gateway=ping distance=10 scope=30 target-scope=10 

49 ADC  dst-address=80.106.108.42/32 pref-src=94.64.235.220 gateway=pppoe-wan1,pppoe-wan3,pppoe-wan2 gateway-status=pppoe-wan1 reachable,pppoe-wan3 reachable,pppoe-wan2 reachable distance=0 scope=10 

50 ADC  dst-address=172.19.0.0/22 pref-src=172.19.0.1 gateway=br_hs gateway-status=br_hs reachable distance=0 scope=10 

51 ADC  dst-address=192.168.1.0/24 pref-src=192.168.1.254 gateway=ether1-wan1 gateway-status=ether1-wan1 reachable distance=0 scope=10 

52 ADC  dst-address=192.168.2.0/24 pref-src=192.168.2.254 gateway=ether2-wan2 gateway-status=ether2-wan2 reachable distance=0 scope=10 

53 ADC  dst-address=192.168.3.0/24 pref-src=192.168.3.254 gateway=ether3-wan3 gateway-status=ether3-wan3 reachable distance=0 scope=10 

57 ADC  dst-address=192.168.96.0/19 pref-src=192.168.96.1 gateway=br_hs gateway-status=br_hs reachable distance=0 scope=10

Could you please help me???

Thanks in advanced…