I'm as new as possible to Raspberry Pi, and I'd like to configure the following:
My Raspberry Pi connected directly to my Mac via an Ethernet cable, so that I can setup and run the RP entirely from my Mac via SSH.
My Mac and Raspberry Pi configured so that the RP connects to the Internet through a shared connection on my Mac.
Ideally I'd like to be able to accomplish this "headlessly" (if that's a word): starting out of the box with the Raspberry Pi, plugging it in to the Mac, and going from there.
Is there a way to accomplish this? This (for a variety of reasons) is the only way I can use the Raspberry Pi, so I'm hoping it can be done!
OS X 10.11.1; RP 2 B v1.1
just put "ip=192.168.0.122" (or whatever ip you want it to have) at the end of the first line. Also need to set your mac to have a static ip on the same subnet. For a shared connection that takes a bit more work.. – raspi-ninja Dec 03 '15 at 20:37