How do I ping another network device to make sure that they can see each other in Windows?
How do I ping another network device to make sure that they can see each other in Windows?
Solution :
To ping another network device using a computer running Windows, follow the process below:
Get the IP of target machine.
Open Command Prompt, by hitting (Windows+R) key and then typing cmd.
Once the Command prompt is open, type
“ping <ip address of target machine>”
.
If you Ping the computer / System regularly (N time), then Type
"ping <ip address of target machine> -t"
.
Hope this helps.