Prob. with pcc loadbalancing

hi everyone
please help me ..
I’ve 2 lines Adsl with 2 routers
and have same data speed
the pcc load-balancing receive from wlan2 mostly more than wlan1 or opposite witch taken distance 1 in IP routes
and when wlan1 take distance value 1 and wlan2 distance value 2 the internet connection lost after 1 min.

-wlan1 less than wlan2 in ping (are this make the problem?)
sometime wlan1 receive but max. speed up to 700kbps
notice : I tried 2 lines .. each one can receive 2 mega

I applied same as in wiki
http://wiki.mikrotik.com/wiki/Manual:PCC\

please help me
and thank you anyway

now it is working but when more clients downloaded
I think this is no happen in pcc load balancing when i downloaded from many and many servers never receive from wlan1
they must many users download to receives from wlan1 plus wlan2

the input and output chains in mangle don’t count . I’m sure everything same as manual written
is this normal ??

but what is wrong
please anyone can help to change value or something…

This is normal. PCC stands for “Per connection classifier”, which means it is aimed to balance
connections and not packets. When you start downloading from one computer to one server
you have one connection established, thus it will pass through one interface (WAN2).

The inpunt chains does not count because no request in input chain to the specified interface
have arrived. This should be normal too, although sounds a bit strange that no requests to the router itself
have arrived from the specified interfaces.

I would suggest to activate the graphs, so you can check traffic on the WAN interfaces on a daily average,
which should be more accurate to evaluate if PCC is working fine.

thank you for replay
I guess i know the problem
because my clients working with hotspot
i had add value in each rule in mangle or no one work with hotspot can work
( in extra >> hotspot >> auth )
Is this true ???
when i do that .. the hotspot users working fine but the input and output chains not count
but there are 40 clients working with bypassed in IP binding they all taking from wlan2 only
the others temp. users .. logged with username and password can recieve from 2 wans

i try i can receive from wlan1 plus wlan2 at same time with the same file i downloaded before
but when I logged in with user name and password not bypassed

thank you again Caci99.