• 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.

restart overwrites resolv.conf

Where do I put in the nameservers I want to use for DNS?

The interface configuration file /etc/sysconfig/network-scripts/ifcfg-<name>, where <name> refers to the name of the device that the configuration file controls.

Chapter 13.2 of the CentOS Deployment Guide said:
DNS{1,2}=<address>
where <address> is a name server address to be placed in /etc/resolv.conf if the PEERDNS directive is set to yes.

REFERENCE
Chapter 13.2 of the CentOS Deployment Guide.

HTH,
 
Thank you!
This put me on the right track. Turns out for Plesk at Rackspace, there are 2 NICs, and they overwrite resolv.conf sequentially. The above with PEERDNS=no set things right.
 
Back
Top