makarel wrote:@gufus
whell the device was configured ok apart from the missing switch tab
but it didntnt connected the wan cable and i failed to see that (he sed its all connected fine though)
ty for your help
Hi,
Can you help me setup a vlan on my 1900ac(v1), I just can't get it setup 
To setup my third VLAN and swap configurations between VLAN 2 and 3.
is VLAN 2 is for the wan interface?
and VLAN 1 is for the lan interface?
config interface 'IPredator'
option ifname 'tun1337'
option proto 'none'
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fda4:e5c6:93a8::/48'
config interface 'lan'
option force_link '1'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
option _orig_ifname 'eth0 wlan0 wlan1'
option _orig_bridge 'true'
option ifname 'eth0'
config interface 'wan'
option proto 'dhcp'
option peerdns '0'
option _orig_ifname 'eth1'
option _orig_bridge 'false'
option ifname 'eth1'
config interface 'wan6'
option ifname 'eth1'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 2 3 5'
option vid '1'
config switch_vlan
option device 'switch0'
option vlan '2'
option vid '2'
option ports '4 6'
config switch_vlan
option device 'switch0'
option vlan '3'
option vid '3'
(Last edited by gufus on 12 Aug 2015, 07:06)