Need to ask for assistance because I'm stumped.
I am trying to create a simple VLAN for guest network over my wifi. Let's say VLAN99.
Got my pfsense and cisco switch all ready for tagged vlan99.
i tried creating bridges, VLANs... tried assigning different interfaces, tried tagging and untagging and nothing works. Very often i lock myself out.
It's necessary to know what device and version of OpenWrt you are using, as well as what port is used for the trunk to your upstream network.
Also, is the guest VLAN proven to work when you connect a computer via ethernet to the switch (if you haven't already, create an access port for the guest network and test it) -- it's critical to make sure your main router and switch are both properly configured before you move onto wifi.
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:
VLAN 1 -- as in the actual VLAN ID 1, is not required. It can be any valid VLAN ID. However, all network interfaces that use br-lan must be edited to use br-lan.x where x is the VLAN ID.
I can give you specific edits, but I need to know the VLAN-port membership (and tagging status per VLAN on each port).
Thank you Peter.
What I did is added VLAN ID 1 anyway and 99 right below. Changed my br-lan interface to br-lan1 (which is the answer btw. as I've never done that before) and it works. Will leave it that way as I plan to add another VLAN and see where it takes me.