문제

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