Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created December 4, 2014 05:28
Show Gist options
  • Save bodepd/566a2804829bd645ddfc to your computer and use it in GitHub Desktop.
Save bodepd/566a2804829bd645ddfc to your computer and use it in GitHub Desktop.
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -13,6 +13,7 @@ Vagrant.configure("2") do |config|
override.vm.box = 'ubuntu/trusty64'
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
+ vb.customize ["modifyvm", :id, '--hostonlyadapter1', '10.10/16']
vb.memory = 1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment