Hello,
Just wondering if anyone experienced similar /slow WiFi speeds on RB4011iGS+5HacQ2HnD?
The device is brand new, updated to the latest stable 6.43.7, using default configuration.
The situation is that on my 1gbit line I can reach 760/700 Mbits down/up via LAN interface.
However on 2.4GHz I can only reach 32/40 Mbits down/up and on 5GHz 120/216 Mbits.
It seems that device is just struggling on Wifi. There are a lot drops in the transfer speeds.
I provide my configuration:
# dec/14/2018 17:27:48 by RouterOS 6.43.7
# software id = 6S9Y-PY0E
#
# model = RB4011iGS+5HacQ2HnD
# serial number = XXXXXXXXXXXX
/interface bridge
add admin-mac=XX:XX:XX:XX:XX:XX auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-n/ac channel-width=20/40/80mhz-XXXX \
country=bulgaria disabled=no distance=indoors frequency=auto mode=ap-bridge \
secondary-channel=auto ssid=Test-5 wireless-protocol=802.11
set [ find default-name=wlan2 ] band=2ghz-b/g/n channel-width=20/40mhz-XX \
country=bulgaria disabled=no distance=indoors frequency=auto mode=ap-bridge \
ssid=Test-2 wireless-protocol=802.11
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\
dynamic-keys supplicant-identity=MikroTik wpa-pre-shared-key=XXXXXXXXXX \
wpa2-pre-shared-key=XXXXXXXXXX
/ip pool
add name=dhcp ranges=192.168.10.10-192.168.10.100
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=ether6
add bridge=bridge comment=defconf interface=ether7
add bridge=bridge comment=defconf interface=ether8
add bridge=bridge comment=defconf interface=ether9
add bridge=bridge comment=defconf interface=ether10
add bridge=bridge comment=defconf interface=sfp-sfpplus1
add bridge=bridge comment=defconf interface=wlan1
add bridge=bridge comment=defconf interface=wlan2
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
/ip address
add address=192.168.10.1/24 comment=defconf interface=ether2 network=\
192.168.10.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.10.0/24 comment=defconf gateway=192.168.10.1 netmask=24
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.10.1 name=router.lan
/ip firewall filter
add action=accept chain=input comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
add action=accept chain=forward comment=\
"defconf: accept established,related, untracked" connection-st
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" conn
invalid
add action=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-stat
connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" i
out,none out-interface-list=WAN
/system clock
set time-zone-name=Europe/Sofia
/system leds
add interface=wlan2 leds="wlan2_signal1-led,wlan2_signal2-led,wlan
wlan2_signal4-led,wlan2_signal5-led" type=wireless-signal-stre
add interface=wlan2 leds=wlan2_tx-led type=interface-transmit
add interface=wlan2 leds=wlan2_rx-led type=interface-receive
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
Just to clarify - I have tried to manually select WiFi channels to a lest busy ones and there is no difference,
Also on exactly same location with UAP-AC-Pro I can do 290/370 Mbits without any problem or drops in performance.
If anyone can point me in direction or share experience with the device I would be grateful.