PING to get ip address

I want to print the domain:ip for a list of domains in a text file.

the problem is godaddy has blocked the domains so the result of a ping is like this:

PING domain.com (68.178.232.99): 56 data bytes

--- domain.com ping statistics ---
1 packets transmitted, 0 packets received, 100.0% packet loss

(domain.com is an example domain)

a normal result is like this:

PING domain.com (123.123.123.123): 56 data bytes
64 bytes from 123.123.123.123: icmp_seq=0 ttl=52 time=235.424 ms

(123.123.123.123 is just an example ip)
(not on godaddy)

because the godaddy domains are blocked from ping or something it takes very long to run, how can i get the ip faster?

thanks

What's your system?

On Linux, you can use -w to set the deadline to something smaller.

nslookup is designed in both windows and unix to get IP and domain name information.

nslookup ip.addr
#
#or 
nslookup someplace.com

In widnwos you should be in cmd.exe first.

What is your goal?
To get the IP for DNS.
Then you can try the host command

Example

# host www.unix.com
www.unix.com has address 4.59.125.171

Hi,if you want to know the domain name or ip address there is a easy way to find.I recommend the site Whoisxy.com .Here they are providing the services of Domain to Ip to find the ip address by entering the domain name and Ip to Domain to find the domain name by entering the ip address.