Last active
December 7, 2015 05:22
-
-
Save bretth/54b30985a73b74eb57be to your computer and use it in GitHub Desktop.
Adding a vmware machine with static IP address
This file contains 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
####### 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