First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How do I get the IP address of a device not on a network?

  • retag add tags

how do I find the ip of a device not on a network.My computer connected to device?

DALE's avatar
1
DALE
asked 2020-10-06 15:46:47 +0000
Guy Harris's avatar
19.9k
Guy Harris
updated 2020-10-06 17:58:12 +0000
edit flag offensive 0 remove flag close merge delete

Comments

How is the computer connected to the device, network cable, serial cable, parallel cable or something else?

grahamb's avatar grahamb (2020-10-06 15:57:24 +0000) edit

And what do you mean by "not on a network"? A machine that's not on a network might not have an IP address.

Guy Harris's avatar Guy Harris (2020-10-06 17:59:19 +0000) edit

I have a device that has an ip but I do not know the range to search for,and not knowing the subnet cannot set my laptops subnet

DALE's avatar DALE (2020-10-07 14:06:36 +0000) edit
add a comment see more comments

1 Answer

0

If it does have an IP address and is (perhaps occasionally) active you can run a capture on the network interface attached to it and filter on its MAC address, which you presumably have. Or if you don't and this is the only device on the network interface then anything coming in is from the device.

On the other hand, if it remains quiet, you'll have to see if you can provoke some response. Either by triggering something on the device which causes it to send packets, or if you're lucky it may respond to a broadcast ping.

If nothing else helps then a network scan, e.g. using nmap may help. Start with the usual suspects, as in, the private network ranges and go from there.

Jaap's avatar
13.7k
Jaap
answered 2020-10-07 14:37:10 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer