Skip to content

Instantly share code, notes, and snippets.

@hartsock
Created September 8, 2016 16:44
Show Gist options
  • Save hartsock/3be73e42efd4820250dc4d7c247c4402 to your computer and use it in GitHub Desktop.
Save hartsock/3be73e42efd4820250dc4d7c247c4402 to your computer and use it in GitHub Desktop.
Static IP for the old Photon developer boxen
$ sudo gvim /Library/Preferences/VMware\ Fusion/vmnet8/dhcpd.conf
host phodev {
hardware ethernet 00:0c:29:ab:9a:11;
fixed-address 192.168.218.10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment