But apparently I'm still missing something.
I've followed and double checked multiple different guides, but I'm not getting any SSID's on my APs.
https://ss.ecansol.com/uploads/2024/07/ ... -18-49.png
https://ss.ecansol.com/uploads/2024/07/ ... -18-57.png
https://ss.ecansol.com/uploads/2024/07/ ... -19-04.png
https://ss.ecansol.com/uploads/2024/07/ ... -19-11.png
https://ss.ecansol.com/uploads/2024/07/ ... -19-17.png
https://ss.ecansol.com/uploads/2024/07/ ... -19-30.png
https://ss.ecansol.com/uploads/2024/07/ ... -19-37.png
Router Config:
# 2024-07-23 11:46:08 by RouterOS 7.15.2
# software id = C2B3-8U34
#
# model = CCR2004-16G-2S+
# serial number =
/interface bridge
add ingress-filtering=no name=LANBridge port-cost-mode=short priority=0x1000 \
vlan-filtering=yes
add name=WANE1Bridge port-cost-mode=short
/interface wifi
add configuration.mode=ap name=cap-wifi1 radio-mac=D4:01:C3:D9:C3:94
add name=cap-wifi2 radio-mac=D4:01:C3:D9:C3:95
add name=cap-wifi3 radio-mac=D4:01:C3:D9:C4:88
add name=cap-wifi4 radio-mac=D4:01:C3:D9:C4:89
/interface vlan
add interface=LANBridge name=GuestWIFI vlan-id=10
/interface wifi channel
add disabled=no frequency=5180,5260,5500 name=GBA-Main5 skip-dfs-channels=all \
width=20/40/80mhz
add disabled=no frequency=2412,2432,2472 name=GBA-Main2 skip-dfs-channels=all \
width=20mhz
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no encryption=\
tkip,ccmp,gcmp,ccmp-256,gcmp-256 name=MainWPA2n3 wps=disable
/interface wifi configuration
add channel=GBA-Main5 country="United States" datapath.bridge=LANBridge \
disabled=no manager=capsman name=GBA-Main5 security=MainWPA2n3 ssid=\
GBA-Main5
add channel=GBA-Main2 country="United States" disabled=no name=GBA-Main2 \
security=MainWPA2n3 ssid=GBA-MainLonger-Slower
/ip pool
add name=LANDHCPPOOL ranges=10.4.82.100-10.4.82.200
add name=GuestWifiPool ranges=172.149.164.50-172.149.164.250
/ip dhcp-server
add add-arp=yes address-pool=LANDHCPPOOL always-broadcast=yes interface=\
LANBridge lease-time=3w30m name=LANDHCP
add add-arp=yes address-pool=GuestWifiPool always-broadcast=yes interface=\
GuestWIFI lease-time=12h30m name=GuestWifi
/port
set 0 name=serial0
set 1 name=serial1
/interface bridge port
add bridge=WANE1Bridge interface=ether1 internal-path-cost=10 path-cost=10
add bridge=LANBridge interface=ether2
add bridge=LANBridge interface=ether3
add bridge=LANBridge interface=ether4
add bridge=LANBridge interface=ether5
add bridge=LANBridge interface=ether6
add bridge=LANBridge interface=ether7
add bridge=LANBridge interface=ether8
add bridge=LANBridge interface=ether9
add bridge=LANBridge interface=ether10
add bridge=LANBridge interface=ether11
add bridge=LANBridge interface=ether12
add bridge=LANBridge interface=ether13
add bridge=LANBridge interface=ether14
add bridge=LANBridge interface=ether15
add bridge=LANBridge interface=ether16
add bridge=LANBridge interface=sfp-sfpplus1
add bridge=LANBridge interface=GuestWIFI
/ip firewall connection tracking
set udp-timeout=10s
/interface bridge vlan
add bridge=LANBridge tagged="ether2,ether3,ether4,ether5,ether6,ether7,ether8,\
ether9,ether10,ether11,ether12,ether13,ether14,ether15,ether16,sfp-sfpplus\
1" vlan-ids=10
/interface wifi cap
set caps-man-addresses=10.4.82.5 discovery-interfaces=LANBridge enabled=yes
/interface wifi capsman
set enabled=yes interfaces=LANBridge package-path="" \
require-peer-certificate=no upgrade-policy=suggest-same-version
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=GBA-Main5 \
radio-mac=00:00:00:00:00:00 slave-configurations=GBA-Main2
/ip address
add address=10.4.82.5/24 interface=LANBridge network=10.4.82.0
add address=172.149.164.5/24 interface=GuestWIFI network=172.149.164.0
/ip cloud
set ddns-enabled=yes ddns-update-interval=1h
/ip cloud advanced
set use-local-address=yes
/ip dhcp-client
add interface=WANE1Bridge use-peer-dns=no use-peer-ntp=no
/ip dhcp-server network
add address=10.4.82.0/24 caps-manager=10.4.82.5 dns-server=10.4.82.5 gateway=\
10.4.82.5 netmask=24 ntp-server=10.4.82.5
add address=172.149.164.0/24 dns-server=172.149.164.5 gateway=172.149.164.5 \
netmask=24 ntp-server=172.149.164.5
/ip dns
set allow-remote-requests=yes servers=1.1.1.1,9.9.9.9
/ip firewall address-list
add address=x.sn.mynetname.net list=WANIPs
/ip firewall filter
add action=accept chain=input protocol=icmp
add action=accept chain=input src-address=10.4.82.0/24
add action=accept chain=input src-address=216.66.48.0/26
add action=accept chain=input src-address=50.238.252.4/30
add action=accept chain=input src-address=50.238.252.24/30
add action=accept chain=input src-address=10.8.8.0/24
add action=accept chain=input dst-port=53 protocol=tcp src-address=\
172.140.164.0/24
add action=accept chain=input dst-port=53 protocol=udp src-address=\
172.140.164.0/24
add action=accept chain=input dst-port=123 protocol=tcp src-address=\
172.140.164.0/24
add action=accept chain=input dst-port=123 protocol=udp src-address=\
172.140.164.0/24
add action=drop chain=input dst-port=21 protocol=tcp
add action=drop chain=input dst-port=21 protocol=udp
add action=drop chain=input dst-port=22 protocol=tcp
add action=drop chain=input dst-port=22 protocol=udp
add action=drop chain=input dst-port=23 protocol=tcp
add action=drop chain=input dst-port=23 protocol=udp
add action=drop chain=input dst-port=53 protocol=tcp
add action=drop chain=input dst-port=53 protocol=udp
add action=drop chain=input dst-port=80 protocol=tcp
add action=drop chain=input dst-port=80 protocol=udp
add action=drop chain=input dst-port=443 protocol=tcp
add action=drop chain=input dst-port=443 protocol=udp
add action=drop chain=input dst-port=8291 protocol=tcp
add action=drop chain=input dst-port=8291 protocol=udp
add action=drop chain=input dst-port=8728 protocol=tcp
add action=drop chain=input dst-port=8728 protocol=udp
add action=drop chain=input dst-port=8729 protocol=tcp
add action=drop chain=input dst-port=8729 protocol=udp
/ip firewall nat
add action=masquerade chain=srcnat comment="WANE1Bridge Masq" out-interface=\
WANE1Bridge
add action=dst-nat chain=dstnat dst-address-list=WANIPs dst-port=18291 \
protocol=tcp to-addresses=10.4.82.6 to-ports=8291
add action=dst-nat chain=dstnat dst-address-list=WANIPs dst-port=18291 \
protocol=udp to-addresses=10.4.82.6 to-ports=8291
/ip firewall service-port
set sip disabled=yes
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=LANBridge type=internal
add interface=WANE1Bridge type=external
/system clock
set time-zone-name=America/New_York
/system identity
set name=GBARouter
/system note
set show-at-login=no
/system ntp client
set enabled=yes
/system ntp server
set broadcast=yes broadcast-addresses=10.4.82.255 enabled=yes manycast=yes \
multicast=yes
/system ntp client servers
add address=time.ecansol.net
add address=1.us.pool.ntp.org
add address=2.us.pool.ntp.org
/system routerboard settings
set enter-setup-on=delete-key
/tool romon
set enabled=yes
# 2024-07-23 11:53:32 by RouterOS 7.15.2
# software id = LLCS-ZK4I
#
# model = cAPGi-5HaxD2HaxD
# serial number =
/interface bridge
add name=APBridge port-cost-mode=short
/interface bridge port
add bridge=APBridge interface=ether1 internal-path-cost=10 path-cost=10
add bridge=APBridge interface=ether2 internal-path-cost=10 path-cost=10
/ip firewall connection tracking
set udp-timeout=10s
/interface wifi cap
set caps-man-addresses=10.4.82.5 certificate=none discovery-interfaces=\
APBridge enabled=yes
/ip dhcp-client
add interface=APBridge
/system clock
set time-zone-name=America/New_York
/system identity
set name=AP1
/system note
set show-at-login=no
/system ntp client
set enabled=yes
/system ntp client servers
add address=10.4.82.5
/tool romon
set enabled=yes
# 2024-07-23 11:54:18 by RouterOS 7.15.2
# software id = 3F5F-CPKM
#
# model = CRS328-24P-4S+
# serial number =
/interface bridge
add admin-mac=D4:01:C3:C2:23:40 auto-mac=no ingress-filtering=no name=\
LANBridge priority=0x6000 vlan-filtering=yes
/interface vlan
add interface=LANBridge name=GuestWIFI vlan-id=10
/port
set 0 name=serial0
/interface bridge port
add bridge=LANBridge comment=defconf interface=ether1
add bridge=LANBridge comment=defconf interface=ether2
add bridge=LANBridge comment=defconf interface=ether3
add bridge=LANBridge comment=defconf interface=ether4
add bridge=LANBridge comment=defconf interface=ether5
add bridge=LANBridge comment=defconf interface=ether6
add bridge=LANBridge comment=defconf interface=ether7
add bridge=LANBridge comment=defconf interface=ether8
add bridge=LANBridge comment=defconf interface=ether9
add bridge=LANBridge comment=defconf interface=ether10
add bridge=LANBridge comment=defconf interface=ether11
add bridge=LANBridge comment=defconf interface=ether12
add bridge=LANBridge comment=defconf interface=ether13
add bridge=LANBridge comment=defconf interface=ether14
add bridge=LANBridge comment=defconf interface=ether15
add bridge=LANBridge comment=defconf interface=ether16
add bridge=LANBridge comment=defconf interface=ether17
add bridge=LANBridge comment=defconf interface=ether18
add bridge=LANBridge comment=defconf interface=ether19
add bridge=LANBridge comment=defconf interface=ether20
add bridge=LANBridge comment=defconf interface=ether21
add bridge=LANBridge comment=defconf interface=ether22
add bridge=LANBridge comment=defconf interface=ether23
add bridge=LANBridge comment=defconf interface=ether24
add bridge=LANBridge comment=defconf interface=sfp-sfpplus1
add bridge=LANBridge comment=defconf interface=sfp-sfpplus2
add bridge=LANBridge comment=defconf interface=sfp-sfpplus3
add bridge=LANBridge comment=defconf interface=sfp-sfpplus4
/interface bridge vlan
add bridge=LANBridge tagged="ether1,ether2,ether3,ether4,ether5,ether6,ether7,\
ether8,ether9,ether10,ether11,ether12,ether13,ether14,ether15,ether16,ethe\
r17,ether18,ether19,ether20,ether21,ether22,ether23,ether24,sfp-sfpplus1,s\
fp-sfpplus2,sfp-sfpplus3,sfp-sfpplus4" vlan-ids=10
/ip address
add address=10.4.82.6/24 interface=LANBridge network=10.4.82.0
/ip dns
set servers=10.4.82.5
/ip firewall filter
add action=accept chain=input src-address=10.4.82.0/24
add action=accept chain=input src-address=10.8.8.0/24
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=10.4.82.5 routing-table=main \
suppress-hw-offload=no
/system clock
set time-zone-name=America/New_York
/system identity
set name=GBASwitch
/system note
set show-at-login=no
/system routerboard settings
set boot-os=router-os enter-setup-on=delete-key
/tool romon
set enabled=yes