Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save taldanzig/83e8106e54d73b63c6b2 to your computer and use it in GitHub Desktop.
Save taldanzig/83e8106e54d73b63c6b2 to your computer and use it in GitHub Desktop.

Fixed IP addresses in VMWare Fusion 7

Edit /Library/Preferences/VMware Fusion/vmnet8/dhcpd.conf add a section at the end similar to the following:

host debian8-taldev {
	hardware ethernet 00:0c:29:ed:98:82;
	fixed-address 10.38.1.10;
}

Restart VMWare, bring the network in your guest down then up if necessary and BAM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment