About 1,790,000 results
Open links in new tab
  1. 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 of 2 cases …

  2. 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, 1 month ago Modified 7 years, 6 months ago Viewed 147k times

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

  4. Wrong IP address when pinged from another machine? - Super User

    I dug further using arp and found that the MAC address associated with the IP address being pinged didn't match the MAC address of any of the network devices on my computer (all but one were …

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

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

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

  8. Why is 'ping' unable to resolve a name when 'nslookup' works fine?

    Oct 30, 2012 · Explanation nslookup wolfman (name server lookup: wolfman) sends the hostname (wolfman) to the DNS (domain name system) to obtain the corresponding IP address. This is the sole …

  9. How to ping IP addresses using JavaScript - Stack Overflow

    Feb 10, 2011 · I want to run a JavaScript code to ping 4 different IP addresses and then retrieve the packet loss and latency of these ping requests and display them on the page. How do I do this?

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

    Mar 9, 2010 · 5 check getnameinfo The getnameinfo function provides protocol-independent name resolution from an address to an ANSI host name and from a port number to the ANSI service name.