Quantcast

How do you find out a server address?

binary visions

The voice of reason
Jun 13, 2002
22,142
1,231
NC
Most likely you need to call or email whatever place you're trying to download from and ask one of the I.T. people (probably doesn't have to be the system admin).

It might be listed on the website somewhere depending on what kind of server it is.
 

RenegadeRick

98th percentile on my SAT & all I got was this tin
Why not use ping? Even lame-o M$ Windoez has got it.

Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

W:\>ping ridemonkey.com

Pinging ridemonkey.com [69.90.171.130] with 32 bytes of data:

Reply from 69.90.171.130: bytes=32 time=34ms TTL=49
Reply from 69.90.171.130: bytes=32 time=25ms TTL=49
Reply from 69.90.171.130: bytes=32 time=32ms TTL=49
Reply from 69.90.171.130: bytes=32 time=35ms TTL=49

Ping statistics for 69.90.171.130:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 25ms, Maximum = 35ms, Average = 31ms
 

binary visions

The voice of reason
Jun 13, 2002
22,142
1,231
NC
You still have to know the server's named address to get it's IP address... I figured Brian had neither. And you don't need to even ping the server if you have the named address, just do nslookup ridemonkey.com... a packet is a terrible thing to waste ;)