Created
July 1, 2015 16:14
-
-
Save phatsk/2e31c2a395e59dd35456 to your computer and use it in GitHub Desktop.
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
### Look for this line and comment it out, as shown: | |
#config.vm.network :private_network, ip: "192.168.50.4" | |
# Public Network (disabled) | |
# | |
# Using a public network rather than the default private network configuration will allow | |
# access to the guest machine from other devices on the network. By default, enabling this | |
# line will cause the guest machine to use DHCP to determine its IP address. You will also | |
# be prompted to choose a network interface to bridge with during `vagrant up`. | |
# | |
# Please see VVV and Vagrant documentation for additional details. | |
# | |
config.vm.network :public_network |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment