» Common Issues
This page lists some common issues people run into with Vagrant and VirtualBoxas well as solutions for those issues.
» Hanging on Windows
If Vagrant commands are hanging on Windows because they're communicatingto VirtualBox, this may be caused by a permissions issue with VirtualBox.This is easy to fix. Starting VirtualBox as a normal user or as anadministrator will prevent you from using it in the opposite way. Please keepin mind that when Vagrant interacts with VirtualBox, it will interact withit 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 youwish to use.
» DNS Not Working
If DNS is not working within your VM, then you may need to enablea DNS proxy (built-in to VirtualBox). Please see the StackOverflow answersherefor a guide on how to do that.