Вопрос

I have the IP address of the DNS server from the WebHost. Since we do not own the Domain Name (Its the client's DN) I would like to query the WebHost DNS directly to see if it works before asking the client to point his DN to the WebHost DNS.

Am I missing something here? I'm kinda confused when it comes to configures online services.

Это было полезно?

Решение

From Windows Command Prompt:

nslookup
server x.x.x.x (put the WebHost DNS IP address there)
www.yourdomain.com  (type the name of the domain you want resolved)
quit
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top