To begin with, since the mode used is “CapsMan forwarding”, under wireless - > cap you must not set a bridge interface… The wlan interface will be dynamically added to your Capsman’s Bridge… You have already configured that by selecting the Bridge in your Datapath…
So on your CAP let Bridge to “none”
Remove from The cap the Wlan interfaces from your Bridge. As i indicated above, the wlan interfaces provisioned by capsman will be added to it’s Bridge… you don’t have to do anything
Set an IP address to your CAP…
Thanks for your feedback,
Here is my error, I did not select the “Local Forwarding” and “Client to Client Forwarding”
Now I have this new problem.
I currently have 2 CAPs,
I think in the end, to have 4 in all the house, especially to cover properly in 5Ghz.
But I would like the CAPs to use the frequencies that I have listed, like a “Channel list”
As soon as I select a channel, the 2 CAPs will take the same frequencies …
# apr/15/2020 10:29:14 by RouterOS 6.46.5
# software id = SFTV-GEM3
#
# model = CCR1009-7G-1C-1S+
/caps-man channel
add band=2ghz-g/n control-channel-width=20mhz frequency=2437 name="2Ghz-g/n 2437/20"
add band=2ghz-g/n control-channel-width=20mhz frequency=2462 name="2Ghz-g/n 2462/20"
add band=5ghz-onlyac control-channel-width=20mhz frequency=5180 name="5Ghz-ac 5180/20"
add band=5ghz-onlyac control-channel-width=20mhz frequency=5260 name="5Ghz-ac 5260/20"
/caps-man datapath
add bridge=bridge client-to-client-forwarding=yes local-forwarding=yes name=datapath
/caps-man rates
add basic=6Mbps name="GN Only - No B rates" supported=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps
/caps-man security
add authentication-types=wpa2-psk disable-pmkid=yes encryption=aes-ccm group-encryption=aes-ccm group-key-update=1h name=Security passphrase=00000000
/caps-man configuration
add datapath=datapath mode=ap name=Wifi-2HB rates="GN Only - No B rates" security=Security ssid=Wifi-2HB
add datapath=datapath mode=ap name=Wifi-5HB rates="GN Only - No B rates" rates.vht-basic-mcs="" security=Security ssid=Wifi-5HB
/caps-man manager
set ca-certificate=CAPsMAN-CA-64D154E8E763 certificate=CAPsMAN-64D154E8E763 enabled=yes require-peer-certificate=yes
/caps-man manager interface
add disabled=no interface=bridge
/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=g master-configuration=Wifi-2HB name-format=prefix-identity name-prefix=2Ghz
add action=create-dynamic-enabled hw-supported-modes=ac master-configuration=Wifi-5HB name-format=prefix-identity name-prefix=5Ghz
Here are the frequencies that the CAPs use, I think they are selected automatically. and the distribution of my devices works well ..
But not with my frequencies.
Thanks for your help.
CAP will auto-select frequency to use from the list of frequencies in frequency= clause.
Then you use the lists in
/caps-man configuration
add channel=channels24-lower name=net-2.4G-lower <the rest of settings, e.g. SSID>
add channel=channels24-upper name=net-2.4G-upper <the rest of settings, e.g. SSID>
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=net-2.4G-lower radio-mac=E6:8D:8C:49:EE:4A <optional slave-configurations=>
add action=create-dynamic-enabled master-configuration=net-2.4G-upper
So you have to create different configurations that you can assign to different CAPs (in provisioning …mind that order of lines in provisioning matters, the default one has to be the last).
For sure you can simplify setup to use single frequency list for all CAPs … I can envision case when CAPsMAN device restarts and all CAPs get provisioned at the same time. As they all check the spectrum for free frequencies at the same time (while none of them ate transmitting yet) they all might decide to use the same channel.
The comma was created because it is an export…
Just click the down arrow on your right, a new text box will appear, there you can type your second frequency
Also, it would be best to make use of the reselect interval and save selected values… Otherwise after the initial scan no other scan will be performed again… Unless capsman is rebooted etc…
On the frequency text box, on your right, there is an up/down arrow… press the down arrow and a new text box will appear… There you should put the Frequency 2462 and not on the Secondary Frequency Tab