(no title)
mmcallister | 5 years ago
on Linux:
$ arp -n | grep "MAC_ADDRESS_HERE"
192.168.86.23 ether MAC_ADDRESS_HERE C wlp4s0
if it's in the ARP cache it's "home" (or rather was, within the last 60 seconds, or gc_stale_time)mmcallister | 5 years ago
on Linux:
$ arp -n | grep "MAC_ADDRESS_HERE"
192.168.86.23 ether MAC_ADDRESS_HERE C wlp4s0
if it's in the ARP cache it's "home" (or rather was, within the last 60 seconds, or gc_stale_time)
No comments yet.