Hello guys
i have a hAP ac² as a router, where I have CapsMan with local forwarding access and 3 VLANs (Private - 47, Guest - 43 and Company - 41) are added to the ether3 and ether4 ports, with DHCP server.
I connect 1-1 RB260GSP switch to these ports on the Router so that several additional hAP ac² devices can be plugged in via POE.
CapsMan also works on all devices, but we also want to set up a few devices so that if someone is connected to the device wired, they can access the VLAN41 Company network. To do this, I also create a VLAN 41 for ether1 in CapsMan “client”, put this and the necessary physical ports in a bridge, configure the gateway.
This is how the wired connection works, but if someone connects to the Wi-Fi Company network managed by CapsMan, they will not receive DHCP and the Internet will not be accessible if I enter the IP, Gateway manually. and the network mask.
My CapsMan “client” exported config:
/interface bridge
add name=bridge1
add name=bridge2
/interface wireless
# managed by CAPsMAN
# channel: 2412/20-Ce/gn(17dBm), SSID: SSID1, local forwarding
set [ find default-name=wlan1 ] disabled=no ssid=MikroTik
set [ find default-name=wlan2 ] ssid=MikroTik
/interface vlan
add interface=ether1 name=VLAN411 vlan-id=41
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge1 interface=VLAN411
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge2 interface=ether1
/interface wireless cap
set bridge=bridge2 discovery-interfaces=bridge2 enabled=yes interfaces=wlan1
/ip dns
set servers=1.1.1.1
/ip route
add distance=1 gateway=192.168.41.1
/system clock
set time-zone-name=Europe/Budapest
What could be the problem? Thank you in advance for your help.