However, the DNS has never worked for the HAP ax2 itself. Works for the clients, that's just passthrough, but the HAP ax2 has no resolution. This, of course, affects updates mainly, since it can never resolve update servers.
Is this just how Station Mode works? I've tried a bunch of things, but can never seem to get DNS resolution running on the device when it's in Station Mode.
Config:
Code: Select all
# 2024-05-10 13:47:58 by RouterOS 7.15rc2
# software id = WU29-BLCC
#
# model = C52iG-5HaxD2HaxD
# serial number = (serial)
/interface bridge
add name=bridge1
/interface wifi
set [ find default-name=wifi1 ] channel.band=5ghz-ax .frequency=5805 .skip-dfs-channels=all .width=20mhz configuration.country="United States" .mode=station-bridge .ssid=Hector disabled=no
set [ find default-name=wifi2 ] configuration.mode=station
/interface wifi security
add authentication-types=wpa3-psk disabled=no encryption=ccmp-256,gcmp-256 name=sec1
/ip smb users
set [ find default=yes ] disabled=yes
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=wifi1
/ip firewall connection tracking
set udp-timeout=10s
/ipv6 settings
set disable-ipv6=yes
/ip address
add address=10.62.14.6/24 interface=wifi1 network=10.62.14.0
/ip dns
set servers=94.140.14.49,94.140.14.59,10.62.14.1
/ip smb shares
set [ find default=yes ] directory=/pub
/system clock
set time-zone-name=America/New_York
/system identity
set name=livingroom-client-ap
/system logging
add action=email topics=critical,warning,account
/system note
set show-at-login=no
/system ntp client
set enabled=yes
/system ntp client servers
add address=10.62.14.1
/system package update
set channel=testing