summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-10-31 13:21:32 -0600
committermo khan <mo@mokhan.ca>2014-10-31 13:21:32 -0600
commit5667cdfe5e5b414af70fc978bec05b0240860126 (patch)
tree6d4e0cd51fa1781879855b7a22a32a40dda56068
parent7cd7f8125e9bde0507613c390b8cbd116cb18ce3 (diff)
use private network.
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
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