I've had this issue with 16.04 to 17.10 I'm afraid.
First, my dhclient file:
Code:
option rfc3442-classless-routes code 121 = array of unsigned integer 8;
send host-name = gethostname();
request subnet-mask, broadcast address, time-offset, routers, domain-name, domain-name-servers, domain-search, host-name, dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn, dhcp6.sntp-servers, netbios-name-servers, netbios-scope, interface-mtu, rfc3442-classless-static-routes, ntp-servers;
timeout 300;
I have never touched this file before, this is what I get on this network.
And for my /etc/resolv.conf file:
nameserver 127.0.0.53
So, my thoughts are systemd is being stupid as usual and messing with my DNS server settings. Perhaps there's a way to disable systemd from handling DNS and just letting the OS do its thing with resolvconf?
Bookmarks