Luci Interface section for LAN missing DHCP config

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-

Look for syntax errors in uci show dhcp >/dev/null

2 Likes

Thanks Jow,

It's fixed now.
Due to my earlier manual changes for DNS over TLS I had typing errors before 'lan' section.
Fixed those and it's ok now and DHCP server section is visible in Luci.

Br,
-Gram-

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.