Hi,

I’m trying to setup a dnsmasq server (version 2.79 on Ubuntu 18.10) for DNS and 
DHCP to replace the horrible DNS/DHCP service built into the AT&T Fiber 
gateways. I've gotten everything configured and I have a client pulling a DHCP 
address but I’m not able to resolve it’s name in DNS using dnsmasq as the name 
server. I can resolve entries in the /etc/hosts file without any issues.

From what I can tell, the DHCP client name is being passed successfully from 
the client to the server (as it’s visible in the dnsmasq.leases file).

I’ve included my current configuration below, am I missing some configuration 
option that enables DHCP clients to register themselves into dnsmasq ’s DNS?

root@ubuntu:/etc/dnsmasq.d# grep -v '#' amiskell.net | sed '/^\s*$/d'
domain-needed
bogus-priv
strict-order
server=1.1.1.1
expand-hosts
domain=amiskell.net
dhcp-range=192.168.1.50,192.168.1.60,12h
dhcp-option=option:router,192.168.1.254
dhcp-option=option:dns-server,192.168.1.1
dhcp-option=option:netmask,255.255.255.0
dhcp-lease-max=150
dhcp-leasefile=/var/lib/misc/dnsmasq.leases
root@ubuntu:/etc/dnsmasq.d# cat /var/lib/misc/dnsmasq.leases 
1542425553 70:88:6b:83:XX:XX 192.168.1.57 A17062407 01:70:88:6b:83:XX:XX
_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Reply via email to