
powershell - Ping range of IP addresses - Stack Overflow
Dec 20, 2015 · You can't ping range of addresses in single ping request due to ping protocol restrictions. To achieve what you want you need to convert ranges into lists of IP addresses …
Ping - Request timed out on a local network - Stack Overflow
7 I'm trying to ping another computer that is connected to the same Wi-Fi network. Pinging to anything else (localhost, website, etc.) works fine. But when I try to ping to the local ip address …
How to ping multiple servers and return IP address and …
Sep 13, 2012 · How to ping multiple servers and return IP address and Hostnames using batch script? Asked 13 years, 2 months ago Modified 7 years, 7 months ago Viewed 147k times
Ping all addresses in network, windows - Stack Overflow
The above command will ping all IP Addresses on the 192.168.10.0 network and create a text document in the C:\ drive called ipaddresses.txt. This text document should only contain IP …
Checking host availability by using ping in bash scripts
Oct 1, 2016 · I want to write a script, that would keep checking if any of the devices in network, that should be online all day long, are really online. I tried to use ping, but if [ "`ping -c 1 …
windows - Ping IP with source IP? - Stack Overflow
I am trying to send ping, but using with a source Ip. Tried this, ping example.org -i 88.65.48.77 It pings without any errors, but I am confused. In the manual, it says -S is a source operator. Bu...
What is the best way to get the computer name remotely based …
Mar 10, 2010 · I have several windows machines identified by ip address. I would like to write an application that query the computers remotely and gets their name. I cannot rely on DNS …
How to ping IP addresses using JavaScript - Stack Overflow
Feb 10, 2011 · I want to run a JavaScript code to ping 4 different IP addresses and then retrieve the packet loss and latency of these ping requests and display them on the page. How do I do …
network programming - ping response "Request timed out." vs ...
When I ping an IP address, what is the difference between Request timed out and Destination host unreachable returned from the command?
How could I ping my docker container from my host
Aug 30, 2016 · You will also need to setup routing from your Mac to the container networks via your VM's new IP address. In my case the Docker network range is 172.22.0.0/16 and the …