[SOLVED] Locating a Device by IP

Via Ethernet cable, I have a Raspberry Pi/LibreELEC stack on the network. I cannot find it's IP address. Do such devices show up in LuCI? Under what? I've noodled around the GUI and don't see any other devices identified.

First place would be under assigned leases.

Lower-level information isn't revealed in LuCI, that I know of.

If you know its MAC address, try arp -a from the command line. Even without knowing its MAC address, it will at least show all the IPs your box is immediately aware of. Failing that, use tcpdump -ni LAN (or whatever interface you think it is attached to). The tcpdump-mini package should be sufficient.

Thnx, In this instance, arp -a shows the device.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.