http://blog.afkham.org/2013/02/how-to-connect-raspberry-pi-to-internet.html
母艦のMacに192.168.2.1、raspiに192.168.2.2を静的IPとして割り当てる。
/etc/network/interfacesの設定
auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.2.2 netmask 255.255.255.0 gateway 192.168.2.1