i start to have problem with wifi connections, i cannot connect devices to router via wifi, blackberry say that is there limited connection, iphones dont want to connect, andorid connect but don`t have data.
On debug logs i got only this:
wireless,debug not in local ACL, by default accept
the log shows that the device was connected. your phone error messages indicate that the problem is not with wireless, but with other setting (they have connected, but either didn’t receive a DHCP address, or could not reach the gateway)
Those messages are not due to the wireless. It is some other setting. The fact that you masked out your localnet ips in the client list shows some lack of experience.
Check your default route (/ip route), masquerade (/ip firewall nat) and dns (/ip dns) settings. If you have questions, post those settings.
I just checked mine. If no device is connected to the wifi, the route does show a distance of 255. It changes to 0 when a device connects. Does your route distance change when you connect to the wifi?
Remove the srcnat assigned to the wifi interface. Other than that, I don’t know.