Internal DHCP not handing out addresses

Very confused by this one. Using the latest 8/23 VyOS build. Attached is my configuration.

When you check dchp leases, you see this:

[code]vyos@vyos:~$ sho dhcp server leases

IP address Hardware address Lease expiration Pool Client Name


192.168.1.29 2017/09/04 18:53:51 android-f6dba3d340907c37
192.168.1.26 2017/09/04 18:27:11 jarrodlinuxpc
192.168.1.13 2017/09/04 08:46:29 BRW1C3E841FC3F2
192.168.1.10 2017/09/04 07:53:34 MUDBALL-AP
192.168.1.18 2017/09/03 19:27:11 Jordans-iPhone[/code]

The devices listed have statically set IP’s as dhcp is not working. It claims instead they are “leased” addresses but not assigned to a pool.

When you do check the one local pool (LAN) you see this:

[code]vyos@vyos:~$ sho dhcp server leases pool LAN

IP address Hardware address Lease expiration Pool Client Name
---------- ---------------- ---------------- ---- -----------[/code]
However when you check the configuration everything looks good to me.

Anyone have any suggestions as to what is going on?