Skip to content

Commit

Permalink
use private network in the 192.168.x.x network
Browse files Browse the repository at this point in the history
  • Loading branch information
dummy committed Jul 16, 2014
1 parent f404c80 commit 25c537b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Vagrant::configure("2") do |config|
sample_app_config.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box"
# configure host-only network
sample_app_config.vm.hostname = "sample-app.local"
sample_app_config.vm.network :private_network, ip: "10.33.40.15"
sample_app_config.vm.network :private_network, ip: "192.168.40.15"

# virtualbox-specific customizations
sample_app_config.vm.provider :virtualbox do |vbox, override|
Expand Down

0 comments on commit 25c537b

Please sign in to comment.