I have the following physical setup:
- Open WRT DSRobot router with 2 eth ports is connected to modem on port eth0 and to switch on port eth1
- Unify Access Point that runs OpenWRT connected to the switch
I am trying to establish 3 networks:
- Home LAN - for family members
- IOT LAN - for IOT devices
- Guest LAN - for guests
I've already set up 3 SSIDs for each network on the Access Point. I've also created the firewall rules for LANs interactions on the router. I want the router to distribute the IP addresses and keep the AP as a dummy bridge. I know I need to set up VLANs for each network, but I am not exactly sure how and on which devices. Thank you.