Hi,
The routers uplink is connected to a local subnet and I want this network available on (at least some) switch ports. The wifi devices should stay on their seperate OpenWRT LAN.
I found the following thread https://forum.openwrt.org/viewtopic.php?id=19540 - but the WAN interface here in /etc/config/network is not eth0.1 but eth1 (Kamikaze r16206 / Asus WL500w). Now I tried to use the config from the last post in that thread, which as expected, did not work. I then tried different combinations of eth1.0, eth1.1, eth2 etc - but to no avail.
The switch config part is as follows:
config 'switch' 'eth0'
option 'vlan1' '0 2 3 4 5'
option 'vlan0' '1 5u'
I think this should give me on this device 3 WAN ports and 1 LAN port.
Can anyone give me a hint how this should be setup?
thanks,
otwin