How to check if nameserver is registered from command prompt

In order to check if a nameserver is registered, you can use the nslookup command on a command prompt. Here are the steps:

– Open a command prompt on your computer.
– Type the following command:

nslookup <nameserver>

Replace <nameserver> with the domain name of the nameserver that you want to check.… Read the rest

How to fix DNS warning “Primary Name Server Not Listed At Parent”

To make long story short you need to have nameservers inĀ  your DNS zone the same you have in WHOIS

For example:

whois alltime.pp.ua |grep "Name Server"
Name Server:STAN.NS.CLOUDFLARE.COM
Name Server:KIA.NS.CLOUDFLARE.COM

dig ns alltime.pp.ua +short
kia.ns.cloudflare.com.
stan.ns.cloudflare.com.

Good luck.… Read the rest