I'm running a RB2011UiAS-2HnD for a year now (running ROS 6.29.1 and the wireless-fp package).
This morning, I suddenly got problems regarding the clients connecting to wifi.
I can't connect WiFi devices to the AP anymore. The log shows
Code: Select all
07:15:51 wireless,info 84:63:D6:B4:46:CC@wlan1: connected
07:16:11 wireless,info 84:63:D6:B4:46:CC@wlan1: disconnected, received disassoc: sending station leaving (8)
07:21:25 wireless,info 84:63:D6:B4:46:CC@wlan1: connected
07:21:45 wireless,info 84:63:D6:B4:46:CC@wlan1: disconnected, received disassoc: sending station leaving (8)
07:23:46 wireless,info 84:63:D6:B4:46:CC@wlan1: connected
07:24:06 wireless,info 84:63:D6:B4:46:CC@wlan1: disconnected, received disassoc: sending station leaving (8)
Sometimes, after many retries, a device can connect. So far I tried a Windows Phone, an Android Tablet and a Windows 7 Laptop.
A thing I noticed is: As far as a client connected successfully, other clients may connect without problems. It seems that this issue somehow affects the "first" connecting client.
I do understand, that the log message tells, the client device is disassociating from the AP - but for no apparent reason. Yesterday it worked just fine, now it suddenly does not.
Here is my config:
Code: Select all
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods="" \
management-protection=allowed mode=dynamic-keys name=WPA/WPA2 \
supplicant-identity="" wpa-pre-shared-key=hellfire wpa2-pre-shared-key=\
NotSoSecret!
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=5 band=2ghz-b/g/n country=\
germany disabled=no distance=indoors frequency-mode=regulatory-domain \
l2mtu=1600 mode=ap-bridge security-profile=WPA/WPA2 ssid=Z8 \
wireless-protocol=802.11
Found this thread too: http://forum.mikrotik.com/viewtopic.php?t=85033. But as there is no solution described I thought I'll give it another try.
I really appreciate any input on this. My guess is a hardware malfunction / defect. (Update: Hardware defect in my brain, see my last post).
Please share your thoughts with me.
Thanks a lot!
Ape
Update:
What I tried so far:
- reset the device to factory default, importing the config -> no change
- cold reboot (disconnecting the power plug for ~5 minutes) -> no change
- disabled WPA/WPA2 authentication -> no change
- added devices to access list -> no change
- reset the wifi config, re-configured it manually from scratch -> no change
- disabled chain0, then chain1 -> no change
- disabled wlan0 interfave, re-enabled -> no change
- changed frequency and SSID -> no change
- changed mode from B/G/N to B or G -> no change
- used the old wireless package instead of wireless-fp -> nb change