I have a running network with VLANs, thanks to this forum. Part of this network are 2 Mikrotik AccessPoints (1x cAP and 1x wAP) managed bei capsman on my central router (RB3011). Assigning WiFi-Clients to VLANs inclulding according DHC-Lease and everything works just fine....at least I thought untill today. After spending quite some time to get a wifi-connected printer to run I found out that I can't ping a Wifi-Client from another wifi-client, and as such, can't print from a wifi-client to a wifi-printer. Going through the capsman-config, I couldn't find anything that might help, withholding myself from trial-and-error chances. The only thing I did was to add "client-to-client-forwarding=yes" to the client, but without success.
Any ideas or leads what I'm doing wrong. Please find below the export from /caps-man on the central router (RB3011):
Code: Select all
# oct/29/2021 20:30:28 by RouterOS 6.46.8
/caps-man channel
add band=2ghz-b/g/n control-channel-width=20mhz extension-channel=disabled name=\
channel24
add band=5ghz-a/n/ac control-channel-width=20mhz extension-channel=Ceee name=\
channel51 skip-dfs-channels=yes
/caps-man datapath
add client-to-client-forwarding=yes local-forwarding=yes name=datapath-LAN100 \
vlan-id=100 vlan-mode=use-tag
add client-to-client-forwarding=yes local-forwarding=yes name=datapath-LAN200 \
vlan-id=200 vlan-mode=use-tag
add client-to-client-forwarding=yes local-forwarding=yes name=datapath-LAN300 \
vlan-id=300 vlan-mode=use-tag
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm group-encryption=aes-ccm \
name=securityprofile-WLAN100 passphrase=password1
add authentication-types=wpa2-psk encryption=aes-ccm group-encryption=aes-ccm \
name=securityprofile-WLAN200 passphrase=password2
add authentication-types=wpa2-psk encryption=aes-ccm group-encryption=aes-ccm \
name=securityprofile-WLAN300 passphrase=password3
/caps-man configuration
add channel=channel24 country=germany datapath=datapath-LAN100 installation=\
indoor mode=ap name=cfg-ppwnp-24 security=securityprofile-WLAN100 ssid=ppwnp
add channel=channel51 country=germany datapath=datapath-LAN100 hide-ssid=yes \
installation=indoor mode=ap name=cfg-ppwnp-51 security=\
securityprofile-WLAN100 ssid=ppwnp
add channel=channel24 country=germany datapath=datapath-LAN200 installation=\
indoor mode=ap name=cfg-ppwnk-24 security=securityprofile-WLAN200 ssid=ppwnk
add channel=channel51 country=germany datapath=datapath-LAN200 installation=\
indoor mode=ap name=cfg-ppwnk-51 security=securityprofile-WLAN200 ssid=ppwnk
add channel=channel24 country=germany datapath=datapath-LAN300 installation=\
indoor mode=ap name=cfg-ppwn-24 security=securityprofile-WLAN300 ssid=ppwn
add channel=channel51 country=germany datapath=datapath-LAN300 installation=\
indoor mode=ap name=cfg-ppwn-51 security=securityprofile-WLAN300 ssid=ppwn
/caps-man access-list
add action=accept allow-signal-out-of-range=10s client-to-client-forwarding=yes \
comment="Samsung Note9 -> VLAN100" disabled=no interface=all \
mac-address=77:77:77:77:77:77 vlan-id=100 vlan-mode=use-tag
add action=accept comment="Laptop alt" interface=all mac-address=\
88:88:88:88:88:88 vlan-id=100 vlan-mode=use-tag
add action=accept client-to-client-forwarding=yes comment=\
"Samsung S20 -> VLAN100" interface=all mac-address=\
99:99:99:99:99:99 vlan-id=100 vlan-mode=use-tag
add action=accept comment="Instar 6014 WLAN --> VLAN80" interface=all \
mac-address=AA:AA:AA:AA:AA:AA vlan-id=80 vlan-mode=use-tag
add action=accept client-to-client-forwarding=yes comment=\
"Laptop2 WLAN -> VLAN100" interface=all mac-address=\
BB:BB:BB:BB:BB:BB vlan-id=100 vlan-mode=use-tag
add action=accept comment="Laptop1 -> VLAN100" interface=all \
mac-address=CC:CC:CC:CC:CC:CC vlan-id=100 vlan-mode=use-tag
add action=accept comment="Pi-Box WiFi -> VLAN100" interface=all mac-address=\
DD:DD:DD:DD:DD:DD vlan-id=100 vlan-mode=use-tag
add action=accept client-to-client-forwarding=yes comment=\
"Samsung Tab -> VLAN100" interface=all mac-address=EE:EE:EE:EE:EE:EE \
vlan-id=100 vlan-mode=use-tag
add action=accept client-to-client-forwarding=yes comment=\
"Canon CP910 Fotodrucker" interface=all mac-address=FF:FF:FF:FF:FF:FF \
vlan-id=100 vlan-mode=use-tag
/caps-man manager
set enabled=yes upgrade-policy=suggest-same-version
/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=gn master-configuration=\
cfg-ppwn-24 name-format=prefix-identity name-prefix=2.4g \
slave-configurations=cfg-ppwnp-24,cfg-ppwnk-24
add action=create-dynamic-enabled hw-supported-modes=an master-configuration=\
cfg-ppwn-51 name-format=prefix-identity name-prefix=5g slave-configurations=\
cfg-ppwnp-51,cfg-ppwnk-51
add action=create-dynamic-enabled hw-supported-modes=gn master-configuration=\
cfg-ppwn-24 name-format=prefix-identity name-prefix=2.4g \
slave-configurations=cfg-ppwnp-24,cfg-ppwnk-24
add action=create-dynamic-enabled hw-supported-modes=an master-configuration=\
cfg-ppwn-51 name-format=prefix-identity name-prefix=5g slave-configurations=\
cfg-ppwnp-51,cfg-ppwnk-51