How can I know if my private NameServer resolve my customer's Domain to the correct IP
Top : General Technical Support : DNS
| Article ID: |
 |
000083 |
| Rating: |
 |
5.0 / 5.0 (1 votes)
|
| Views: |
 |
3529 |
|
|
I am one of your resellers,I setup my own private nameserver on databaseMart servers. How Can I know if you set correct DNS setting for my customer's domain?
|
You can check it by 3 steps:
1. start -> run -> cmd
2. nslookup
3. server ns1.abc.com /*set the dns server as your private nameserver*/
4. def.net /*your customer's domain */
from the output,you can check if the domain name is resolved to the correct IP.
|