Local devices on DHCP are in DNS cache as 0.0.0.0

I thought my Lubuntu was playing up but I’ve realised the DNS entries in my Mikrotik show:

Home Unknown 0.0.0.0

why are DHCP Leases not populating DNS correctly?

Thanks,

DHCP does not register DNS. You need to script this if you want it.

https://wiki.mikrotik.com/wiki/Setting_static_DNS_record_for_each_DHCP_lease

Or an “on-line” one through dhcp script functionality: http://forum.mikrotik.com/t/dhcp-server-dns-update/127587/1
(self promotion :wink: )