DHCP server - lease only one fixed IP address - UCI

Hi,

Is it possible to set DHCP server on one OpenWrt interface to lease only one fixed IP address? I do not know the MAC of the device, all I know, that there will be no other DHCP clients - only one attached. Could somebody provide UCI list for such configuration?

Thanks,

Kal800

/etc/config/dhcp

        option interface 'lan'
        option start '100'
        option limit '150'

set the limit to 1

2 Likes