[Plesk 11.5] Proper DNS Setup for Domains

Community support for Plesk, CPanel, WebMin and others with insight from two of the founders of Plesk. Ask for help here! No question is too simple or complicated. :-)
PTS21
Forum User
Forum User
Posts: 10
Joined: Thu Apr 07, 2011 11:51 am
Location: Buffalo, NY

[Plesk 11.5] Proper DNS Setup for Domains

Unread post by PTS21 »

We have our nameservers set up through our registrar.

Code: Select all

ns1.serverdomain.com 184.***.***.1
ns3.serverdomain.com 184.***.***.2
ns3.serverdomain.com 184.***.***.3
I'm trying to figure out what the best practices are for setting up DNS for domains on our server with Plesk.

There are two types of situations we deal with:

1. Domains that have their DNS simply point their A record to our IP. In this situation we simply turn off DNS for the domain.

2. Domains that point to our nameservers and use our mail server. In this case, we use this template:

Code: Select all

184.***.***.1 / 24	PTR	clientdomain.com.
clientdomain.com.	NS	ns1.serverdomain.com.
clientdomain.com.	NS	ns2.serverdomain.com.
clientdomain.com.	NS	ns3.serverdomain.com.
clientdomain.com.	A	184.***.***.1
clientdomain.com.	MX (10)	mail.clientdomain.com.
ftp.clientdomain.com.	CNAME	clientdomain.com.
ipv4.clientdomain.com.	A	184.***.***.1
mail.clientdomain.com.	A	184.***.***.1
ns1.clientdomain.com.	A	184.***.***.1
ns2.clientdomain.com.	A	184.***.***.1
ns3.clientdomain.com.	A	184.***.***.1
webmail.clientdomain.com.	A	184.***.***.1
www.clientdomain.com.	CNAME	clientdomain.com.
Is this right? Do I even need some of those A records?
prupert
Forum Regular
Forum Regular
Posts: 573
Joined: Tue Aug 01, 2006 2:45 pm
Location: Netherlands

Re: [Plesk 11.5] Proper DNS Setup for Domains

Unread post by prupert »

You will definitely want to remove the PTR record from the template.
Lemonbit Internet Dedicated Server Management
PTS21
Forum User
Forum User
Posts: 10
Joined: Thu Apr 07, 2011 11:51 am
Location: Buffalo, NY

Re: [Plesk 11.5] Proper DNS Setup for Domains

Unread post by PTS21 »

prupert wrote:You will definitely want to remove the PTR record from the template.
Thanks, just read up on that. Not sure why Parallels would include it in their master template.
faris
Long Time Forum Regular
Long Time Forum Regular
Posts: 2321
Joined: Thu Dec 09, 2004 11:19 am

Re: [Plesk 11.5] Proper DNS Setup for Domains

Unread post by faris »

Get rid of these from the template too:
ns1.clientdomain.com. A 184.***.***.1
ns2.clientdomain.com. A 184.***.***.1
ns3.clientdomain.com. A 184.***.***.1

But make sure you have A records for ns[1-3].serverdomain.com in the DNS records for serverdomain.com
--------------------------------
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>
Post Reply