• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Nameserver sorting / Primary NS

CGI1979

Basic Pleskian
Dear folks,

in Plesk 12 and 17 on Debian there is a behavior as following:
Given I have those NS-Entries for testdomain.org:

dns1.mydns.org
dns2.mydns.org
dns3.mydns.org
dns4.mydns.org

The first Entry dns1.clicksports.org is the Primary NS.
But when I "dig axfr testdomain.org" Plesks Bind returns: SOA dns4.mydomain.org.
The only way to resolve this issue is to edit the dns1 set it to dns5 and change dns4 to dns1.
Now "dig axfr testdomain.org" Plesk returns: SOA dns1.mydomain.org which is correct.

Is there another way to define which NS is Primary?
 
Here is the official response from Plesk...
How to change DNS server in domain SOA record

Question
How to change DNS server SOA record of a particlular domain?

Answer
Currently, Plesk generates SOA records automatically with the first NS record added. There is no any functionality to select another name server directly.

To set the desired NS record as name server in SOA record, we need to apply following steps:

  1. Remove all name servers from the DNS zone.

  2. Add the desired primary NS record, and update SOA record. It will generate SOA record with the desired name server.

  3. Add the name servers back.
 
Back
Top