Community discussions

MikroTik App
 
pwgl
just joined
Topic Author
Posts: 1
Joined: Mon Apr 29, 2024 5:15 pm

Problem with WiFI (CAPSMAN WAVE2)

Mon Apr 29, 2024 6:06 pm

Hi

I try configure CAPsMAN for 7 AP on my network. I have RB750r2 + CRS112-8G-4S + 7x RBcAPGi-5acD2nD all upgraded to 7.14.3. Problem it about CAP dont broadcasts networks. I'm currently trying to run WiFi on only one CAP. My configs:

RB750r2
# 2024-04-29 16:35:11 by RouterOS 7.14.3
# software id = 38RF-SGB6
#
# model = RB750r2
# serial number = ***
/interface bridge
add name=bridge
/interface wifi channel
add band=2ghz-n disabled=no frequency=2472 name=ch2n skip-dfs-channels=\
    10min-cac width=20mhz
add band=5ghz-ac disabled=no frequency=5725 name=ch5ac skip-dfs-channels=\
    10min-cac width=20/40mhz
/interface wifi datapath
add bridge=bridge disabled=no name=datapath
/interface wifi security
add authentication-types=wpa2-psk disabled=no ft=yes name=sec
/interface wifi configuration
add channel=ch2n country="United States" datapath=datapath disabled=no mode=ap \
    name=wifi2g security=sec security.authentication-types="" .ft=yes ssid=2G
add channel=ch5ac country="United States" datapath=datapath disabled=no mode=ap \
    name=wifi5g security=sec security.ft=yes ssid=5G
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/ip pool
add name=pool1 ranges=192.168.30.50-192.168.30.254
/ip dhcp-server
add address-pool=pool1 interface=bridge lease-time=15m name=server1
/interface bridge port
add bridge=bridge interface=ether2
add bridge=bridge interface=ether3
add bridge=bridge interface=ether4
add bridge=bridge interface=ether5
/interface wifi capsman
set ca-certificate=none enabled=yes interfaces=bridge package-path="" \
    require-peer-certificate=no upgrade-policy=none
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=wifi2g \
    name-format=cap
add action=create-dynamic-enabled disabled=no master-configuration=wifi5g \
    name-format=cap
/ip address
add address=192.168.30.1/24 interface=bridge network=192.168.30.0
/ip dhcp-client
add interface=ether1
/ip dhcp-server network
add address=192.168.30.0/24 dns-server=8.8.8.8 gateway=192.168.30.1
/ip firewall nat
add action=accept chain=srcnat ipsec-policy=out,none out-interface=ether1
/system clock
set time-zone-name=Europe/Warsaw
/system note
set show-at-login=no
CRS112-8G-4S
# 2024-04-29 16:37:07 by RouterOS 7.14.3
# software id = DR1H-WBW6
#
# model = CRS112-8G-4S
# serial number = ***
/interface bridge
add admin-mac=CC:2D:E0:98:DD:0E auto-mac=no comment=defconf name=bridgeLocal
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/port
set 0 name=serial0
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether1
add bridge=bridgeLocal comment=defconf interface=ether2
add bridge=bridgeLocal comment=defconf interface=ether3
add bridge=bridgeLocal comment=defconf interface=ether4
add bridge=bridgeLocal comment=defconf interface=ether5
add bridge=bridgeLocal comment=defconf interface=ether6
add bridge=bridgeLocal comment=defconf interface=ether7
add bridge=bridgeLocal comment=defconf interface=ether8
add bridge=bridgeLocal comment=defconf interface=sfp9
add bridge=bridgeLocal comment=defconf interface=sfp10
add bridge=bridgeLocal comment=defconf interface=sfp11
add bridge=bridgeLocal comment=defconf interface=sfp12
/interface wifi capsman
set package-path="" require-peer-certificate=no upgrade-policy=none
/ip dhcp-client
add comment=defconf interface=bridgeLocal
/system clock
set time-zone-name=Europe/Warsaw
/system note
set show-at-login=no
RBcAPGi-5acD2nD
# 2024-04-29 17:39:33 by RouterOS 7.14.3
# software id = 6Z2P-H9GJ
#
# model = RBcAPGi-5acD2nD
# serial number = ***
/interface bridge
add admin-mac=78:9A:18:17:51:B8 auto-mac=no comment=defconf name=bridgeLocal
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether1
add bridge=bridgeLocal comment=defconf interface=ether2
/interface wifi cap
set discovery-interfaces=bridgeLocal enabled=yes
/ip dhcp-client
add comment=defconf interface=bridgeLocal
/system clock
set time-zone-name=Europe/Warsaw
/system note
set show-at-login=no
I noticed that in RBcAPGi-5acD2nD there is no information about the WLAN interface. CAP was launched in CAPsMAN mode using the power button as well as using SYSTEM - RESET CONFIGURATION - CAPS Mode.

After restarting with power button I gets the following config:
# 1970-01-02 00:03:20 by RouterOS 7.14.3
# software id = 6Z2P-H9GJ
#
# model = RBcAPGi-5acD2nD
# serial number = ***
/interfacebridge
add admin-mac=78:9A:18:17:51:B8 auto-mac=no comment=defconf name=bridgeLocal
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/interface bridgeport
add bridge=bridgeLocal comment=defconf interface=ether1
add bridge=bridgeLocal comment=defconf interface=ether2
/ip dhcp-client
add comment=defconf interface=bridgeLocal
/systemnote
set show-at-login=no
As we can see there is no information about CAPsMAN... I use this manual: https://help.mikrotik.com/docs/display/UM/cAP+XL+ac

When i use SYSTEM - RESET CONFIGURATION - No Default Configuration and next CAPS Mode i get:
 
 # 1970-01-02 00:03:49 by RouterOS 7.14.3
# software id = 6Z2P-H9GJ
#
# model = RBcAPGi-5acD2nD
# serial number = ***
/interface bridge
add admin-mac=78:9A:18:17:51:B8 auto-mac=no comment=defconf name=bridgeLocal
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether1
add bridge=bridgeLocal comment=defconf interface=ether2
/ip dhcp-client
add comment=defconf interface=bridgeLocal
/system note
set show-at-login=no
 
I think CAPsMODE from restart button and form reset configuration is for wireless package, not for wave2.
Last edited by BartoszP on Mon Apr 29, 2024 6:50 pm, edited 1 time in total.
Reason: removed serials
 
erlinden
Forum Guru
Forum Guru
Posts: 2027
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: Problem with WiFI (CAPSMAN WAVE2)

Mon Apr 29, 2024 8:07 pm

Do you have the wifi-qcom-ac (as part of the extra) package installed on the RBcAPGi-5acD2nD?
It is required to make it work, but from the config it looks like it is missing.
 
infabo
Forum Veteran
Forum Veteran
Posts: 771
Joined: Thu Nov 12, 2020 12:07 pm

Re: Problem with WiFI (CAPSMAN WAVE2)

Mon Apr 29, 2024 11:35 pm

IIRC dynamically created wifi interfaces by capsman do not show up in /export on the cap.

Who is online

Users browsing this forum: Ahrefs [Bot], DeDMorozzzz, mirosmar, nor18online and 13 guests