Created
September 8, 2016 16:44
-
-
Save hartsock/3be73e42efd4820250dc4d7c247c4402 to your computer and use it in GitHub Desktop.
Static IP for the old Photon developer boxen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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