In Is there a “newer” documention for creating a wireless backhaul? - #4 by linuxuser I mentioned already.
Not so easy to understand why "sta" corresponds to "wds" at first sight.
Not sure if you have to do this with all the 3, or if the last line option ignore '1'
is enough.
/etc/config/dhcp
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv4 'server'
option dhcpv6 'server'
option ra 'server'
list ra_flags 'managed-config'
list ra_flags 'other-config'
option ignore '1'
Please where? With the webinterface, which file with the editor?
Only 192.168.178.1 should be used as dhcp and dns server.
/etc/config/dhcp:|list server '192.168.178.1'
/etc/config/network:|option gateway '192.168.178.1'
/etc/config/network:|list dns '192.168.178.1'
In <config dhcp 'lan'> there is at the end <option ignore '1'>
Am I done now?