From 5f9845d235ba27f6d7f98e8e1ab8f083590ddad4 Mon Sep 17 00:00:00 2001 From: hauke Date: Sat, 6 Sep 2014 10:39:23 +0200 Subject: [PATCH] make vagrant connect to the outside world on ubuntu --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 033cb230c8..755cf202b4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -89,8 +89,8 @@ Vagrant.configure("2") do |config| vb.customize ["guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold", 10000] # Prevent VMs running on Ubuntu to lose internet connection - # vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] - # vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"] + vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] + vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"] end