Viktor Petersson logo

Blog

How to find a network device when using Internet Sharing on Mac OS X

19 NOV • 2015 1 minute

The built-in Internet Sharing in OS X is very handy. When I’m on the road, I frequently use this to share my laptops WiFi connection with other devices over a wired connection (such as a Raspberry Pi, when I work on Screenly).

Internet Sharing on OS X

If you’re connecting some kind of headless device, you will likely want to connect to this device over SSH or similar. The only problem is that you don’t know the IP address of said device (it’s headless, remember).

Luckly, all the tools you need are already available on OS X. All you need to do is to fire up the Terminal:

arp scan and SSH

Simple as pie.

Found an error or typo? File PR against this file.