Quote Originally Posted by hitsandy View Post
The total ip addresses are hidden to view in DNS services, And how to know the domain ip address ?
Hi,

To be able to know the domain ip address lets use nsloookup on command line windows.
Here is the output of :

C:\Users\users3>nslookup us.gmocloud.com
Server: resolver2.opendns.com
Address: 208.67.220.220

Non-authoritative answer:
Name: us.gmocloud.com
Address: 8.30.161.17


C:\Users\user>nslookup www.us.gmocloud.com
Server: resolver2.opendns.com
Address: 208.67.220.220

Non-authoritative answer:
Name: www.us.gmocloud.com
Address: 67.215.65.132

Similarly you can convert any other domain name into its IP address. You can also check the result by typing the IP address in the browser address bar.
Now, for the more tech savvy folks the nslookup command is used for testing out DNS servers.

Hope this helps.