Skip to content

Instantly share code, notes, and snippets.

@bretth
Last active December 7, 2015 05:22
Show Gist options
  • Save bretth/54b30985a73b74eb57be to your computer and use it in GitHub Desktop.
Save bretth/54b30985a73b74eb57be to your computer and use it in GitHub Desktop.
Adding a vmware machine with static IP address
####### VMNET DHCP Configuration. End of "DO NOT MODIFY SECTION" #######
# Add machine with fixed ip address
host guestos {
hardware ethernet 00:0C:29:7F:86:09;
fixed-address 172.16.149.10;
}
# To make effective restart the network services on the host
# Usage: sudo /Applications/VMware Fusion.app/Contents/Library/services/services.sh {--start|--stop}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment