Question about CAPsMAN and vlan's in local forwarding mode

Hi Guy’s

Is it possible to have multiple SSID on different vlan’s while local forwarding is used?

The problem i have is that i don’t get a dhcp reply on my client when connected to a AP which gets it’s config from CAPsMAN.

RouterOS: 6.32.1 is used with wireless-cm2 package ( CAPsMAN V2)

Hopefully anyone can help me

Greetings,

what is your CAPsMAN and CAP configuration?
CAP is connected to CAPsMAN directly or through some router/switch?

CAP is connected trough a router to capsman.

I have the following vlan’s

VLAN 10: Management VLAN (for managing network devices including the mikrotik’s)
VLAN 20: Client-VLAN (WiFi for laptops of internal users)
VLAN 30: Guest-VLAN (WiFi for guests)

the names of the vlan are created for test purpose

The dhcp server is a router based on PfSense which has these 3 VLAN’s attached.
On the dhcp server i see the reqeust for a ip and also see the reply for that request.

But the client ( have tested it on Client en Guest WiFi ) wont get a respons.
When the client sets a static ip for WiFi i can’t even ping the router.

CAPsMAN is configured for local forwarding.

What do you specific want to see of the config

Thanks in advance

can you post the CAP boards configuration from such sections: Bridge, Vlan, Interface wireless cap.

Bridge

/interface bridge
add mtu=1500 name=BR-Beheer
add mtu=1500 name=BR-WiFi
add admin-mac=D4:CA:6D:BB:A2:0F auto-mac=no name=bridge-local

Bridge Port

/interface bridge port
add bridge=bridge-local disabled=yes interface=ether2-master-local
add bridge=bridge-local disabled=yes interface=ether1-gateway
add bridge=BR-Beheer interface=BeheerVLAN
add bridge=BR-WiFi interface=ether5-VLAN
add bridge=BR-WiFi interface=ClientVLAN
add bridge=BR-WiFi interface=GastVLAN

VLAN

/interface vlan
add interface=ether5-VLAN l2mtu=1594 name=BeheerVLAN vlan-id=10
add interface=ether5-VLAN l2mtu=1594 name=ClientVLAN vlan-id=20
add interface=ether5-VLAN l2mtu=1594 name=GastVLAN vlan-id=30

Interface wireless cap

/interface wireless cap
set bridge=BR-WiFi caps-man-addresses=192.168.110.10 discovery-interfaces=\
    BR-Beheer interfaces=wlan1

Interface Wlan

/interface wireless
# managed by CAPsMAN
# channel: 2412/20-Ce/gn(20dBm), SSID: Client-CAP, local forwarding

All traffic run trough Ether5

You should add the VLAN interface on the bridge interface and not on the ether5 interface as the ether5 interface is a part of the bridge ports. Set all the vlans to the BR-WiFi interface.

Thank you that’s the solution

Finaly it works :smiley:

Greetings Gerwin