About 471,000 results
Open links in new tab
  1. What is the difference between ping -w and ping -W?

    The option affects only timeout in absense of any responses, otherwise ping waits for two RTTs. That is, -w sets the timeout for the entire program session. If you set -w 30, ping (the program) …

  2. Why does ping wait 1 second for the next ping? - Unix & Linux …

    Jun 17, 2022 · ping on Linux has two options that may do what you want. -f sends out a new ping as soon as the last one is received. -i interval sets a specific wait time between pings. BSD …

  3. Why does the `ping -W` flag not timeout if the connection is down?

    Nov 27, 2020 · On Debian Buster, judging by the description of the -W flag to ping, I assumed that I could use something like: ping -i 10 -W 5 8.8.8.8 to continuously monitor an Internet …

  4. Intermittent DNS Request Timed Out - Windows 10 Forums

    Jan 6, 2022 · Hi all As the title suggest, I'm having an issue where sometimes, performing nslookup will result in DNS request timed out. If I ping the IP directly, I can get replies, so …

  5. Linux watchdog ping with interval longer than hardware watchdog …

    Jan 7, 2024 · watchdog-device = /dev/watchdog watchdog-timeout = 16 interval = 10 I want to ping a host with relaxed timing (every ~5 minutes) but watchdog.conf says that the ping test is …

  6. Ping Timeout only on one PC - Windows 10 Forums

    Sep 21, 2020 · Ping Timeout only on one PC I have several PCs, and many wireless devices in my home. I have recently started having horrible timeout issues on the main PC. I will run a …

  7. Bash ping script file for checking host availability

    Feb 12, 2015 · 3 An old post, but as a suggestion you can use the -w option on ping to avoid the loop. For example, ping -w 30 -c 1 host will try for 30 seconds with one ping per second …

  8. use timeout and run ping in background and save the statistics to …

    Jun 6, 2017 · I'm writing a script to automatically do the ping test. because I have hundreds of endpoint to ping each other, and I don't want the script stop running because the ping stuck, …

  9. wireguard does handshake, but ping does not get through

    Dec 28, 2020 · AllowedIPs = 192.168.177.4/32 Endpoint = [static IP of my server]:51944 PersistentKeepalive = 25 and started with sudo wg-quick up wg0 In the output from sudo wg of …

  10. ping works, ssh goes timeout - Unix & Linux Stack Exchange

    Apr 10, 2017 · ping works, ssh goes timeout Ask Question Asked 8 years, 9 months ago Modified 5 years, 4 months ago