10

How do we find the IP of a server address (like http://google.com is 209.85.148.103) using the Windows CMD?

slhck
  • 235,242
Pacerier
  • 28,143

4 Answers4

17
ping google.com

or

nslookup google.com
EightBitTony
  • 4,299
6

You can also use:

tracert google.com

imtheman
  • 4,783
2

Ping google.com. More correctly, use NSlookup google.com

soandos
  • 24,600
  • 29
  • 105
  • 136
1

Enter the following in your command-line prompt:

pathping google.com
Mogget
  • 1,353
CrashOverride
  • 411
  • 1
  • 4
  • 6