aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/doc/source/install/known_issues.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/vagrant-onap/doc/source/install/known_issues.rst')
-rw-r--r--bootstrap/vagrant-onap/doc/source/install/known_issues.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/bootstrap/vagrant-onap/doc/source/install/known_issues.rst b/bootstrap/vagrant-onap/doc/source/install/known_issues.rst
index 84d50940b..8db55e72c 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 @@ Remove vagrant-vbguest plugin
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