Hello guys.
I have a big problem.
If any one can help I will be the happiest man in world.
I was trying to configure my router OS 3.30 using this guide : http://wiki.mikrotik.com/wiki/Manual:PCC
But with no result, I mean no internet is goind out.
I would like to know too what’s the different between PCC and other load balacing.
I would like to know too that does this help in internet speed?
I am using two statics IP-s.
Use torch and look how many connections are taking traffic - if only few are making whole traffi that is OK - it is not per-packet - it is per-address-pair load balancing - number become similar on larger number of connections.
in Ur image posted i notice that ip route had no distance 1 you have distance 2 and 3 . try to make it 1 and 2.
i don’t think it will make big different, but try it
as we can see that in Ur interface list isp2 has some traffic.
be care full for ur firewall mangle i can see that in mark connection something not right sine there is in connection mark (no-mark)
and mark routing you has tow route ips2 it showd one isp1 and isp2
add chain=prerouting connection-mark=wlan1_conn in-interface=Local action=mark-routing new-routing-mark=to_wlan1
add chain=prerouting connection-mark=wlan2_conn in-interface=Local action=mark-routing new-routing-mark=to_wlan2
and what u mean by large traffic ( many connection. or large file download)
pcc load balance has pcc (peer connection classifier ) and that new option
Post the configuration you’re trying to use. What is on the wiki works just fine, so you’re adapting it wrong somehow. Also post a network diagram, and how you’re determining that it isn’t working.
Please do a text export of the relevant sections instead. Not only is it easier to read, that screenshot also doesn’t show all the relevant columns (such as connection marks applied), making it impossible to definitively tell where things are wrong.