Re: [systemd-devel] systemd-resolved service ignores UseDNS=false

2015-04-09 Thread Lennart Poettering
On Thu, 09.04.15 11:09, Mikhail Morfikov (mmorfi...@gmail.com) wrote: > And in the /etc/systemd/resolved.conf file I set DNS=127.0.2.1 only, > and the two interfaces looks like this: > # networkctl status -a > ... > ● 6: br_lxc >Link File: n/a > Network File: /etc/systemd/network/30-br_lxc-sta

Re: [systemd-devel] systemd-resolved service ignores UseDNS=false

2015-04-09 Thread Mikhail Morfikov
I think I get it now. I have two interfaces that have different DNS servers set -- bond0 and br_lxc. All of the LXC containers use my router's DNS and everything else uses 127.0.2.1 . The config file for the br_lxc interface looks like this: [Match] Name=br_lxc [Network] Description=LXC bridge co

Re: [systemd-devel] systemd-resolved service ignores UseDNS=false

2015-04-08 Thread Lennart Poettering
On Wed, 25.03.15 04:20, Mikhail Morfikov (mmorfi...@gmail.com) wrote: > In the systemd-resolved manual we can read something like this: > > The DNS servers contacted are determined from the global settings in > resolved.conf(5), the per-link static settings in .network files, and > the per-

Re: [systemd-devel] systemd-resolved service ignores UseDNS=false

2015-04-07 Thread David Herrmann
Hi On Wed, Mar 25, 2015 at 4:20 AM, Mikhail Morfikov wrote: > In the systemd-resolved manual we can read something like this: > > The DNS servers contacted are determined from the global settings in > resolved.conf(5), the per-link static settings in .network files, and > the per-link dynam

[systemd-devel] systemd-resolved service ignores UseDNS=false

2015-03-24 Thread Mikhail Morfikov
In the systemd-resolved manual we can read something like this: The DNS servers contacted are determined from the global settings in resolved.conf(5), the per-link static settings in .network files, and the per-link dynamic settings received over DHCP. 1. Let's say that I have set all the t