From 89dfac86c67a1f3066bf78203b7763d1162bae98 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 2 May 2014 10:02:38 -0700 Subject: [PATCH] website/docs: virtualbox [GH-3609] --- website/docs/source/v2/virtualbox/boxes.html.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/docs/source/v2/virtualbox/boxes.html.md b/website/docs/source/v2/virtualbox/boxes.html.md index 2d59a6495..61f209d6d 100644 --- a/website/docs/source/v2/virtualbox/boxes.html.md +++ b/website/docs/source/v2/virtualbox/boxes.html.md @@ -136,7 +136,10 @@ the "metadata.json" file used by Vagrant itself. Also, there is a "Vagrantfile." This contains some configuration to properly set the MAC address of the NAT network device, since VirtualBox -requires this to be correct in order to function properly. +requires this to be correct in order to function properly. If you're +not using `vagrant package --base` above, you'll have to set the +`config.vm.base_mac` setting in this Vagrantfile to the MAC address +of the NAT device without colons. When bringing up a VirtualBox backed machine, Vagrant [imports](http://www.virtualbox.org/manual/ch08.html#vboxmanage-import)