hello MikroTik forum, my router is hap ax3, i have issues with unstable wifi and i decided to downgrade from 7.15.2 back to factory 7.11.3 using netinstall, and now i’m lost default config, is there any way to restore it, and second question, i have wifi disconnect every random time and i even can’t connect my old Nokia 3.4 to it, it see wifi only sometimes, only sometimes, thanks
Have you already tried reset to default config ?
If you netinstall again, any version starting from 7.13 requires also wifi-qcom package to be installed or there will be no radio drivers.
What band/channel should that nokia connect to ?
Are you sure your AX3 is not using a frequency which can not be used by that Nokia ?
2 options: change phone, set frequency manually to something which can be recognized.
ok, first of all i fixed issue with empty default configuration by changing version of NetInstall from 7.15.2 to 7.11.3
in second it have 2.4ghz only, so i think it is not a problem because i set country correctly, also i have samsung galaxy a15 and galaxy tab a8 that randomly disconnects from wifi with default settings on 7.15.2, so i try it with 7.11.3 tomorrow
OK, not know why but if i choose country in WiFI configuration WiFi become unstable, just set frequency/TX power manually, any suggestion why?
Can you export your config please ?
Hi,
I use 4 HAP devices running 7.15.2 as single (no capsman) access-point ; 2 HAP AX3 and 2 HAP AC3.
All use the same config except interface order AND bands.
At this time no performances issue with HAP AC3 devices.
Under HAP AX3 devices, sometimes wireless disconnect and reconnect after less than 10s… but it’s rare and speed slowdown sometimes.
I try to identfify by logging wireless separatly like that, but at this time, nothing in log for know the reason :
/system logging action
add disk-file-count=3 disk-file-name=wireless.log name=wireless target=disk
add disk-file-count=3 disk-file-name=wirelessdbg.log name=wirelessdbg target=disk
/system logging
add action=wireless topics=wireless,!debug
add action=wirelessdbg topics=wireless,debug
Wifi config HAP AC3 :
/interface wifi channel
add band=2ghz-n disabled=no name=ch-2ghz
add band=5ghz-ac disabled=no name=ch-5ghz
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=lan-auth wps=disable
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=guest-auth wps=disable
/interface wifi
add configuration=guest-conf configuration.mode=ap disabled=no mac-address=1A:FD:74:E3:3B:DE \
master-interface=wifi_lan_2g name=wifi_guest_2g security=guest-auth
add configuration=guest-conf configuration.mode=ap disabled=no mac-address=1A:FD:74:E3:3B:DF \
master-interface=wifi_lan_5g name=wifi_guest_5g security=guest-auth
set [ find default-name=wifi1 ] channel=ch-2ghz configuration=lan-conf configuration.mode=ap \
disabled=no name=wifi_lan_2g
# DFS channel availability check (1 min)
set [ find default-name=wifi2 ] channel=ch-5ghz configuration=lan-conf configuration.mode=ap \
disabled=no mtu=1500 name=wifi_lan_5g
/interface wifi configuration
add country=France datapath=lan-datapath disabled=no mode=ap name=lan-conf security=lan-auth ssid=\
g.net
add country=France datapath=guest-datapath disabled=no mode=ap name=guest-conf security=guest-auth \
ssid=ChezChristian
/interface wifi datapath
add bridge=bridge1 client-isolation=no disabled=no name=lan-datapath
add bridge=bridge1 client-isolation=no disabled=no name=guest-datapath
Wifi config HAP AX3 :
/interface wifi channel
add band=2ghz-ax disabled=no frequency="" name=ch-2ghz
add band=5ghz-ax disabled=no frequency="" name=ch-5ghz
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=lan-auth wps=disable
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=guest-auth wps=disable
/interface wifi
add configuration=guest-conf configuration.mode=ap disabled=no mac-address=4A:A9:8A:55:9A:64 \
master-interface=wifi_lan_2g name=wifi_guest_2g security=guest-auth
add configuration=guest-conf configuration.mode=ap disabled=no mac-address=4A:A9:8A:55:9A:63 \
master-interface=wifi_lan_5g name=wifi_guest_5g security=guest-auth
set [ find default-name=wifi2 ] channel=ch-2ghz configuration=lan-conf configuration.mode=ap \
disabled=no name=wifi_lan_2g
set [ find default-name=wifi1 ] channel=ch-5ghz configuration=lan-conf configuration.mode=ap \
disabled=no mtu=1500 name=wifi_lan_5g
/interface wifi configuration
add country=France datapath=lan-datapath disabled=no mode=ap name=lan-conf security=lan-auth ssid=\
g.net
add country=France datapath=guest-datapath disabled=no mode=ap name=guest-conf security=guest-auth \
ssid=ChezChristian
/interface wifi datapath
add bridge=bridge1 client-isolation=no disabled=no name=lan-datapath
add bridge=bridge1 client-isolation=no disabled=no name=guest-datapath
ok, before i have log messages like “@ assocation rejected, can’t find PMKSA” with samsung Galaxy A15, just disabled wpa3-psk authentification method and all working fine
Disabling wpa3-psk and use only wpa2-psk is an interesting idea. Let’s go and wait fews days…