I am trying to migrate from dhcpd to dnsmasq for my home network, without much luck.
I use the following simple configuration file:
port=0
interface=lan
bind-interfaces
dhcp-authoritative
dhcp-range=192.168.69.32,192.168.69.95,2h
dhcp-option=option:router,192.168.69.1
dhcp-option=option:
Happy new year!
I didn't manage to get my windows 10 to send a hostname, but I settled
with a workaround in the dnsmasq config.
If I add an dhcp-host entry like this but without any ip-address I get
dnsmasq to add the host correctly in the dns.
dhcp-host=3e:fa:72:5b:c7:02,carlsberg
So no