Try to fix VM network issues that caused crashes in NPM and APT.

pull/6/head
Franz Liedke 2015-03-08 01:58:07 +01:00
parent 4bd1c27af0
commit 10e6e975e6
1 changed files with 2 additions and 2 deletions

4
Vagrantfile vendored
View File

@ -124,8 +124,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