Clients on the ether ports of the HAP ax2 aren't getting DHCP, though... the ether interfaces are just one big bridge. Any ideas?
Here's the configuration, it's pretty straightforward:
Code: Select all
# 2024-01-14 21:19:28 by RouterOS 7.14beta6
# software id = WU29-BLCC
#
# model = C52iG-5HaxD2HaxD
# serial number = HEP08XS9X0H
/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
/interface list
add name=LAN
add name=UPLINK
/interface wifi security
add authentication-types=wpa3-psk disabled=no encryption=ccmp-256,gcmp-256 name=sec1
/system logging action
add email-to=noc@noc.com name=email target=email
/interface bridge port
add bridge=bridge1 interface=LAN
/ip firewall connection tracking
set udp-timeout=10s
/ipv6 settings
set disable-ipv6=yes
/interface list member
add interface=ether1 list=LAN
add interface=ether2 list=LAN
add interface=ether3 list=LAN
add interface=ether4 list=LAN
add interface=ether5 list=LAN
add interface=wifi1 list=UPLINK
/ip dhcp-client
add interface=wifi1
/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