About 739,000 results
Open links in new tab
  1. Find IP address of directly connected device - Stack Overflow

    Mar 12, 2024 · Is there a way to find out the IP address of a device that is directly connected to a specific ethernet interface? I.e. given one host, one wired ethernet connection and one second host …

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

    Mar 9, 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 …

  3. How to check which Azure Resource is using the specific IP address?

    Jan 8, 2021 · Here are a couple ways I found for private IP address. The simple one works well for VMs and Private Endpoints, but I wasn't able to find Gateway addresses. The second method goes …

  4. How can I find the IP of a device not on my network but is connected …

    Jan 28, 2022 · I think for clarity you should specify if they are in the same subnet. A device with an IP address of 192.168.1.x on a subnet of 255.255.255.0 will not typically communicate on a separate …

  5. adb command for getting ip address assigned by operator

    adb shell ip addr show rmnet0 | grep 'inet ' | cut -d ' ' -f 6 | cut -d / -f 1 It will return your IPV4 assigned by the operator 172.22.1.215 Note: rmnet0 should be replaced with your interface my case was rmnet0 …

  6. Get IP Address from Mac Address - Stack Overflow

    Dec 2, 2013 · 4 Is it possible to determine a device's IP address from its MAC address over a local network? If possible, I'd like to be able to do this from the command line.

  7. Use powershell to get device names and their ipaddress on a home ...

    Jan 21, 2017 · Get-NetIPAddress | Format-Table I would like to be able to get a list of all devices on my home network. Including the device ip address, and some sort of name for that device. The previous …

  8. How to get hardware device serial number with help of ip address?

    Jul 14, 2014 · Is there any method to get serial number of hardware device within the same network with the help of the ip address?

  9. ip - List ALL devices on local network? - Stack Overflow

    Jun 4, 2015 · The ifconfig command shows my IP address and MAC address along with some other useful information, but it doesn't show all of the devices on the local network. Is there a command …

  10. How to get IP address of the device from code? - Stack Overflow

    Is it possible to get the IP address of the device using some code?