Finding IP Address of a Website from Commend prompt
Open Comment prompt
Type ping
C:\Documents and Settings\user> ping nscraps.com
Pinging nscraps.com [208.43.91.92] with 32 bytes of data:
Reply from 208.43.91.92: bytes=32 time=254ms TTL=49
Reply from 208.43.91.92: bytes=32 time=257ms TTL=49
Reply from 208.43.91.92: bytes=32 time=315ms TTL=49
Reply from 208.43.91.92: bytes=32 time=245ms TTL=49
Ping statistics for 208.43.91.92:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 245ms, Maximum = 315ms, Average = 267ms
C:\Documents and Settings\user>
How to find IP address of your system
Its easy to find the IP address of your system in commend prompt.
This can be done by using ipconfig Commend
example:
C:\Documents and Settings\user>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 121.222.41.31
Subnet Mask . . . . . . . . . . . : 255.255.254.0
Default Gateway . . . . . . . . . : 121.222.40.1
C:\Documents and Settings\user>
