From 5667cdfe5e5b414af70fc978bec05b0240860126 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 31 Oct 2014 13:21:32 -0600 Subject: use private network. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 27ee4c7a..8a5cdb45 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -14,7 +14,7 @@ Vagrant.configure("2") do |config| # Create a private network, which allows host-only access to the machine # using a specific IP. - # config.vm.network :private_network, ip: "192.168.33.10" + config.vm.network :private_network, ip: "192.168.33.10" # Create a public network, which generally matched to bridged network. # Bridged networks make the machine appear as another physical device on -- cgit v1.2.3