Load_balancing local network is unreachable

I have made load balancing with the help of this instruction
http://wiki.mikrotik.com/wiki/Load_Balancing_over_Multiple_Gateways
Balancing works fine but I cant access any of LAN devices
What is the way out?

You need to add a mangle rule for accept traffic from local network to local network

sent from my mobile phone using tapatalk

Remember the part on adding mangle rules for GroupA and GroupB?
Chain prerouting and Src. Address 192.168.100.128/25 add this Dst. Address !192.168.100.128/25

Be sure to negate it, the exclamation point (!).