Re: [systemd-devel] systemd-resolved as dnsmasq replacement

2015-06-18 Thread Lennart Poettering
On Thu, 18.06.15 07:57, Daurnimator (q...@daurnimator.com) wrote: > On 18 Jun 2015 3:51 am, "Lennart Poettering" wrote: > > > > On Wed, 17.06.15 19:48, Igor Bukanov (i...@mir2.org) wrote: > > > > > On 17 June 2015 at 15:27, Lennart Poettering > wrote: > > > > To hook up local name service > > >

Re: [systemd-devel] systemd-resolved as dnsmasq replacement

2015-06-17 Thread Daurnimator
On 18 Jun 2015 3:51 am, "Lennart Poettering" wrote: > > On Wed, 17.06.15 19:48, Igor Bukanov (i...@mir2.org) wrote: > > > On 17 June 2015 at 15:27, Lennart Poettering wrote: > > > To hook up local name service > > > clients people should use the "nss-resolve" NSS module, which ensures > > > that

Re: [systemd-devel] systemd-resolved as dnsmasq replacement

2015-06-17 Thread Lennart Poettering
On Wed, 17.06.15 19:48, Igor Bukanov (i...@mir2.org) wrote: > On 17 June 2015 at 15:27, Lennart Poettering wrote: > > To hook up local name service > > clients people should use the "nss-resolve" NSS module, which ensures > > that gethostbyname() and friends use resolved as backend. > > I suppos

Re: [systemd-devel] systemd-resolved as dnsmasq replacement

2015-06-17 Thread Igor Bukanov
On 17 June 2015 at 15:27, Lennart Poettering wrote: > To hook up local name service > clients people should use the "nss-resolve" NSS module, which ensures > that gethostbyname() and friends use resolved as backend. I suppose then non-glibc clients should deal with that on its own. I thought conv

Re: [systemd-devel] systemd-resolved as dnsmasq replacement

2015-06-17 Thread Lennart Poettering
On Wed, 17.06.15 15:19, Igor Bukanov (i...@mir2.org) wrote: > Hello, > > perhaps I missed something, but it seems that systemd-resolved cannot > be configured to serve the same role as dnsmasq and be a DNS server > for local machine. I.e. I cannot just have nameserver 127.0.0.1 in > /ertc/resolv

[systemd-devel] systemd-resolved as dnsmasq replacement

2015-06-17 Thread Igor Bukanov
Hello, perhaps I missed something, but it seems that systemd-resolved cannot be configured to serve the same role as dnsmasq and be a DNS server for local machine. I.e. I cannot just have nameserver 127.0.0.1 in /ertc/resolv.conf and get LLMNR resolution working for progams that only use nameserv