I try to get my CAPsMAN configuration running with local forwarding enable, but I still fail.
To show my configuration I prepare a spare device on my desk with minimal configuration for testing.
I think the issue is related to my additional VLAN / bridge configuration.
I want to have the CAP Interface as VLAN tagged traffic (110).
If I disable 'local forwarding' all is working as expected, but if enabled than there is no traffic flow anymore to WLAN clients.
I try different things by playing around with the VLAN options in the bridge/port and datapath but the result is always the same
Could anybody please have a look on my configuration and give me a hint whats wrong ?
Code: Select all
/caps-man channel
add frequency=2412 name=channel1
/interface bridge
add name=bridge1 vlan-filtering=yes
/interface wireless
# managed by CAPsMAN
# channel: 2412/20-Ce/gn(20dBm), SSID: test, local forwarding
set [ find default-name=wlan1 ] disabled=no ssid=MikroTik
set [ find default-name=wlan2 ] ssid=MikroTik
/interface vlan
add interface=bridge1 name=vlan1-manage vlan-id=1
add interface=bridge1 name=vlan110-wlan vlan-id=110
/caps-man datapath
add bridge=bridge1 local-forwarding=yes name=datapath1 vlan-id=110 vlan-mode=use-tag
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm,tkip name=security1 passphrase=test2019
/caps-man configuration
add channel=channel1 country=germany datapath=datapath1 name=cfg1 security=security1 ssid=test
/caps-man interface
add configuration=cfg1 disabled=no l2mtu=1600 mac-address=6C:3B:6B:xx:xx:xx master-interface=none name=cap1 radio-mac=6C:3B:6B:xx:xx:xx radio-name=6C3B6Bxxxxxx
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/caps-man manager
set enabled=yes
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 frame-types=admit-only-vlan-tagged interface=ether5
add bridge=bridge1 frame-types=admit-only-vlan-tagged interface=vlan110-wlan pvid=110
/interface bridge vlan
add bridge=bridge1 tagged=bridge1 untagged=ether2 vlan-ids=1
add bridge=bridge1 tagged=bridge1,ether5 vlan-ids=110
/interface wireless cap
#
set caps-man-addresses=192.168.11.127 enabled=yes interfaces=wlan1
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=vlan110-wlan
Thanks in advance,
best regards
Marcus