Hi,
I'm getting another ISP providing IPv6.
In preparation for IPv6 was checking the Interfaces LAN config in Luci and noticed there's no settings for DHCP server.
It's basically stating there's no DHCP server configured to this interface.
I do recall in Luci there was settings for LAN DHCP server in LAN section.
The actual DHCP server works ok for LAN as per /etc/config/dhcp config below as I've got no problem receiving or renewing IP assignments..
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv6 'server'
option ra 'server'
While still can do config settings via files, any pointers why my LAN interface DHCP config section in Luci is missing?
To note pressing the Luci "Setup DHCP Server" does nothing.
Using currently "OpenWrt SNAPSHOT r9744-1e55171a12 / LuCI Master (git-19.086.62748-9dd2927)".
Br,
-Gram-