Package: dnsmasq Version: 2.70-3 Since 2.70-3 dnsmasq doesn't recognize the hosts in the local network anymore. The log file shows
May 17 20:23:23 sylvester systemd[1]: Starting A lightweight DHCP and caching DNS server... May 17 20:23:23 sylvester dnsmasq[4152]: dnsmasq: syntax check OK. May 17 20:23:23 sylvester dnsmasq[4155]: started, version 2.70 cachesize 150 May 17 20:23:23 sylvester dnsmasq[4155]: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC May 17 20:23:23 sylvester dnsmasq[4155]: DBus support enabled: connected to system bus May 17 20:23:23 sylvester dnsmasq[4155]: DNS service limited to local subnets May 17 20:23:23 sylvester dnsmasq-dhcp[4155]: DHCP, IP range 10.10.100.128 -- 10.10.100.254, lease time 12h May 17 20:23:23 sylvester dnsmasq[4155]: using local addresses only for domain example.de May 17 20:23:23 sylvester dnsmasq[4155]: using nameserver 10.10.100.1#53 May 17 20:23:23 sylvester dnsmasq[4155]: no servers found in /var/run/dnsmasq/resolv.conf, will retry May 17 20:23:23 sylvester dnsmasq[4155]: read /etc/hosts - 12 addresses May 17 20:23:24 sylvester dnsmasq[4155]: Ignoring query from non-local network Moving back to 2.70-1 (and pre-systemd) fixes the problem, using the same dnsmasq.d/local config file: server=10.10.100.1 local=/example.de/ dhcp-range=10.10.100.128,10.10.100.254,12h dhcp-option=option:router,10.10.100.1 dhcp-host=E0:69:95:80:80:80,sylvester.example.de /etc/dnsmasq.conf hasn't been touched. Regards Harri -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org