Ok, long story short, I paid someone to fix my cloud core, TWICE. It still acting weird and it has to be something simple. The original problem had to do with load balancing. Below is a copy of my mangle rules. you can tell right off that there is inconsistency in the rules. I don’t understand what he was trying to do but it seems he change something on certain WAN connections but not all of them. Basically, I need to know which format is right.
To give background, what I’m noticing is that the load is not being shared even remotely even. One modem almost has to be completely full before the second begins the past traffic. If someone is familiar with this, please look at these rules and tell me if you see something wrong and what that is. If you wish, copy them, correct them, and re-paste them on here. if I can find a solution I would like to go back on the guy and explain what he did wrong.
/ip firewall mangle
add chain=prerouting src-address=10.10.0.1
add action=mark-routing chain=prerouting connection-mark=c1 new-routing-mark=to_P01-WAN1 passthrough=no src-address=10.10.0.0/22
add action=mark-routing chain=prerouting connection-mark=c2 new-routing-mark=to_P02-WAN2 passthrough=no src-address=10.10.0.0/22
add action=mark-routing chain=prerouting connection-mark=c3 new-routing-mark=to_P03-WAN3 passthrough=no src-address=10.10.0.0/22
add action=mark-routing chain=prerouting connection-mark=c4 new-routing-mark=to_P07-WAN7 passthrough=no src-address=10.10.0.0/22
add action=mark-routing chain=prerouting connection-mark=c5 new-routing-mark=to_P08-WAN8 passthrough=no src-address=10.10.0.0/22
add action=mark-connection chain=prerouting connection-state=new new-connection-mark=c1 per-connection-classifier=both-addresses:5/0 src-address=
10.10.0.0/22
add action=mark-connection chain=prerouting connection-state=new new-connection-mark=c2 per-connection-classifier=both-addresses:5/1 src-address=
10.10.0.0/22
add action=mark-connection chain=prerouting connection-state=new new-connection-mark=c3 per-connection-classifier=both-addresses:5/2 src-address=
10.10.0.0/22
add action=mark-connection chain=prerouting connection-state=new new-connection-mark=c4 per-connection-classifier=both-addresses:5/3 src-address=
10.10.0.0/22
add action=mark-connection chain=prerouting connection-state=new new-connection-mark=c5 per-connection-classifier=both-addresses:5/4 src-address=
10.10.0.0/22
add action=mark-routing chain=prerouting connection-mark=c1 new-routing-mark=to_P01-WAN1 passthrough=no src-address=10.10.0.0/22
add action=mark-routing chain=prerouting connection-mark=c2 new-routing-mark=to_P02-WAN2 passthrough=no src-address=10.10.0.0/22
add action=mark-routing chain=prerouting connection-mark=c3 new-routing-mark=to_P03-WAN3 passthrough=no src-address=10.10.0.0/22
add action=mark-routing chain=prerouting connection-mark=c4 new-routing-mark=to_P07-WAN7 passthrough=no src-address=10.10.0.0/22
add action=mark-routing chain=prerouting connection-mark=c5 new-routing-mark=to_P08-WAN8 passthrough=no src-address=10.10.0.0/22
add action=mark-routing chain=output connection-mark=c1 new-routing-mark=to_P01-WAN1 passthrough=no
add action=mark-routing chain=output connection-mark=c2 new-routing-mark=to_P02-WAN2 passthrough=no
add action=mark-routing chain=output connection-mark=c3 new-routing-mark=to_P03-WAN3 passthrough=no
add action=mark-routing chain=output connection-mark=c4 new-routing-mark=to_P07-WAN7 passthrough=no
add action=mark-routing chain=output connection-mark=c5 new-routing-mark=to_P08-WAN8 passthrough=no
add action=mark-connection chain=input connection-state=new in-interface=P01-WAN1 new-connection-mark=c1
add action=mark-connection chain=input connection-state=new in-interface=P02-WAN2 new-connection-mark=P02-WAN2_conn
add action=mark-connection chain=input connection-state=new in-interface=P03-WAN3 new-connection-mark=P03-WAN3_conn
add action=mark-connection chain=input connection-state=new in-interface=P07-WAN7 new-connection-mark=c4
add action=mark-connection chain=input connection-state=new in-interface=P08-WAN8 new-connection-mark=c5