Hello,
I flashed Netgear WAX206 with OpenWrt and don't need more features than original firmware Access Point Mode.
I got a rotuer which handles DHCP and routing already, I want to use WAX206 inside the same network so my WLAN devices can access ethernet devices. The only port connected to WAX206 was 2.5G WAN.
Did telnet to original firmware and checked config:
/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 switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config interface 'lan'
option type 'bridge'
option ifname 'eth0.0 eth0.4095'
option proto 'dhcp'
config switch_vlan
option vlan '0'
option device 'switch0'
option ports '1 2 3 4 6t'
config switch_vlan
option vlan '4095'
option device 'switch0'
option ports '5 6t'
which is old, yet I am having trouble translating this into DSA.
I got standard lan, wan and wan6 devices and br-lan, detected ports:
how can I rework default settings into something I was using with stock firmware? (Access Point preconfigured mode without routing). Currently I have lan network running with 192.168.2.1 and it's ok, while WAN is 192.168.1.4, but I need WLAN devices to be in the 192.168.1.x net as used to be with original firmware.