From 1d41d16bfa5809d282f9f0d097ba9e42623ac5ce Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 28 Jan 2016 10:42:18 +0100 Subject: [PATCH] Add netmask to the private_network --- lamp-trusty64/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamp-trusty64/Vagrantfile b/lamp-trusty64/Vagrantfile index 509c430..069f72f 100644 --- a/lamp-trusty64/Vagrantfile +++ b/lamp-trusty64/Vagrantfile @@ -24,7 +24,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) 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", netmask: "255.255.255.0" # Create a public network, which generally matched to bridged network. # Bridged networks make the machine appear as another physical device on