Hi all,
I'm struggling to understand what's going wrong here, between my hAP ax3 on RouterOS 7.8 and an old macbook air:
may/03 21:12:28 wireless,info A8:66:7F:19:EE:D3@wifi1 reauthenticating
may/03 21:12:28 wireless,info A8:66:7F:19:EE:D3@wifi1 connected, signal strength -39
may/03 21:15:03 wireless,info A8:66:7F:19:EE:D3@wifi1 disconnected, connection lost, signal strength -50
may/03 21:15:46 wireless,info A8:66:7F:19:EE:D3@wifi1 connected, signal strength -50
may/03 21:17:19 wireless,info A8:66:7F:19:EE:D3@wifi1 disconnected, connection lost, signal strength -50
/interface wifiwave2
set [ find default-name=wifi1 ] channel.band=5ghz-ax .width=20/40/80mhz configuration.mode=ap .ssid=private disabled=no \
security.authentication-types=wpa2-psk,wpa3-psk .disable-pmkid=yes .group-key-update=1h
set [ find default-name=wifi2 ] channel.band=2ghz-n .width=20/40mhz configuration.mode=ap .ssid=private disabled=no \
security.authentication-types=wpa2-psk,wpa3-psk .disable-pmkid=yes .group-key-update=1h
the laptop at this point was ~2m from the box, nothing in the way. The connection works initially, but then the hAP thinks the device has disconnected, while the macbook thinks it is still connected. However, it is not, and I can't even ping the gateway.
any tips are appreciated.