• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.

How do I setup my name servers

X

xxbartosxx

Guest
Hi,

Its like the subject says,how do I set up my
nameservers? If needed on multiple ip's on one machine.

System, debian 3.1 and plesk 8.0.1

grts Bart
 
Got a second ip address, added in plesk.
But what now? How do I make them both authoritative nameservers?

grts Bart
 
1> Request 2 IP's from your provider (DONE)

2> Go to your registrar and register the nameservers.
Example:
ns1.mynameserver.com 216.**.***.**1
ns2.mynameserver.com 216.**.***.**2

3> Add A records for your nameserver

mynameserver.com NS ns1.mynameserver.com
mynameserver.com NS ns2. mynameserver.com
ns1.mynameserver.com A 216.**.***.**1
ns2.mynameserver.com A 216.**.***.**2
mynameserver.com A 216.**.***.**3
webmail.mynameserver.com A 216.**.***.**3
ftp.mynameserver.com A 216.40.***.**3
mail. mynameserver.com A 216.**.***.**3
www. mynameserver.com CNAME mynameserver.com
mynameserver.com MX 10 mail.mynameserver.com
216.40.***.**3/24 PTR mynameserver.com

4> DNS Templete

<domain> NS ns1.mynameserver.com
<domain> NS ns2.mynameserver.com
<domain> A <ip>
webmail.<domain> A <ip>
ftp.<domain> A <domain>
mail.<domain> A <domain>
<domain>. MX 10 mail. <domain>.
<ip>/24 PTR <domain>
**<<Note the www CNAME is automatically added by Plesk>>

It is best to set the templete up before you add sites to your server, because then your dns for all sites will automatically have the correct settings for your nameservers.
 
Hi LadyHawk,

I have a question about this nameserver configuration. It was my understanding that ftp, and wildcard (*.domainname.com) should be CNAMEs instead of A records.

Also the same in the DNS template.

Is that incorect? I thought it was the common protocol...
 
I have just got my server and I am getting a little confused.

When I look at my DNS there are already a set of A records. ie.

Code:
Host              Type      Value
<domain>.         NS       ns.<domain>.
<domain>.         A        ip.<domain>
<domain>.         MX(10)   mail.<domain>.
<ip> / 24         PTR      <domain>.
ftp.<domain>.     CNAME    <domain>.
mail.<domain>.    A       <ip>
ns.<domain>.      A       <ip>
webmail.<domain>. A       <ip>

Do I need to remove these. Or just add what Ladyhawk has said.

Hope you can advise.

Lee
 
Back
Top