I just bought hAP lite and configured it to work with my LHG 5 which works as internet router.
Before buying this new router, I was using my old VDSL router to connect wireless devices to LHG 5 and it was working as expected. But this new hAP lite tc sometimes is really slow when using wireless and if I open winbox or webfig, it takes a lot of time to load pages. Other times that it’s not slow, All I can achieve though wlan is about 20Mbps (hardly, most of the time is less than this) which is half of the available bandwidth but if I connect to it using ethernet2/3/4 I can achieve all the bandwidth available, but still opening winbox or webfig takes a lot of time and sometimes throws me out.
If I download a large file using wlan I can see that download speed is constantly going up and down, also UDP packet such as VoIP are lost regularly on wlan.
I’ve to mention that upload speed is great though and I can achieve 48Mbps for upload speed.
Here’s my config:
# feb/01/2021 17:59:26 by RouterOS 6.48
# software id = M9YH-83UW
#
# model = RB941-2nD
/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods="" mode=dynamic-keys name=ParallelWorld supplicant-identity=""
add authentication-types=wpa-psk,wpa2-psk eap-methods="" group-ciphers=tkip,aes-ccm mode=dynamic-keys name=Skynet supplicant-identity="" unicast-ciphers=\
tkip,aes-ccm
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n country=etsi disabled=no frequency=2442 mode=ap-bridge security-profile=ParallelWorld ssid=ParallelWorld wireless-protocol
add keepalive-frames=disabled mac-address= master-interface=wlan1 mode=station multicast-buffering=disabled name=wlan2-skynet security-prof
Skynet ssid=Skynet wds-cost-range=0 wds-default-cost=0 wps-mode=disabled
/ip pool
add name=dhcp_pool0 ranges=192.168.0.20-192.168.0.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=bridge1 lease-time=2d10m name=dhcp1
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether2 multicast-router=disabled
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
/ip address
add address=192.168.0.1/24 interface=bridge1 network=192.168.0.0
/ip dhcp-client
add disabled=no interface=ether1
add disabled=no interface=wlan2-skynet
/ip dhcp-server network
add address=192.168.0.0/24 dns-server=192.168.1.1 gateway=192.168.0.1
/ip dns
set servers=192.168.1.1
/ip firewall filter
add action=fasttrack-connection chain=forward connection-state=established,related
add action=accept chain=forward connection-state=established,related
/ip firewall nat
add action=masquerade chain=srcnat src-address=192.168.0.0/24
/ip service
set telnet disabled=yes
set ftp disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system ntp client
set enabled=yes