About 2,120,000 results
Open links in new tab
  1. 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?

  2. cmd - Ping with timestamp on Windows CLI - Stack Overflow

    @echo off ping -t localhost|find /v ""|cmd /q /v:on /c "for /l %%a in (0) do (set "data="&set /p "data="&if defined data echo(!time! !data!)" note: code to be used inside a batch file. To use …

  3. Ping all addresses in network, windows - Stack Overflow

    Is it possible in windows cmd line to check all of the network addresses (with ping or similar) to see which ones are taken/ have active devices: ie. something that does something like the …

  4. networking - how does 'ping' command really work? - Super User

    How does the ping command really work? Specifically where does the ARP (Address Resolution Protocol) come into picture? I was asked this question in an interview and I was not able to …

  5. Checking host availability by using ping in bash scripts

    Oct 1, 2016 · FYI, I just did some test using the method above and if we use multi ping (10 requests) the result of multi ping command will be "0" if at least one of ping result reachable, …

  6. cmd.exe - How can I do a ping every 500 ms? - Super User

    Sep 17, 2020 · By default the time delay between two pings is equal to 1 second. My need is to reduce the delay between two pings to 500 ms (0.5 seconds). Is there any way to do this?

  7. ping - Pinging servers in Python - Stack Overflow

    The command is ping in both Windows and Unix-like systems. The option -n (Windows) or -c (Unix) controls the number of packets which in this example was set to 1.

  8. windows - Ping IP with source IP? - Stack Overflow

    You can now use Ping -S 88.65.48.77 example.org to test sending pings on that IP address. What happened in the background? Your IP was bound to the Network Interface in question and …

  9. How to ping multiple servers and return IP address and …

    Sep 13, 2012 · So I have to use batch only for this. Basically, the server HOSTNAMES are all listed in a txt file. I used the following code to ping all the servers and display their results in a …

  10. 'ping' is not recognized as an internal or external command …

    When I type these: ping yahoo.com or ping -n or ipconfig The answer is just this 'ping' is not recognized as an internal or external command operable program or batch file or 'ipconfig...