Skip to content

Instantly share code, notes, and snippets.

@phatsk
Created July 1, 2015 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phatsk/2e31c2a395e59dd35456 to your computer and use it in GitHub Desktop.
Save phatsk/2e31c2a395e59dd35456 to your computer and use it in GitHub Desktop.
### 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