Hi, On 05.01.2016 00:00, Michael Tremer wrote: > please add the dnsmasq list and let Simon know. Did that and made a small step forward - 'dnsmasq' is compiling now, but... I don't know if you're reading the dnsmasq list - the only solution until now was to compile *with* dhcp-support by removing... ***SNIP*** "-e 's|#define HAVE_DHCP|//#define HAVE_DHCP|g' \" ***SNAP*** Only warning during build: ***SNIP*** isc.c: In function 'dhcp_lease_new': isc.c:40:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&lease->fqdn, "%s.%s", hostname, daemon->domain_suffix); ^ ***SNAP*** I hope this will make no big difference for testing, since as far as I know, 'dnsmasq' has dhcp-server disabled by default. To enable it you have to uncomment dhcp-related lines in '/etc/dnsmasq.conf'(e.g.), which doesn't exist. But this was the only chance by now. What do you think? Best, Matthias