RPI is non DSA and I cannot find a VLAN config for mine.
I have a port eth0 going to PPPoE which all works fine untagged.
Now I want to use VLAN's to carry traffic from 2 AP's across another port eth1
I have got VLANs going fine on the Belkin RT3200 dumb AP's and can see traffic on the VLANS.
But I cannot find a config that will pick it up on the RPI router. I've looked at the VLAN threads here and they are either confusing or incomplete. And this is not exactly a complex config.
When you configure an Interface, if you don't see the port with the VLAN number that you need already on the Device pull-down, type it in the box at the bottom of the list (e.g. eth0.10) then press Enter to create and attach to the new one.
This is for hardware like a Pi or x86 that has independent Ethernet ports directly attached to the CPU, no switch.
Thank you. If I want two phy ports on the same Interface, can I use the same technique with LUCI. Just select both ethn.n from the drop down and a bridge will be created?
No, bridges are separate now. You'd have to click the Devices tab and add a new device of type bridge, then specify the ports in there. Then go back to Interfaces and use the bridge as the device.
If you're just adding ports to the existing lan, by default it already has a bridge named br-lan.
Thanks. It's all bridged and working now. Also I have the rt3200 on DSA passing traffic over the tagged trunk to the router and Internet from an untagged lan port.
Next mystery to solve is why the rt3200 wlan ports cannot pass traffic over the same Interface? I've set them up on the same Interface used for the untagged lan port.
I'm assuming it's because I've not picked up the vlan.
Anyone know the correct way to apply the wlan devices in this case please?