• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Name Servers.... urgh

S

Saner

Guest
Hiya,


I have followed a couple of guides online and I still cant get my name servers to work correctly.

DNS stuff report

WARNING: At least one of your nameservers did not return your NS records (it reported 0 answers). This could be because of a referral, if you have a lame nameserver (which would need to be fixed).

ERROR: You have one or more lame nameservers. These are nameservers that do NOT answer authoritatively for your domain. This is bad; for example, these nameservers may never get updated. The following nameservers are lame:
81.171.111.66
81.171.42.66


My Plesk Setup

442forums.net. A 81.171.111.66
442forums.net. MX (10) mail.442forums.net.
81.171.111.66 / 24 PTR 442forums.net.
ftp.442forums.net. CNAME 442forums.net.
mail.442forums.net. A 81.171.111.66
ns1.442forums.net. NS ns1.442forums.net.
ns1.442forums.net. A 81.171.111.66
ns2.442forums.net. NS ns2.442forums.net.
ns2.442forums.net. A 81.171.42.66
webmail.442forums.net. A 81.171.111.66
www.442forums.net. CNAME 442forums.net.


Any idea's, I am new at this.


Many thanks in advance to anyone whom can help
 
You are going round in circles here

Firstly,

Code:
ns1.442forums.net. NS ns1.442forums.net.
ns2.442forums.net. NS ns2.442forums.net.

You should not enter anything in the first box when settings it up in Plesk but you are entering ns2 and ns1. You want to say that the NS for your domain is at ns1.(etc) and ns2.(etc). But this is not what you are saying in your DNS because you have added the ns1 and ns2. In fact you are effectively saying that the NS for NS1 and NS2 is at NS1 and NS2 and therefore going round in circles, without saying where the NS for 422forums is :) ).

Those two lines should look like this:

Code:
442forums.net. NS ns1.442forums.net.
442forums.net. NS ns2.442forums.net.

To put it in perspective, for all other domains you have on your server where ns1 and ns2 do the DNS for them, you would just need:

Code:
domain.com. NS ns1.442forums.net.
domain.com. NS ns2.442forums.net.

Which is effectively saying "NS for domain.com is at ns1.(etc) and ns2.(etc)"

And this is exactly what you need to do for your own domain.


Secondly you must already have registered ns1.(etc) and ns2.(etc) as namservers, with the appropriate IPs, via your domain name registrar. If you have not done this things will not work correctly. This part is all about adding "glue" (I think) which is a topic all to itself :) but basically without registering the nameservers via your registrar you get to a chicken and egg situation where there's no easy way of finding out where the namservers might be.

Faris
 
Thank you!


So simple and yet I had lost so much hair over it.


I can see how it works now,


Many thanks for the help
 
DNS is very simple once you get your head around it. But it is horribly complex and confusing until you do, and it is all too easy to lose the plot even when you have understood it (I still get confused from time to time - I think I know something then find I don't after all).

Faris.
 
Back
Top