I followed this simple guide for VLAN with Capsman in Capsman Forwarding mode, although its simple i can’t achieve isolation between the two wireless clients, one connected in each vlan…
I can ping the wireless client computer connected in VLAN with vlan id 10 although i am in VLAN with vlan id 20
Everything else works just fine…
I followed this guide step by step https://wiki.mikrotik.com/wiki/Manual:CAPsMAN_with_VLANs
Here is my export with just the important configuration lines…
/interface bridge
add name=bridge1 vlan-filtering=yes
/interface vlan
add interface=bridge1 name=vlan10 vlan-id=10
add interface=bridge1 name=vlan20 vlan-id=20
/caps-man configuration
add channel=channel1 country=greece datapath.bridge=bridge1 \
datapath.client-to-client-forwarding=yes datapath.vlan-id=10 \
datapath.vlan-mode=use-tag distance=dynamic mode=ap name=cfg1 security=\
security1 ssid=zach10
add channel=channel1 country=greece datapath.bridge=bridge1 \
datapath.client-to-client-forwarding=yes datapath.vlan-id=20 \
datapath.vlan-mode=use-tag distance=dynamic mode=ap name=cfg2 security=\
security1 ssid=zach20
/ip dhcp-server
add address-pool=dhcp_pool2 disabled=no interface=vlan10 name=dhcp1
add address-pool=dhcp_pool3 disabled=no interface=vlan20 name=dhcp2
/caps-man manager
set enabled=yes
/interface bridge vlan
add bridge=bridge1 tagged=bridge1 vlan-ids=10,20
/interface wireless cap
set caps-man-addresses=127.0.0.1 enabled=yes interfaces=wlan1
/ip address
add address=192.168.10.1/24 interface=vlan10 network=192.168.10.0
add address=192.168.20.1/24 interface=vlan20 network=192.168.20.0