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

setting up name server server with plesk?

R

roberthov

Guest
I have in my dns template the following settings

Host---------------Record type-----Value
<domain>.---------------NS---------ns1.<domain>.
<domain>.---------------NS---------ns2.<domain>.
<domain>.---------------A----------<ip>
<domain>.---------------MX (10)----mail.<domain>.
<ip> / 24---------------PTR--------<domain>.
ftp.<domain>.-----------CNAME------<domain>.
mail.<domain>.----------A----------<ip>
mssql.<domain>.---------A----------<ip>
mysql.<domain>.---------A----------<ip>
ns1.<domain>.-----------A----------<ip>
ns2.<domain>.-----------A----------1.2.3.178
sitebuilder.<domain>.-----A----------<ip>
webmail.<domain>.-------A----------<ip>
13 DNS records total----------


I created a my own subscription based on the unlimited plan template and in my subscription's control panel i have now the following configuration.


Host--------------------Record type-----Value
1.2.3.4 / 24------------------PTR--------domain.com.
ftp.domain.com.--------------CNAME------domain.com.
domain.com.------------------NS---------ns2.domain.com.
domain.com.------------------NS---------ns1.domain.com.
domain.com.------------------A----------1.2.3.4
domain.com.------------------MX (10)----mail.domain.com.
lists.domain.com.------------CNAME------domain.com.
mail.domain.com.--------------A----------1.2.3.4
mssql.domain.com.------------A----------1.2.3.4
ns1.domain.com.--------------A----------1.2.3.4
ns2.domain.com.--------------A----------2.3.4.5
sitebuilder.domain.com.--------A----------1.2.3.4
webmail.domain.com.----------A----------1.2.3.4
www.domain.com.---CNAME------domain.com.

after doing the following configuration i restarted plesk
(i don't know why plesk is putting .s at the end, but i think it's just for display?) anyway When i tell my domain registrar that the nameservers for a particular domain (say xyz.com) are ns1.domain.com & ns2.domain.com nothing happens. I wait 48 to 72 hours but still it's not working. The domains keep pointing to the old ns servers with the registrar. seems that the settings are not applied because the registrar doesn't like my ns servers. I have another domain with 1and1 which i tried to point to my ns servers and i got Missing service!

Please help me figure out what i'm doing wrong. I got the 2 different ip addresses set up on the server machine and plesk but have no clue why it's not working.

thanks in advance.
 
have you registered ns1 and ns2 as domain servers with your provider?

With 1and1, I could not point a domain to my name servers unless i registered those name servers as such first. the reverse on the ip's also has to show ns1 and ns2 respectively.
 
You need to create glue records (register with your domain provider as mentioned above).

What is a glue record?
A glue record is the IP address of a name server held at the domain name registry.

Glue records are required when you wish to set the name servers of a domain name to a hostname under the domain name itself.

For example if you wished to set the name servers of example.com to ns1.example.com and ns2.example.com you would need to also provide the glue records (i.e. the IP addresses) for ns1.example.com and ns2.example.com.

If you did not provide the glue records for these name servers then your domain name would not work as anyone requiring DNS information for it would get stuck in a loop:

What is the name server for example.com? -> ns1.example.com
What is the IP address of ns1.example.com? -> don't know, try looking at name server for example.com
What is the name server for example.com? -> ns1.example.com

...and so on.

With the glue record in place the registry will hold the IP address and the loop will not occur:

What is the name server for example.com? -> ns1.example.com
What is the IP address of ns1.example.com? -> [IP Address]
 
Back
Top