Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mgutz/1b8b5569190155dc31b9 to your computer and use it in GitHub Desktop.
Save mgutz/1b8b5569190155dc31b9 to your computer and use it in GitHub Desktop.

How to setup your VMWare Fusion images to use static IP addresses

source: http://crshlv.ly/rjlXdS

We use Railsmachine's Moonshine to automate the configuration of our servers at Crush + Lovely. When writing our deployment recipes, VMWare Fusion's ability to take snapshots and rollback to these snapshots is a huge timesaver because it takes just seconds to roll a server image to it's original state.

When you're just configuring a single server, having a static IP address for your server image isn't too important, but when you're configuring multi-server setups, it can be useful to duplicate a number of server images and give each a static IP address so you can consistently deploy to them.

@alexszilagyi
Copy link

I'd update the 4th step with:

sudo /Applications/VMware\ Fusion.app/Contents/Library/services/services.sh --stop
sudo /Applications/VMware\ Fusion.app/Contents/Library/services/services.sh --start

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