I’m doing some tests with v5.2 on a vm on Xen.
I have successfully done PCC load balancing with 3 wans, but the problem is when I want to access another network on another interface (not part of the LB ofcourse)
My interfaces:
vlan151, vlan152 & vlan153 as WANs.
ether1 = 192.168.50.0/24
ether3 = 10.0.8.0/21
Mikrotik itself can access everything on network 192.168.50.0/24, but none of the computers behind the router can.
When I disable all the routes created for PCC then I’m able to access everything on 192.168.50.0/24
Anyone perhaps have an idea of whats happening? Please let me know if I need to paste any configuration.
Add rules in prerouting mangle that simply have an action of accept without passthrough for traffic to those networks. Then move them above the prerouting mangle rules that do the PCC. That way traffic to that network doesn’t have PCC applied to it (because it is accepted before PCC happens, accepting packets without passthrough stops processing of the rule set and doesn’t make changes to the packet) and is routed normally.
If you need specific help with how to write those rules you’ll have to post your existing mangle set (“/ip firewall mangle export”) as well as your IP and interface configuration (“/ip address print detail”, “/ip route print detail”, and “/interface print detail”). Please wrap all output in