You can easily find the IP address of a server using its DNS name. For example, to find the IP address of www.drivehq.com, you can open a Windows command window, (Console Window), type in the command:
ping www.drivehq.com
You will see the response as follows:
Pinging www.drivehq.com [66.220.9.57] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 66.220.9.57:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
So you can see the IP address is 66.220.9.57
You can do the same with our FTP server: ftp.drivehq.com and email server: mail.drivehq.com