From 4fbf0dd50fdb12e0e87923306518dbb2b2d208f4 Mon Sep 17 00:00:00 2001 From: "simon.guerrero" Date: Mon, 4 Sep 2017 13:36:50 +0100 Subject: [PATCH] Disabled vagrant auto-configure of interface --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index b04a37677..c176a813d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -26,7 +26,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.3" + config.vm.network "private_network", ip: "192.168.33.3", auto_config: false # Create a public network, which generally matched to bridged network. # Bridged networks make the machine appear as another physical device on