I have multiple access points. Every AP has two configured SSIDs: one for clients devices (open) and one for some utility devices that will be used by clients devices (secured). I would like the utility devices not to be directly discoverable by clients devices, therefore the SSID separation. Also, every SSID is assigned to a VLAN (assume 10 and 20). Every AP is connected to a switch which is also connected to a router for Internet access. Every switch port with AP connected is configured as trunk port since tagged traffic for multiple VLANs will transit via this port. I also have a server that I would like to act as proxy for part of the traffic between clients devices and utility devices. If my understanding is correct, this server should be connected to the switch and configured to be part of the two VLANs. I have the following questions:
I would like every VLAN to have its own IP addressing (e.g. 192.168.10.1/24 for VLAN 10 and 192.168.20.1/24 for VLAN 20). Where should it be configured? Can the router (which also is a DHCP server) provide the addresses for the VLANs?
Should the switch port on which the server is connected be in trunking mode?
Of course, if you think anything looks wrong and is not a "best practice" way to solve my problem, please advise.
The AP model is Aruba Instant. The switch is an HP 2530. The router is currently an home router that I use for the tests.