hacksaw wrote:Is there a way to get the Switch page enabled in LuCI? The option is not available to me at the moment.
Edit: Did some more digging and I guess I need to ask if switching is yet supported on the 1900AC?
Thanks!
After I enable de vlan option on network config, the switch page apears in LuCI.
my configuration:
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '7'
option vid '7'
option ports '1 3 5t'
config switch_vlan
option device 'switch0'
option vlan '8'
option vid '8'
option ports '0 5t'
config switch_vlan
option device 'switch0'
option vlan '2'
option vid '2'
option ports '4 6t'
config interface 'eth0_7'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.0.254'
option netmask '255.255.255.0'
option _orig_ifname 'eth0.7'
option _orig_bridge 'true'
option mtu '1500'
option metric '0'
option ifname 'eth0 eth0.7'
config interface 'eth0_8'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option ipaddr '192.168.1.100'
option _orig_ifname 'eth0.8'
option _orig_bridge 'true'
option ifname 'eth0 eth0.8'
config interface 'wan'
option _orig_ifname 'eth1.1'
option _orig_bridge 'false'
option proto 'pppoe'
option username 'omited'
option password 'omited'
option ifname 'eth1.2'