I found all data goes over one connection and minimal over the second connection if I reboot the router I can move the data traffic to the second connection.
I was wondering if anyone has had any success with this?
I have moved back to an ip load balance what is more effecint at this stage but would preffer to get it to work via the Mikrotik wiki as it should be more effecient.
What method are you using to randomize the PCC choice? We choose src and dst address and it randomizes it fairly well so things are loaded evenly, and doesn’t websites like forums and banking sites. If you choose something just like src-address then it doesn’t have many variables to randomize the choices.
Those are the basic rules that I have, and the PCC matcher that I use. I just have more of them to randomize it a bit more depending on the amount of bandwidth available on each link. Keep in mind that PCC is a CONNECTION based load balancing method, not bandwidth. A router has no way of knowing how much bandwidth any given connection is going to take, or how long that connection will last. Because of that, it is possible for a link to be saturated while the other is not, but over time it will even out.
That tells me the same host is likely downloading from the same source causing the disparity. Since both variables are the same, it will always use the same link. You can randomize it a bit more by adding in ports, but that can potentially break websites like forums and banking websites.
Will stick with the old method I was using via marking the source ip address as odd and even and maybe go back to this at a later stage as cant afford to have issues with websites.