Hello,
I’m using hAP AC Lite (software versions below) as a wifi access point.
version: 6.46.8 (long-term)
factory-software: 6.40
board-name: hAP ac lite
platform: MikroTik
I’ve noticed, that Upload speed over WiFi is dramatically lower comparing to upload speed when directly connecting same laptop over Ethernet(ethernet ~97Mb/s, WiFi ~0.7Mb/s).
Here are my interfaces configuration:
[dmitry@MikroTik] > /interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE ACTUAL-MTU L2MTU MAX-L2MTU MAC-ADDRESS
0 R ether1 ether 1500 1598 2028 CC:2D:E0:94:9C:25
1 S ether2-master ether 1500 1598 2028 CC:2D:E0:94:9C:26
2 S ether3 ether 1500 1598 2028 CC:2D:E0:94:9C:27
3 S ether4 ether 1500 1598 2028 CC:2D:E0:94:9C:28
4 S ether5 ether 1500 1598 2028 CC:2D:E0:94:9C:29
5 RS wlan1 wlan 1500 1600 2290 CC:2D:E0:94:9C:2B
6 RS wlan2 wlan 1500 1600 2290 CC:2D:E0:94:9C:2A
[dmitry@MikroTik] > /interface bridge print
Flags: X - disabled, R - running
0 R ;;; defconf
name="bridge" mtu=auto actual-mtu=1500 l2mtu=1598 arp=enabled arp-timeout=auto mac-address=CC:2D:E0:94:9C:26 protocol-mode=rstp fast-forward=yes igmp-snooping=no auto-mac=no admin-mac=CC:2D:E0:94:9C:26 ageing-time=5m priority=0x8000 max-message-age=20s forward-delay=15s transmit-hold-count=6
vlan-filtering=no dhcp-snooping=no
[dmitry@MikroTik] > /interface wireless print
Flags: X - disabled, R - running
0 R name="wlan1" mtu=1500 l2mtu=1600 mac-address=CC:2D:E0:94:9C:2B arp=enabled interface-type=Atheros AR9300 mode=ap-bridge ssid="262-home" frequency=auto band=2ghz-b/g/n channel-width=20/40mhz-Ce secondary-channel="" scan-list=default wireless-protocol=802.11 vlan-mode=no-tag vlan-id=1 wds-mode=disabled
wds-default-bridge=none wds-ignore-ssid=no bridge-mode=enabled default-authentication=yes default-forwarding=yes default-ap-tx-limit=0 default-client-tx-limit=0 hide-ssid=no security-profile=default compression=no
1 R name="wlan2" mtu=1500 l2mtu=1600 mac-address=CC:2D:E0:94:9C:2A arp=enabled interface-type=Atheros AR9888 mode=ap-bridge ssid="262-home" frequency=auto band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee secondary-channel="" scan-list=default wireless-protocol=802.11 vlan-mode=no-tag vlan-id=1
wds-mode=disabled wds-default-bridge=none wds-ignore-ssid=no bridge-mode=enabled default-authentication=yes default-forwarding=yes default-ap-tx-limit=0 default-client-tx-limit=0 hide-ssid=no security-profile=default compression=no
Could you please advise, how do I troubleshoot, why upload speed is that much different and which configuration updates I could try applying to improve the upload speed?