Wifi problem

Hello,

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

What is the problem and how to resolve him?

thank you.

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)

that log line does not do anything, all it says - that there is no entries in access-list and all connections are allowed.

The problem resides with the configuration of the router, check if DHCP-server is enabled for the interface, if routing/NAT is set up correctly.

hello, thank you for answer.
Problem is that he start by him self, i did not work anything long time ago.
He get IP and i see him in clients list.
https://www.dropbox.com/s/99rzd8109f2hejj/mikrotik3.JPG

here is what blackberry say:
https://www.dropbox.com/s/24qk3kf4m7wqa20/IMG_00000008.png

iphone i cannot even connect, he say connection failed right away after i click on connect.

how to debug more? i put for wifi debug, but he don`t say anything …

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.

Sorry for hide, i am just paranoid :slight_smile:

Here is request data:
/ip route
https://www.dropbox.com/s/6qq8rnq57w8zi1y/mikro1.JPG

/ip firewall nat
https://www.dropbox.com/s/gb545kvobohjvba/mikro2.JPG

/ip dns
https://www.dropbox.com/s/uw8caxxj40kll31/mikro3.JPG

What interface has 192.168.10.x assigned? Is that your WAN interface (connects to your ISP)?

You shouldn’t need a masquerade on your lan interfaces.

Yes, it`s cable router/modem

Is it just the wireless, or is the LAN having connection issues also?

Just the wireless.
All other is fine..
And as i said, he stop by himself, i did not touch configurations in mean time …

The wifi and lan are assigned different ip subnets? I can’t tell with you being paranoid.

Why is the route for the wifi interface showing a distance of 255? It should be showing 0.

Dont know about 255, its two different vlan (dint want to merge lan with wifi - because lack of security).
Tell me, what you all need?
I paste configuration on:
http://forum.mikrotik.com/t/use-metarouter-to-implement-tor-anonymity-software/70915/6

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.

hm, i now looking, i don`t have any rule on nat/firewall for wifi? :S

omg, found it…
DNS server which i was use on WIFI is unavailable …
i changed to other one, and now all is fine :slight_smile:

thank you.