Hello,
i just purchased a rb2011uas-2hnd-in unit to be used as an indoor access point. Everything is working fine but i get a very low bitrate on the wlan interface. When the unit start or i change a configuration an this interface is restarded a get a burst performance and then nothing more tha 2-300 kbs of traffic.
I've tried resetting the unit and starting from scratch but i get the same result. i have 8 to 10 device connected most of them are smartphones and tablets.
here my configuration:
# jan/02/1970 00:37:58 by RouterOS 5.20
# software id = M4FX-MTNX
#
/interface bridge
add l2mtu=1598 name=bridge1 protocol-mode=rstp
/interface ethernet
set 6 name=ether6-master
set 7 master-port=ether6-master name=ether7-slave
set 8 master-port=ether6-master name=ether8-slave
set 9 master-port=ether6-master name=ether9-slave
set 10 master-port=ether6-master name=ether10-slave
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods=passthrough \
management-protection=allowed mode=dynamic-keys name=profile1 \
supplicant-identity="" wpa-pre-shared-key=********* \
wpa2-pre-shared-key=***********
/interface wireless
set 0 band=2ghz-b/g/n channel-width=20/40mhz-ht-above country=italy disabled=\
no distance=indoors ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 mode=\
ap-bridge security-profile=profile1 ssid=WIFI wireless-protocol=any
/ip dhcp-server
add interface=bridge1 name=dhcp1
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/interface bridge port
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether6-master
/interface wireless access-list
add interface=wlan1 mac-address=5C:0A:5B:AA:11:CF
/interface wireless connect-list
add interface=wlan1 mac-address=5C:0A:5B:AA:11:CF security-profile=profile1
/ip address
add address=192.168.1.246/24 interface=bridge1
/ip dns
set servers=192.168.1.8,192.168.1.67
/ip neighbor discovery
set wlan1 disabled=yes
/ip route
add distance=1 gateway=192.168.1.1
add distance=1 dst-address=10.10.0.0/16 gateway=192.168.1.245
add distance=1 dst-address=192.168.0.0/24 gateway=192.168.1.245
/system identity
set name="WIFI"
any suggestion??
thanks in advance