• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

(internal) DNS not working on our Plesk server

jva

New Pleskian
Hi,

I downloaded a Ubuntu 14.04 + Plesk 12.5 image from the Ubuntu site and just purchased a monthly leased license.

I just tried to update but it gives me an error: Plesk upgrade is not starting: Couldn't resolve host autoinstall.plesk.com

I found this which seems to fit my problem since I can ping IP-addresses but not hostnames: https://kb.plesk.com/en/121240
However it's solution does not match, or I misunderstand.

It tells me to open up /etc/resolv.conf and add a nameserver. However when I open that file it tells me specifically: DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

Seems I need to edit my DNS settings elsewhere... But where?

Thanks!
Jim
 
Hi Jim,
You can add entries to /etc/resolv.conf but they will be overwritten on reboot.
To make it permanent you can add...
Code:
nameserver 127.0.0.1


To the file...
Code:
/etc/resolvconf/resolv.conf.d/base


I'm not sure why yours is empty, it should be populated from...

- the dns-nameservers statement in /etc/network/interfaces
- automatically added when Bind starts or
- prepended during dhcp requests (this is less likely).

I hope that helps
Regards

Lloyd
 
Back
Top