-
-
Save mitchellh/1277049 to your computer and use it in GitHub Desktop.
Vagrant::Config.run do |config| | |
# ... | |
config.vm.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] | |
end |
This fixes DNS lookup but host is still unreachable from within the VM, anyone have a tip for that?
Does this fix work for Vagrant + VMWare + VPN's as well?
Hi, I had the same problem trying to configure host DNS resolver so that I can resolve addresses from a private DNS server over a VPN, except using Test Kitchen instead of plain Vagrant. This gist configures the the test kitchen vagrant driver in the same way as above gist, except in the .kitchen.yaml syntax : https://gist.github.com/mattgray/0a72e8d61a5ca115c406
Worked in homestead/vagrant 1.6.3 with Ubuntu 14.10
=]
work like a charm thanks
Unfortunately, this seems to not be working anymore, got the following error while trying to destroy my previous VM:
`There are errors in the configuration of this machine. Please fix
the following errors and try again:
vm:
- The following settings shouldn't exist: customize
`
Yes, this make it work on Ubuntu 13.10.