Yep, that was the issue. Thanks a lot.
I also removed DHCP client from the wifi1 interface and made it a static address for management, since DHCP client was unhappy with a passthrough interface being bound to it, which is no big deal.
Final, working, config:
I also removed DHCP client from the wifi1 interface and made it a static address for management, since DHCP client was unhappy with a passthrough interface being bound to it, which is no big deal.
Final, working, config:
Code:
# 2024-01-15 10:47:36 by RouterOS 7.14beta6# software id = WU29-BLCC## model = C52iG-5HaxD2HaxD# serial number = HEP08XS9X0H/interface bridgeadd name=bridge1/interface wifiset [ 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 wifi securityadd authentication-types=wpa3-psk disabled=no encryption=ccmp-256,gcmp-256 name=sec1/system logging actionadd email-to=noc@noc.com name=email target=email/interface bridge portadd bridge=bridge1 interface=ether1add bridge=bridge1 interface=ether2add bridge=bridge1 interface=ether3add bridge=bridge1 interface=ether4add bridge=bridge1 interface=ether5add bridge=bridge1 interface=wifi1/ip firewall connection trackingset udp-timeout=10s/ipv6 settingsset disable-ipv6=yes/ip addressadd address=10.62.14.6/24 interface=wifi1 network=10.62.14.0/system clockset time-zone-name=America/New_York/system identityset name=livingroom-client-ap/system loggingadd action=email topics=critical,warning,account/system noteset show-at-login=no/system ntp clientset enabled=yes/system ntp client serversadd address=10.62.14.1/system package updateset channel=testing
Statistics: Posted by dnnix — Mon Jan 15, 2024 5:44 pm