systemd-resolved problem
Bruce Marshall
bmarsh at bmarsh.com
Thu Apr 20 17:18:16 UTC 2017
On 04/18/2017 10:39 AM, Carlos Baptista wrote:
> Hi,
>
> After the upgrade 17.04, the resolver stop using the dns servers
> configured by DHCP. I have to use our network dns servers.
>
> Does anybody know how to configure systemd-resolved ?
>
>
> #systemd-resolve --status
> Global
> DNS Domain: mydomain.local
> DNSSEC NTA: 10.in-addr.arpa
> 16.172.in-addr.arpa
> 168.192.in-addr.arpa
> 17.172.in-addr.arpa
> 18.172.in-addr.arpa
> 19.172.in-addr.arpa
> 20.172.in-addr.arpa
> 21.172.in-addr.arpa
> 22.172.in-addr.arpa
> 23.172.in-addr.arpa
> 24.172.in-addr.arpa
> 25.172.in-addr.arpa
> 26.172.in-addr.arpa
> 27.172.in-addr.arpa
> 28.172.in-addr.arpa
> 29.172.in-addr.arpa
> 30.172.in-addr.arpa
> 31.172.in-addr.arpa
> corp
> d.f.ip6.arpa
> home
> internal
> intranet
> lan
> local
> private
> test
>
> Link 4 (anboxbr0)
> Current Scopes: LLMNR/IPv4 LLMNR/IPv6
> LLMNR setting: yes
> MulticastDNS setting: no
> DNSSEC setting: allow-downgrade
> DNSSEC supported: yes
>
> Link 3 (wlo1)
> Current Scopes: none
> LLMNR setting: yes
> MulticastDNS setting: no
> DNSSEC setting: allow-downgrade
> DNSSEC supported: yes
>
> Link 2 (enp0s25)
> Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6
> LLMNR setting: yes
> MulticastDNS setting: no
> DNSSEC setting: allow-downgrade
> DNSSEC supported: yes
> DNS Servers: 192.168.1.5
> 192.168.2.5
> 192.168.2.4
> 8.8.8.8
> DNS Domain: mydomain.local
>
>
> #host server01
> Host server01 not found: 2(SERVFAIL)
>
> #host server01.mydomain.local
> Host server01.mydomain.local not found: 3(NXDOMAIN)
>
> #host server01.mydomain.local 192.168.1.5
> Using domain server:
> Name: 192.168.1.5
> Address: 192.168.1.5#53
> Aliases:
>
> server01.mydomain.local has address 192.168.1.62
>
>
> Thanks
>
> Carlos Baptista
>
>
>
>
I have this problem too,... and have had it prior to 17.04. Tried
various configurations of systemd-resolved but the only way around the
problem seems to be a cron job:
*/10 * * * * /usr/sbin/service systemd-resolved restart
The reason it has to be a cron job is that if you run the command one
time, problems again show up within about 10 minutes or less/more.
More information about the kubuntu-users
mailing list