i don't know where to hit my head. i've tried everything, followed tutorials, nothing,
my CAPsMAN is i ax3 I followed what is described here:
https://help.mikrotik.com/docs/display/ ... onexample:
The first CAP is i ax2 and it works correctly as described in the previous link, so far no problem.
The problems I have are as follows:
- if I configure CAMsMAN also as a CAP, it does not work. Yes the communication between CAP and CAMsMAN seems to be active, I have referenced the local host address and enabled the necessary policies. But it just doesn't create any interface.
- the second problem is that ac2 does not support VLANs on the wlan1 and wlan2 interfaces. The only way I have found to make VLANs work locally is to create manually bridge ports, a configuration that cannot work in CAPsMAN with dynamic interfaces, however.
Like:
Code: Select all
/interface bridge port
add bridge=bridge interface=IOT-wifi1 pvid=9
add bridge=bridge interface=IOT-wifi2 pvid=9
Code: Select all
/interface wifi datapath
add bridge=bridge disabled=yes name=IOT vlan-id=9
I'm very confused because the result on different platforms is different, it really smells like BUG to me."vlan-id configured but interface does not support assigning vlans"
Questions:
- is there anyone who already makes ac2 work as a CAP by making use of VLANs on wlan interfaces?
- is there anyone who has already made an ax3 work as a CAP of itself?
I am using 7.15.3 version everywhere, and I managed with great vicissitudes to install "wifi-qcom-ac" module even on ac2, mamma mia what a pain.
I really hope someone can help me, if not I really feel like leaving mikrotik with a platform that really centrally manages WIFI.
Regards
Stefano