About 1,890,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 …

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

    Sep 13, 2012 · How to ping multiple servers and return IP address and Hostnames using batch script? Asked 13 years, 3 months ago Modified 7 years, 8 months ago Viewed 147k times

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

    You only need/want the -S flag if you have multiple network interface cards (NICs), and you want the source of the pings to come from a specific NIC; this is seldom needed. Your command …

  4. ip address - Ping - Request timed out on a local network - Stack …

    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 …

  5. network programming - Ping a site in Python? - Stack Overflow

    Nov 25, 2008 · If you mean to generically "ping" a box to see if it's up, you can use the echo protocol on port 7. For echo, you use the socket library to open the IP address and port 7.

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

    By using -n 1 you are asking for only 1 packet to be sent to each computer instead of the usual 4 packets. The above command will ping all IP Addresses on the 192.168.10.0 network and …

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

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

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

  10. ip - How to ping MAC address in Linux - Stack Overflow

    Apr 19, 2017 · You can't ping a MAC address. You can only ping an IP address, so what you're trying to do is find out what IP address belongs to a certain MAC Address and ping that IP. …