Skip to content

Instantly share code, notes, and snippets.

@viegelinsch
Created May 9, 2024 10:36
Show Gist options
  • Save viegelinsch/6b2eba952afe3a87b5398b588b691196 to your computer and use it in GitHub Desktop.
Save viegelinsch/6b2eba952afe3a87b5398b588b691196 to your computer and use it in GitHub Desktop.
How to find a Raspberry Pi on macOS

delete arp cache on macOS

sudo arp -a -d

search for raspberry pi

arp -a | grep b8:27:eb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment