Hi,
I'm running Kamikaze 8.09.1 on an Asus WL-500g (no premium). This device is only used in my internal network so I don't need a WAN port but one more LAN port would be nice. Therefore my idea was just to bridge the WAN port to LAN. However the old WL-500g can not do real vlans (the internal switch does not support it).
I tried to configure it like this:
config 'switch' 'eth0'
option 'vlan0' '1 2 3 4 5*'
option 'vlan1' '0 5'
config 'interface' 'lan'
option 'type' 'bridge'
option 'ifname' 'eth0 eth1'
option 'proto' 'dhcp'
option 'defaultroute' '0'
option 'peerdns' '0'
So to me it looks like everything was setup correctly:
# brctl show
bridge name bridge id STP enabled interfaces
br-lan 8000.0013d40ffcec no eth0
eth1
But unfortunately, I can not ping the device on the wan port (also dhcp requests won't work from "WAN" -> LAN).
What do I miss?
fs