Hello. This is my first mikrotik router. I've set up all required parameters of the AP (lan access and wi-fi access). my internet channel is 100 mb/s. If i check the speed via speedtest.net on my lan connection - it is about 94-96 mb/s. But wi-fi speed is the subject of discussion. I couldn't obtain more than 36 mb/s for download and 37 for upload. Is it the maximum possible speed or i shoul tune something? my settings are below.
/interface bridge
add l2mtu=1598 name=bridge-local
/interface wireless
set [ find default-name=wlan1 ] adaptive-noise-immunity=ap-and-client-mode \
band=2ghz-onlyn disabled=no distance=indoors ht-guard-interval=long \
ht-rxchains=1 ht-txchains=0 hw-protection-mode=rts-cts hw-retries=15 l2mtu=\
2290 mode=ap-bridge nv2-cell-radius=10 on-fail-retry-time=1s \
periodic-calibration=enabled radio-name=2 ssid="za Nerzula" \
tdma-period-size=1 tx-power=16 tx-power-mode=all-rates-fixed \
wireless-protocol=802.11 wmm-support=enabled
/interface ethernet
set [ find default-name=ether2 ] name=LAN1
set [ find default-name=ether3 ] master-port=LAN1 name=LAN2
set [ find default-name=ether4 ] master-port=LAN1 name=LAN3
set [ find default-name=ether5 ] master-port=LAN1 name=LAN4
set [ find default-name=ether1 ] mac-address=B0:48:7A:E9:8F:C1 name=WAN1
/interface wireless nstreme
set wlan1 disable-csma=yes enable-nstreme=yes framer-policy=dynamic-size
/ip neighbor discovery
set wlan1 discover=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
dynamic-keys wpa-pre-shared-key=4756273475 wpa2-pre-shared-key=4756273475
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m \
mac-cookie-timeout=3d
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des
/ip pool
add name=dhcp_pool1 ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=bridge-local name=dhcp1
/queue simple
add disabled=yes name=queue1 queue=ethernet-default/ethernet-default target=\
wlan1
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
/interface bridge port
add bridge=bridge-local interface=LAN1
add bridge=bridge-local interface=wlan1
/ip address
add address=192.168.0.1/24 interface=LAN1 network=192.168.0.0
add address=192.168.88.1/24 interface=wlan1 network=192.168.88.0
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \
interface=WAN1
/ip dhcp-server network
add address=192.168.88.0/24 gateway=192.168.88.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip firewall filter
add chain=input comment="Added by webbox" protocol=icmp
add chain=input comment="Added by webbox" connection-state=established \
in-interface=WAN1
add chain=input comment="Added by webbox" connection-state=related \
in-interface=WAN1
add action=drop chain=input comment="Added by webbox" in-interface=WAN1
add action=jump chain=forward comment="Added by webbox" in-interface=WAN1 \
jump-target=customer
add chain=customer comment="Added by webbox" connection-state=established
add chain=customer comment="Added by webbox" connection-state=related
add action=drop chain=customer comment="Added by webbox"
/ip firewall nat
add action=masquerade chain=srcnat comment="Added by webbox" out-interface=WAN1 \
to-addresses=0.0.0.0
/ip proxy
set parent-proxy=0.0.0.0
/ip route
add distance=1 gateway=10.122.66.75
/ip service
set api disabled=yes
/ip upnp
set allow-disable-external-interface=no enabled=yes
/ip upnp interfaces
add interface=WAN1 type=external
add interface=LAN1 type=internal
add interface=LAN2 type=internal
add interface=LAN3 type=internal
add interface=LAN4 type=internal
add interface=wlan1 type=internal
add interface=bridge-local type=internal
/queue interface
set wlan1 queue=pcq-download-default
/system clock
set time-zone-name=Europe/Moscow
/system leds
set 0 interface=wlan1
/system ntp client
set enabled=yes mode=unicast primary-ntp=193.106.144.6 secondary-ntp=\
109.87.105.6
/system scheduler
add name="Wi-fi OFF" on-event="Wi-fi OFF" policy=\
ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive,api \
start-date=jan/22/2014 start-time=23:59:00
add name="Wi-fi On" on-event="Wi-fi ON" policy=\
ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive,api \
start-date=jan/22/2014 start-time=08:34:00
/system script
add name="Wi-fi OFF" policy=ftp,write,winbox,api source=\
"/interface disable wlan1"
add name="Wi-fi ON" policy=ftp,write,winbox,api source=\
"/interface enable wlan1"
/tool bandwidth-server
set allocate-udp-ports-from=1000 authenticate=no max-sessions=1
/tool graphing interface
add
[admin@MikroTik] >