About 929,000 results
Open links in new tab
  1. 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 and ping them one …

  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 of my second …

  3. How to ping multiple servers and return IP address and Hostnames …

    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

  4. 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 Addresses that …

  5. 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...

  6. 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 some_ip_here`" ]

  7. 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?

  8. 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 Host Only …

  9. What is the best way to get the computer name remotely based on an …

    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 because it …

  10. Can ping IP but cannot ping hostname - intermittent problem

    When the computer can ping with the IP it means there is no connections errors between them , the problem is in the DNS server used by the comupters , DNS ( Domain Name System ) is the protocol …