How Can I Find The IP Address Of A Server?
If you know the name of the server the easiest way of determining the IP Address is to ping the server:
c:\ping localhost
Pinging beer [198.162.0.1] with 32 bytes of data:
which will show the IP Address of the server named beer which is 198.162.0.1
|