Hi,
I'm running OpenWrt Backfire 10.03.1-RC6 on a Buffalo WZR-HP-G300NH.
I've defined a few VLANs and bridged the wan port with one switch port.
It works, both the router and the device on the eth0.3 port get an ISP ip address, but the luci gives an error on the Network- Interface page:
"Unsupported protocol type. Install protocol extensions..."
==> I did try to install them "luci-proto-core" and "luci-proto-ppp", but found out that they are already installed.
Still the error ? It's a bit misleading. Both devices are working
It would be nice to see some info from that port, like traffic counters, up /down status etc. or at least not an "error".
Could it be a bug or just my misconfiguring ?, this is my first stab at openwrt.
Any ideas ?
Thanks!
network is configured like this:
root@blackbox:~# cat /etc/config/network
config 'interface' 'loopback'
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config 'interface' 'lan'
option 'proto' 'static'
option 'type' 'bridge'
option 'ipaddr' '192.168.1.1'
option 'ifname' 'eth0.1'
option 'netmask' '255.255.255.0'
config 'interface' 'wan'
option 'proto' 'dhcp'
option '_orig_ifname' 'eth1'
option '_orig_bridge' 'true'
option 'broadcast' '1'
option 'type' 'bridge'
option 'ifname' 'eth0.3 eth1'
config 'switch'
option 'name' 'switch0'
option 'reset' '1'
option 'enable_vlan4k' '1'
option 'enable_vlan' '1'
config 'switch_vlan'
option 'device' 'switch0'
option 'vlan' '1'
option 'ports' '1 2 5t'
config 'switch_vlan'
option 'device' 'switch0'
option 'vlan' '2'
option 'ports' '3 5t'
config 'interface' 'wlan'
option 'ifname' 'wlan0'
option 'proto' 'static'
option 'ipaddr' '192.168.4.1'
option 'netmask' '255.255.255.0'
config 'interface' 'DMZ'
option 'proto' 'static'
option 'ifname' 'eth0.2'
option 'ipaddr' '192.168.2.1'
option 'netmask' '255.255.255.0'
config 'interface' 'UAG_Ext'
option 'proto' 'dhcp'
option 'broadcast' '1'
config 'switch_vlan'
option 'device' 'switch0'
option 'vlan' '3'
option 'ports' '0 5t'
(Last edited by Miku on 20 Apr 2012, 03:48)