How to ping an IP address

This guide will teach you how to test the reachability of a host on an Internet Protocol using the ping command.

Open the Run dialog

Use the shortcut [Win] + [R] to bring up the run dialog. Enter “cmd” and press [Return] to start the command prompt console.

Use the command prompt

Let’s say you want to test the reachability of a host with the IP address “192.168.1.26”. Your command would look like:

ping 192.168.1.26

Press [Return] to execute the command and wait for the result. In the example below, the host is reachable.

If the host is not reachable, the result would be “Reply: Destination host unreachable”.

2 comments

    1. Check your network setup. Your devices probably aren’t connected to the same sub-network or your router is blocking the communication between connected network devices.

Leave a Reply to sergio Cancel reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>