I have set up:
wlan1 (Wireless QCA9984) ==> SSID: AE (as in end device can choose whichever radio it prefers)
--> wlan5 virtual (wlan1 master) ==> SSID: AE5 (as in for dedicated 5GHz radio)
wlan2 (Wireless Atheros AR9300) ==> SSID: AE (as in end device can choose whichever radio it prefers)
--> wlan22 virtual (wlan2 master) ==> SSID: AE2 (as in for dedicated 2.4GHz radio)
First three (wlan1; wlan5; wlan2) work perfectly. Whereas the last one, virtual interface wlan22 created with Master interface wlan2, just does not work as expected.It is visible to end devices; they can connect to it (PSK seems to work); And it fails at getting IP. Android device gives "IP Configuration Error". Same android device does not support 5GHz wifi at all and works therefor perfectly with wlan2 (using SSID AE). Gets IP and works. Have tried to disabling wlan22, enabling, deleting and recreating. Nothing seems to help.
RouterOS 6.47.0 first noticed this and now upgraded to 6.47.1 and still the same problem. Is this like a known issue/bug and is there some workaround for this?
Config seems also identical enough...
Code: Select all
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX country=no_country_set disabled=\
no distance=indoors frequency=5500 frequency-mode=superchannel installation=outdoor mac-address=\
xx:xx:xx:xx:70:74 mode=ap-bridge radio-name=xxxxxxxx7074 secondary-channel=auto ssid="Asgardian Empire" \
station-roaming=enabled wireless-protocol=802.11 wps-mode=disabled
set [ find default-name=wlan2 ] band=2ghz-g/n country=estonia disabled=no distance=indoors frequency=2462 mode=\
ap-bridge ssid="Asgardian Empire" station-roaming=enabled wireless-protocol=802.11 wps-mode=disabled
add disabled=no keepalive-frames=disabled mac-address=xx:xx:xx:xx:70:74 master-interface=wlan1 \
multicast-buffering=disabled name=wlan5 ssid="Asgardian Empire5" station-roaming=enabled wds-cost-range=0 \
wds-default-cost=0 wps-mode=disabled
add disabled=no keepalive-frames=disabled mac-address=xx:xx:xx:xx:86:5A master-interface=wlan2 \
multicast-buffering=disabled name=wlan22 ssid="Asgardian Empire2" wds-cost-range=0 wds-default-cost=0 \
wps-mode=disabled