Hello,
I was hoping someone would be able to walk me through how to setup a VLAN configuration for my home network within the LuCi interface (version 23.05.04). I would like to create three SSIDs (IoT, Main, and Guest) and 2 separate PC (connected via ethernet only) VLANs. I would like all 5 of these VLANs completely isolated from each other. Please see the diagram below.
Thank you for any assistance!
You can create new networks for the guest and iot networks quite easily using the guest wifi wiki tutorial.
https://openwrt.org/docs/guide-user/network/wifi/guestwifi/configuration_webinterface
With that, you can also create the separated ethernet network -- it'll just need a few minor tweaks. The details of those tweaks depend on your device.
All that said, try the guest wifi link above and see if that gets you going. If you run into issues or have questions, or if you get through it and just need guidance to get the ethernet network to function as desired, we'll need to see the config to assist at that point.
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </>
" button:

Remember to redact passwords, MAC addresses and any public IP addresses you may have:
ubus call system board
cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall
1 Like
Thank you for the fast reply! I will take a look at that link.