PCC Bonding Help Needed

Hello , i just want to know if im doing something wrong ,
i have used the PCC method to bond my 5x dsl lines.
all is balancing well but that is the problem , its only balancing it does not bond the lines.

Please have a look at my Script bellow and tell me if i can bond my dsl lines that i can get faster speed?

i have 5x 10Mbps lines but when do speed test i only het 8Mbps ballanced over the 5x dsl lines

/ip address
add address=10.0.1.1/27 network=10.0.1.0 broadcast=10.0.1.31 interface=Local1
add address=192.168.0.1/24 network=192.168.0.0 broadcast=192.168.0.255 interface=Local2
add address=192.168.1.2/24 network=192.168.1.0 broadcast=192.168.1.255 interface=WAN1
add address=192.168.2.2/24 network=192.168.2.0 broadcast=192.168.2.255 interface=WAN2
add address=192.168.3.2/24 network=192.168.3.0 broadcast=192.168.3.255 interface=WAN3
add address=167.2.4.2/29 network=167.2.4.0 broadcast=167.2.4.7 interface=WAN4
add address=167.2.5.2/29 network=167.2.5.0 broadcast=167.2.5.7 interface=WAN5

/ip firewall mangle
add chain=input in-interface=WAN1 action=mark-connection new-connection-mark=WAN1_conn
add chain=input in-interface=WAN2 action=mark-connection new-connection-mark=WAN2_conn
add chain=input in-interface=WAN3 action=mark-connection new-connection-mark=WAN3_conn
add chain=input in-interface=WAN4 action=mark-connection new-connection-mark=WAN4_conn
add chain=input in-interface=WAN5 action=mark-connection new-connection-mark=WAN5_conn

add chain=output connection-mark=WAN1_conn action=mark-routing new-routing-mark=to_WAN1
add chain=output connection-mark=WAN2_conn action=mark-routing new-routing-mark=to_WAN2
add chain=output connection-mark=WAN3_conn action=mark-routing new-routing-mark=to_WAN3
add chain=output connection-mark=WAN4_conn action=mark-routing new-routing-mark=to_WAN4
add chain=output connection-mark=WAN5_conn action=mark-routing new-routing-mark=to_WAN5

add chain=prerouting dst-address=192.168.1.0/24 action=accept in-interface=Local2
add chain=prerouting dst-address=192.168.2.0/24 action=accept in-interface=Local2
add chain=prerouting dst-address=192.168.3.0/24 action=accept in-interface=Local2
add chain=prerouting dst-address=167.2.4.0/29 action=accept in-interface=Local2
add chain=prerouting dst-address=167.2.5.0/29 action=accept in-interface=Local2

add chain=prerouting dst-address-type=!local in-interface=Local2 per-connection-classifier=both-addresses-and-ports:5/0 action=mark-connection new-connection-mark=WAN1_conn passthrough=yes
add chain=prerouting dst-address-type=!local in-interface=Local2 per-connection-classifier=both-addresses-and-ports:5/1 action=mark-connection new-connection-mark=WAN2_conn passthrough=yes
add chain=prerouting dst-address-type=!local in-interface=Local2 per-connection-classifier=both-addresses-and-ports:5/2 action=mark-connection new-connection-mark=WAN3_conn passthrough=yes
add chain=prerouting dst-address-type=!local in-interface=Local2 per-connection-classifier=both-addresses-and-ports:5/3 action=mark-connection new-connection-mark=WAN4_conn passthrough=yes
add chain=prerouting dst-address-type=!local in-interface=Local2 per-connection-classifier=both-addresses-and-ports:5/4 action=mark-connection new-connection-mark=WAN5_conn passthrough=yes
add chain=prerouting connection-mark=WAN1_conn in-interface=Local2 action=mark-routing new-routing-mark=to_WAN1
add chain=prerouting connection-mark=WAN2_conn in-interface=Local2 action=mark-routing new-routing-mark=to_WAN2
add chain=prerouting connection-mark=WAN3_conn in-interface=Local2 action=mark-routing new-routing-mark=to_WAN3
add chain=prerouting connection-mark=WAN4_conn in-interface=Local2 action=mark-routing new-routing-mark=to_WAN4
add chain=prerouting connection-mark=WAN5_conn in-interface=Local2 action=mark-routing new-routing-mark=to_WAN5

/ip route
add dst-address=0.0.0.0/0 gateway=192.168.1.1 routing-mark=to_WAN1 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=192.168.2.1 routing-mark=to_WAN2 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=192.168.3.1 routing-mark=to_WAN3 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=167.2.4.1 routing-mark=to_WAN4 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=167.2.5.1 routing-mark=to_WAN5 check-gateway=ping

add dst-address=0.0.0.0/0 gateway=192.168.1.1 distance=1 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=192.168.2.1 distance=2 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=192.168.3.1 distance=3 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=167.2.4.1 distance=4 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=167.2.5.1 distance=5 check-gateway=ping

/ip firewall nat
add chain=srcnat out-interface=WAN1 action=masquerade
add chain=srcnat out-interface=WAN2 action=masquerade
add chain=srcnat out-interface=WAN3 action=masquerade
add chain=srcnat out-interface=WAN4 action=masquerade
add chain=srcnat out-interface=WAN5 action=masquerade

/ip dns set allow-remote-requests=yes cache-max-ttl=1w cache-size=5000KiB max-udp-packet-size=512 servers=192.168.1.1,192.168.2.1,8.8.8.8

Hello , i just want to know if im doing something wrong ,

You are making a thinking false and this is all!

i have used the PCC method to bond my 5x dsl lines.

You can not really “bond” the ADSL lines and merge them to one fat pipe!
This is only able to do;

  • inside the local area network (LAN) with an LAG (LACP)
  • Outside of the LAN at the WAN interfaces but,
    – You need to set up at your router MPLS and your ISP must
    also offering this service to you at your ADSL internet account also!!!

If you have not activated MPLS on your router and your ISP is not
delivering this service to you too, it wouldn´t work for you.

Now you are only able to set up Load balancing and a load balancing method.

  • Service based routing
  • Session based routing
  • policy based routing

I will suggest you to use in your case policy based routing and load balancing.

Please have a look at my Script bellow and tell me if i can bond my dsl lines that i can get faster speed?

No you can´t do so, please read above.

i have 5x 10Mbps lines but when do speed test i only het 8Mbps ballanced over the 5x dsl lines

Load balancing
1 MBit/s + 1 MBit/s = 1 + 1

MPLS
1 MBit/s + 1 MBit/s = 2 MBit/s