質問

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