There are upcoming maintenance events which may impact our services. Learn more

Ubuntu Resolvers Not working ? Print

  • ubuntu, dns, resolver, ubuntu dns, no resolvers, openvz, vps, Temporary failure in name resolution
  • 115

If for some reason in your OpenVZ or KVM VPS and if it based on Ubuntu if DNS Resolvers are not working, then just do following steps to fix:

 

mkdir /etc/systemd/resolved.conf.d/
vi /etc/systemd/resolved.conf.d/dns_servers.conf

Put this in the dns_servers.conf

[Resolve]
DNS=8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844


Then run following command
systemctl restart systemd-resolved


Was this answer helpful?

« Back