howtothings.co.uk
[TUT] How to ping a website to find it's IP address - Printable Version

+- howtothings.co.uk (https://www.howtothings.co.uk)
+-- Forum: Computing (https://www.howtothings.co.uk/forumdisplay.php?fid=4)
+--- Forum: Hardware, Networking and Wireless (https://www.howtothings.co.uk/forumdisplay.php?fid=11)
+--- Thread: [TUT] How to ping a website to find it's IP address (/showthread.php?tid=216)



[TUT] How to ping a website to find it's IP address - Mark - 10-07-2010

Firstly, i know probably everyone here can do this with there eyes closed, but new members may not be able to.

How to ping a website and find it's IP address

For this example, i'm using Windows XP.

1. Open the command prompt

Start > Run > cmd

2. Then type ping followed by the site that you want to find IP of.

The result should look similar to below:

[Image: 1pikcx.jpg]

Here, you can see the IP address of Google.

[Image: 2itfsk1.jpg]

Simple. :thumbs


RE: Pinging a website to find it's IP address - Drumm - 29-07-2010

It's also worth noting, that this shows the server of the target. Google has multiple servers for it's domain. This was great for checking when MCompute had moved over fully to it's new server.
Either way. Very simple tutorial Tongue


RE: [TUT] How to ping a website to find it's IP address - Craig - 18-10-2010

You know using a packet sniffer whilst using the ping command, you're able to retrieve the IP's MAC Address (located in the ethernet frame) if followed through the different networking devices to the end users machine.

This may be useful for banning troublesome users via MAC Address (although there is a way around this of course).