755 pts.
 Windows Server 2000′s IP address
From a DOS prompt how can I find out what my Windows Server 2000's  IP address is and how can I verify network connectivity?



Software/Hardware used:
ASKED: April 20, 2011  2:47 PM
UPDATED: May 2, 2011  10:59 PM

Answer Wiki:
Type "ipconfig" and it will show you the IP address. To check connectivity the best way is to use our old friend "ping". Type ping 'anyaddress', replace 'anyaddress' by an IP or a domain like google.com if the box has internet. If you get a Reply than is has connectivity if you get request timed out then something is wrong. One thing to remember is that by default ping uses a packet of 64 bytes to do the ping. This may be sucsseful on the congested network and not show you why other traffic is failing. It is also a good idea at times to remmber the -l switch and increase the packet size of the ping to its maximum of 64000 bytes. Becareful not to exceed the MTU of the network however.
Last Wiki Answer Submitted:  April 26, 2011  3:15 pm  by  Cabocom   30 pts.
All Answer Wiki Contributors:  Cabocom   30 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I would use IPCONFIG /ALL which will show all the IP information from that machine. If the IP is missing, or the mask or the gateway, or at least one DNS is not present, you havee a problem.

You can do it via a command from the command prompt, but it is a lot easier to do so from the GUI interface where all these are shown in one page in the window. At this time you can also check to see that the main address for the machine is a static IP as it shoud be for a server.

 2,015 pts.

 

Click Start > Run and type cmd….
Though ipconfig /all is so famous, but u may try this command alos…. netstat -n
and if u want to see the name of computer, then type as: hostname

 22,035 pts.