Commit 5667cdfe

mo khan <mo@mokhan.ca>
2014-10-31 19:21:32
use private network.
1 parent 7cd7f81
Changed files (1)
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