About 6,350,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. How to ping multiple servers and return IP address and Hostnames …

    Sep 13, 2012 · ) The outer loop iterates through the hosts and the inner loop parses the ping output. The first two if statements handle the two possible cases of IP address resolution: The host name is the …

  3. Ping - Request timed out on a local network - Stack Overflow

    5 Try to ping another device from your local network (pinging localhost or a website is not the same). Try to ping from target_ip to source_ip (opposite direction). If you have response in any of 2 cases …

  4. 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 followi...

  5. Send a ping to each IP on a subnet - Stack Overflow

    Is there a command line based way to send pings to each computer in a subnet? Like for (int i = 1; i < 254; i++) ping (192.168.1.i); to enforce arp resolution?

  6. Fastest way to ping a network range and return responsive hosts?

    Dec 26, 2012 · Constraints: 1. Speed matters. 2. I am allowed to ping once. I'm debating whether to use Python or shellscripting. Is there a method faster than bash? Here is the current code, for ip in $(seq...

  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. DNS problem, nslookup works, ping doesn't - Stack Overflow

    Dec 1, 2008 · If you can ping the FQDN, look at how DNS devolution is set up the PC. Winsock API which MS ping will automatically use the FQDN of the client PC if append primary and connection …

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

  10. How could I ping my docker container from my host

    Aug 30, 2016 · You still can not ping "172.17.0.2" which is docker container IP in this situation from W-> windows machine.This could run cross-platform win/lin/mac.You might want to look into Vbox Manual …