About 6,940,000 results
Open links in new tab
  1. Checking host availability by using ping in bash scripts

    Oct 1, 2016 · 5 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, …

  2. 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 …

  3. ping - Pinging servers in Python - Stack Overflow

    In Python, is there a way to ping a server through ICMP and return TRUE if the server responds, or FALSE if there is no response?

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

    Start the ping, force a correct line buffered output (find /v), and start a cmd process with delayed expansion enabled that will do an infinite loop reading the piped data that will be echoed to …

  5. Save Ping Output to Text File - Stack Overflow

    Oct 25, 2016 · I am using this batch command to save ping output to a text file, ping 10.226.2.10 -n 10 >>ping_ip.txt But when i saved the above command in a batch file and trying to run it, in …

  6. Ping multiple computers through Excel and return IP addresses

    Aug 17, 2021 · I have two working buttons, ping and stop ping. How can I by pressing the ping button, go through all the computers in column A and show their IPs and if they are online or …

  7. Batch Files - Using ping to test network connectivity

    Jun 15, 2011 · Using a batch file would it be possible to do something like: ping google.com if return success do ECHO You are connected to the internet else return ECHO You are not …

  8. Python Function to test ping - Stack Overflow

    I'm trying to create a function that I can call on a timed basis to check for good ping and return the result so I can update the on-screen display. I am new to python so I don't fully understand h...

  9. Using ping in c# - Stack Overflow

    Aug 4, 2012 · 54 Using ping in C# is achieved by using the method Ping.Send(System.Net.IPAddress), which runs a ping request to the provided (valid) IP …

  10. Ansible: How to ICMP ping to check on host? - Stack Overflow

    Mar 23, 2023 · Im having some trouble with an Ansible setup. I need to check before executing my whole playbook if the host is available by ICMP, and if there's no reply, I want to skip that …