Wi-fi endpoint is not accessible

/interface bridge
add admin-mac=D4:01:C3:F5:5B:EB auto-mac=no comment=defconf name=bridgeLocal
/interface wifiwave2 configuration
add name=sycn_wifi_config ssid=54of
/interface wifiwave2 datapath
add bridge=bridgeLocal comment=defconf disabled=no name=capdp
/interface wifiwave2

managed by CAPsMAN

set [ find default-name=wifi2 ] configuration.manager=capsman .mode=ap datapath=capdp disabled=no
/interface wifiwave2 security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=sec1
/interface wifiwave2
set [ find default-name=wifi1 ] channel.band=5ghz-ac configuration.manager=local .mode=ap .ssid=SecondaryName datapath=capdp disabled=no security=sec1
/ip dhcp-server
add interface=bridgeLocal lease-time=1h name=dhcp1
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether1
add bridge=bridgeLocal comment=defconf interface=ether2
add bridge=bridgeLocal interface=wifi1
add bridge=bridgeLocal interface=wifi2
/interface wifiwave2 cap
set discovery-interfaces=bridgeLocal enabled=yes slaves-datapath=capdp
/interface wifiwave2 capsman
set enabled=yes
/interface wifiwave2 provisioning
add action=create-enabled master-configuration=sycn_wifi_config
/ip dhcp-client
add comment=defconf interface=bridgeLocal
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.1
/ip firewall nat

in/out-interface matcher not possible when interface (ether2) is slave - use master instead (bridgeLocal)

add chain=srcnat out-interface=ether2
/system clock
set time-zone-name=Europe/Minsk
/system note
set show-at-login=no
Version is the same
Packages is the same too

Work perfectly fine (meaning - i have internet-ethernet connection, which sharing it with other interfaces in bridge ports), but when i try to import config.rsc to other device i - catch non-running state in wifi1 interface..also when i change location (plug in/out to different ethernet hole) of successful one, I'll fall to same case.

I'm new in this stuff. So strongly relay to community support

Appreciate any help or pieces of advice

You can not import just like that.
You create a duplicate MAC address on bridge if you do.

Not sure what exactly you test. If no wireless client is connected, it is normal that an AP wireless interface is shown (and treated by routing) as not running, could it be as simple as that?


Please say it again in your native language and be more verbose regarding “same case”, I did not get what actually happens.