Hi, I was running the old capsman for years with some older cAPs without problems.
I’m migration to a newer setup (CRS328) with new cAPs (wAP ax, cAP ax) and want (or have to) to use the “new” capsman for that. It workes a little bit different, but after some time I managed to integrate a wAP ax.
The CAPs and the CRS328 are all connected in the same network, there is no VLAN or something else configured. It’s a home network.
My problem is, that the cAPs are not being automatically connected to the configured bridge in the datapath section.
I have one LAN-Bridge, where normal LAN Users and IoT devices are working. And a second bridge, which Guests are using. There are 3 SSIDs configured. The correct bridges are added in the datapath section.
I can connect via WiFi to the Network, gut the clients do not receive any IP configuration. The desired bridge is selected in the datapath configuration.
What I can see:
- Capsman Registration Tab: Client is connected
- DHCP Server: No client received an IP Adress (dhcp works via wired connection)
- Bridge Tab: The Caps are not added dynamically to the configured bridge.
In the old capsman, the CAPs have been dynamically added to the configured bridge. The new one, doesn’t do it. Thats why the client have no IP connection. When the CAP isn’t added to the bridge, the clients wont have any IP connection.
RouterOS is the actual 7.20.6 on both, the CRS328 and the wAP ax.
I dont get it, did I missed anything? Thanks in advance.
/interface wifi channel
add band=2ghz-ax disabled=no frequency=2422 name=2422-UG-GA width=20/40mhz-Ce
add band=5ghz-ax disabled=no frequency=5200 name=5200-GA skip-dfs-channels=\
disabled width=20/40/80mhz
add band=5ghz-ax disabled=no frequency=5280 name=5280-OG skip-dfs-channels=\
disabled width=20/40/80mhz
add band=5ghz-ax disabled=no frequency=5540 name=5540-UG skip-dfs-channels=\
disabled width=20/40/80mhz
add band=2ghz-ax disabled=no frequency=2462 name=2462-OG width=20/40mhz-Ce
/interface wifi datapath
add bridge=bridge-LAN disabled=no name=datapath-LAN traffic-processing=on-cap
add bridge=bridge-LAN disabled=no name=datapath-IoT traffic-processing=on-cap
add bridge=bridge-GAST client-isolation=yes disabled=no name=datapath-GAST \
traffic-processing=on-cap
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=GAST wps=disable
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=IoT wps=disable
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=LAN
/interface wifi
# operated by CAP 04:F4:1C:13:B8:14%bridge-LAN, traffic processing on CAP
add channel=2422-UG-GA configuration=LAN configuration.mode=ap disabled=no \
name="wAP Garten 2G LAN" radio-mac=04:F4:1C:13:B8:16
# operated by CAP 04:F4:1C:13:B8:14%bridge-LAN, traffic processing on CAP
add channel=5200-GA configuration=LAN configuration.mode=ap disabled=no name=\
"wAP Garten 5G LAN" radio-mac=04:F4:1C:13:B8:17
# operated by CAP 04:F4:1C:13:B8:14%bridge-LAN, traffic processing on CAP
add configuration=GAST configuration.mode=ap disabled=no mac-address=\
06:F4:1C:13:B8:16 master-interface="wAP Garten 2G LAN" name=\
"wAP Garten 2G Gast"
# operated by CAP 04:F4:1C:13:B8:14%bridge-LAN, traffic processing on CAP
add configuration=IoT configuration.mode=ap disabled=no mac-address=\
06:F4:1C:13:B8:17 master-interface="wAP Garten 2G LAN" name=\
"wAP Garten 2G IoT"
# operated by CAP 04:F4:1C:13:B8:14%bridge-LAN, traffic processing on CAP
add configuration=GAST configuration.mode=ap disabled=no mac-address=\
06:F4:1C:13:B8:18 master-interface="wAP Garten 5G LAN" name=\
"wAP Garten 5G Gast"
# operated by CAP 04:F4:1C:13:B8:14%bridge-LAN, traffic processing on CAP
add configuration=IoT configuration.mode=ap disabled=no mac-address=\
06:F4:1C:13:B8:19 master-interface="wAP Garten 5G LAN" name=\
"wAP Garten 5G IoT"
/interface wifi configuration
add country=Germany datapath=datapath-LAN disabled=no mode=ap name=LAN \
security=LAN ssid=DeltaQuadrant+
add country=Germany datapath=datapath-GAST disabled=no mode=ap name=GAST \
security=GAST ssid=Garak+
add country=Germany datapath=datapath-IoT disabled=no mode=ap name=IoT \
security=IoT ssid=IoT-NET+
/interface wifi capsman
set ca-certificate=auto certificate=auto enabled=yes interfaces=bridge-LAN \
package-path=/firmware require-peer-certificate=no upgrade-policy=\
require-same-version
/interface wifi provisioning
add action=create-enabled disabled=no master-configuration=LAN \
slave-configurations=GAST,IoT