I have an AP (Groove A-2Hn) with wifi and one ethernet port. I’m trying to make 2 separate wifi networks, each on their own VLAN, each with their own DHCP server. But I'm getting confused about interfaces - and getting error messages. At a high level here’s what I’ve done:
- defined a master WiFi interface (if-LINK), and a child WiFi interface (if-DMZ)
- defined two VLAN's in Interface > VLAN (vlan-LINK and vlan-DMZ)
- defined two IP’s, one for each wireless network
- defined two DHCP servers, one for each wireless network
Questions:
- IP-interface: I have to assign each IP to an interface. Which interface do I attach each of these IP’s to? I can choose ether1, bridge1, the master wireless interface (if-LINK), the child wireless interface (if-DMZ), or the vlan interfaces (vlan-LINK or vlan-DMZ). I assumed the vlan-X interface.
- VLAN-interface: I have to assign each VLAN to an interface. Which interface do I attach each of these VLANs to? I can choose ether1, bridge1, the master wireless interface (if-LINK), the child wireless interface (if-DMZ), or the vlan interfaces (strangely I can attach my VLAN’s to vlan-X). I assumed that the VLANs should attached to the matching if-X. (But then the VLAN does not show as running)
- DHCP-interface: I have to assign each DCHP server to an interface. Which interface do I attach the DHCP servers to? When I add my LINK DHCP server to if-LINK (master WiFi interface), it complains "DHCP server can not run on a slave interface". (But it's NOT a slave). When I attach it to interface vlan-LINK it complains "interface not running".
I think I'm missing something conceptually...is there a way of looking at interfaces that will make all of the above make sense? I don’t understand to which interfaces I should attach each of the above three things.
Thanks
(Pulling hair out)