Hello all,
I’ve set up a PCC traffic balance according to the mikrotik wiki article on pcc.
I am attaching two pictures. In picture interfaces.png you can see that traffic balancing is not actually working, as one gateway has a load of 2Mbps and the other some Kbps, usually no more than 50-100.
In the second photo, routes.png, u can see the routes. Is it normall for the first route to be ONLY static and NOT active??? I even changed the distance from 2 to 1, for this route to test it, still the same.
Below is the mangle rules, in case someone needs them. Thnks for any help!
P.S. This router only does the traffic balance, nothing else,nor proxy,nor anything else. I’ve used this method in many others routers and is working great!
[admin@MikroTik] > ip firewall mangle print Flags: X - disabled, I - invalid, D - dynamic
0 chain=prerouting action=accept dst-address=10.64.132.0/30 in-interface=Local
1 chain=prerouting action=accept dst-address=10.66.56.0/24 in-interface=Local
2 chain=prerouting action=mark-connection new-connection-mark=SD_conn passthrough=yes
in-interface=Syz-Dimarxeio-eth2 connection-mark=no-mark
3 chain=prerouting action=mark-connection new-connection-mark=SK_conn passthrough=yes in-interface=Syz-KEP-eth3
connection-mark=no-mark
4 chain=prerouting action=mark-connection new-connection-mark=SD_conn passthrough=yes dst-address-type=!local
in-interface=Local connection-mark=no-mark per-connection-classifier=both-addresses:2/0
5 chain=prerouting action=mark-connection new-connection-mark=SK_conn passthrough=yes dst-address-type=!local
in-interface=Local connection-mark=no-mark per-connection-classifier=both-addresses:2/1
6 chain=prerouting action=mark-routing new-routing-mark=to_SD passthrough=yes in-interface=Local
connection-mark=SD_conn
7 chain=prerouting action=mark-routing new-routing-mark=to_SK passthrough=yes in-interface=Local
connection-mark=SK_conn
8 chain=output action=mark-routing new-routing-mark=to_SD passthrough=yes connection-mark=SD_conn
9 chain=output action=mark-routing new-routing-mark=to_SK passthrough=yes connection-mark=SK_conn
[admin@MikroTik] > ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 10.64.132.1 1
1 A S 0.0.0.0/0 10.66.56.1 1
2 A S 0.0.0.0/0 10.64.132.1 1
3 S 0.0.0.0/0 10.66.56.1 1
4 A S 10.64.132.0/23 10.64.132.6 1
5 ADC 10.64.132.0/30 10.64.132.2 Syz-Dimarxeio-eth2 0
6 ADC 10.64.132.4/30 10.64.132.5 Local 0
7 ADC 10.66.56.0/24 10.66.56.250 Syz-KEP-eth3 0

