I’ve tried using both a CAPsMAN configuration and configuring an access point, and every configuration of each over the last couple weeks. When I change the VLAN on any wireless network I make, I am no longer able to connect through either configuration. I don’t get a DHCP address from the server running on VLAN 5, and if I set a static IP within the subnet of the IP range I am using on VLAN 5, I am unable to ping the access point I am connected to. Below is the configuration.
/interface wireless
set [ find default-name=wlan2 ] disabled=no mode=ap-bridge security-profile=######## ssid=NEWSSID vlan-id=5 vlan-mode=use-tag wireless-protocol=802.11
If I connect to a wired port that only serves VLAN 5, I am able to ping all MikroTik devices as well as the others I have on that VLAN. Below is the configuration for that, if helpful.
/interface vlan
add interface=ether1 name=GuestVLAN vlan-id=5
/ip address
add address=10.5.200.7/16 comment=defconf interface=wlan2 network=10.5.0.0
add address=192.168.88.7/24 interface=GuestVLAN network=192.168.88.0
At this point it seems like I’m either missing something, or the RBwAPG-5HacT2HnD AP’s do not support VLANs for wireless clients. Any help would be great.
Thanks!