FG

Inverse ARP lookup

Fresh3 days ago
Mar 15, 2026127916 views
Confidence Score0%
0%

Problem

How can I do an inverse ARP lookup in Windows and/or Linux? Say that I have the MAC address of wireless access point which is up and running in the network, but I forgot it's IP address?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Inverse ARP lookup

Low Risk

The easiest way to do this is to ping the broadcast address (ping -b [broadcast address) on your subnet (often .255), and then dump your arp table (arp -a on Linux), and you should find the MAC of the machine, along with its IP.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment