Merge "Update manifest with CCSDK versions"
diff --git a/bootstrap/vagrant-onap/doc/source/install/known_issues.rst b/bootstrap/vagrant-onap/doc/source/install/known_issues.rst
index 84d5094..8db55e7 100644
--- a/bootstrap/vagrant-onap/doc/source/install/known_issues.rst
+++ b/bootstrap/vagrant-onap/doc/source/install/known_issues.rst
@@ -48,3 +48,16 @@
C:\> vagrant plugin uninstall vagrant-vbguest
.. end
+
+
+Network configuration in Windows
+--------------------------------
+
+Some Virtual Machines present a problem in their network configuration so to
+make sure the install will work as it should install the virtualbox from the
+cmd window with the following command:
+
+.. code-block:: console
+
+ c:\downloads\VirtualBox-5.1.20-114628-Win.exe -msiparams NETWORKTYPE=NDIS5
+.. end