I have reverted back to old release as wifi is so bad on WRT3200ASM.
I changed wan vlan 2 to 999 and cannot get IP from DHCP
I need vlan 2 tagged on LAN for Ham Radio links.
How can I do this or fix it?
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 'fd8d:5dfc:37b3::/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option proto 'dhcp'
option ifname 'eth1.999'
config interface 'wan6'
option proto 'dhcpv6'
option ifname 'eth1.999'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '5t 3 2 1 0'
option vid '1'
config switch_vlan
option device 'switch0'
option vlan '999'
option ports '6t 4'
option vid '999'