I’m trying to figure out what is the issue with my new HAP AX2 box.
I’m trying to get my IoT devices and Alexa speaker connected to 2GHz network.
Since “Wireless” menu is gone, I guess in the 7.17rc1 version I should use now WiFi menu - options are a bit diffenret, but more or less the same.
My Clients try to connect (I can see them popping up in Registration tab for max 5 seconds, and then removed and then trying again).
I’ve created 2GHz N network wtih the mode AP and following config and I have tried with different Authentication Types etc. but can’t spot the issue.
Thank you for pointing me to the proper direction.
# model = C52iG-5HaxD2HaxD
# serial number = HFM09EJ9TRM
/interface bridge
add admin-mac=78:9A:18:FE:79:C1 auto-mac=no comment=defconf name=bridge
/interface wifi
set [ find default-name=wifi1 ] channel.band=5ghz-ax .width=20/40/80mhz \
configuration.country=Estonia .mode=ap .ssid=TigeTikker disabled=no \
security.authentication-types=wpa-psk,wpa2-psk .encryption=\
ccmp,gcmp,ccmp-256,gcmp-256 .ft=yes .ft-over-ds=yes
/interface wireguard
add listen-port=13231 mtu=1420 name=wireguard_aex
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wifi channel
add band=2ghz-n disabled=no frequency=2422 name=channel_iot \
secondary-frequency=disabled skip-dfs-channels=disabled width=20mhz
/interface wifi
set [ find default-name=wifi2 ] channel=channel_iot comment=\
"IoT devices netwok" configuration.country=Estonia .mode=ap .ssid=IoT \
disabled=no name=wifi_iot security.authentication-types=wpa-psk,wpa2-psk \
.ft=yes .ft-over-ds=yes
/ip pool
add name=dhcp ranges=192.168.188.10-192.168.188.254
add name=vpn ranges=192.168.89.2-192.168.89.255
/ip dhcp-server
add address-pool=dhcp interface=bridge name=defconf
/ppp profile
set *FFFFFFFE local-address=192.168.89.1 remote-address=vpn
/disk settings
set auto-media-interface=bridge auto-media-sharing=yes auto-smb-sharing=yes
/interface bridge port
# not running
add bridge=bridge comment=defconf interface=ether2
# not running
add bridge=bridge comment=defconf interface=ether3
# not running
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
# not running
add bridge=bridge comment=defconf interface=wifi1
# not running
add bridge=bridge comment=defconf interface=wifi_iot
/ip neighbor discovery-settings
set discover-interface-list=LAN