From da0b24ecda5f31a361699d8fd74bbd3d2c8072b2 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 6 Jul 2015 23:22:22 -0600 Subject: [PATCH] website/docs: update dns proxy docs [GH-4853] --- website/docs/source/v2/virtualbox/common-issues.html.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/source/v2/virtualbox/common-issues.html.md b/website/docs/source/v2/virtualbox/common-issues.html.md index bdb61ae8b..cea2f6df6 100644 --- a/website/docs/source/v2/virtualbox/common-issues.html.md +++ b/website/docs/source/v2/virtualbox/common-issues.html.md @@ -20,3 +20,10 @@ it with the same access level as the console running Vagrant. To fix this issue, completely shut down all VirtualBox machines and GUIs. Wait a few seconds. Then, launch VirtualBox only with the access level you wish to use. + +## DNS Not Working + +If DNS is not working within your VM, then you may need to enable +a DNS proxy (built-in to VirtualBox). Please [see the StackOverflow answers +here](http://serverfault.com/questions/453185/vagrant-virtualbox-dns-10-0-2-3-not-working) +for a guide on how to do that.