ptwobrussell / Mining-the-Social-Web-2nd-Edition

The official online compendium for Mining the Social Web, 2nd Edition (O'Reilly, 2013)
http://bit.ly/135dHfs
Other
2.9k stars 1.49k forks source link

Vagrantfile issue #170

Open etchen99 opened 10 years ago

etchen99 commented 10 years ago

On Windows7, I had to add the following lines to Vagrantfile to get internet access:

vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]

Lines were added right before the first end statement.

Lines were obtained from this link: https://coderwall.com/p/n2y79g

ptwobrussell commented 10 years ago

Thanks. I'll test this on other environments and see if I can just add them for all environments. A few folks have had problems recently on Windows 7, so this might be exactly what we've needed. Thanks so much for sending this in. I'll close the issue when I have made updates to the Vagrantfile