Question

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.

Was it helpful?

Solution

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top