I want to separate my network devices into two networks: one for my regular devices (LAN) and one for devices that really have no business on the LAN (ISO). I'd also like any guests connecting to the network to be DHCP'd onto the ISO network. I have wired and wireless connections for both device categories. For example:Desktop: wired (LAN)Phone: wireless (LAN)TV: wired (ISO)Alexa: wireless (ISO)Guests: wireless (ISO)LAN: 192.168.1.0/24ISO: 192.168.2.0/24I'm having trouble wrapping my head around how to set up VLANs and bridging to make this possible. So far, I've tried:1. Connect AP and wired devices to switch2. Connect switch to firewall port 13. Create VLAN off port 14. Static-assign all IPs as necessary between the networks5. Turn DHCP off of LAN and on for ISOThe issue that I run into is that anything that comes onto the network later ends up getting an address on the LAN network (192.168.1.x) instead of the ISO network as intended. Additionally, even though devices are statically assigned IP address on the ISO network, the devices--themselves--show that their IP address is on the LAN network (for some devices, this causes connection issues).I'm not sure what's causing this. Am I going about this the wrong way?
What access point and switch do you have ?