diff --git a/README.md b/README.md
index 112a20469c8d101c908e9edd3ef51906cb90b16e..880de66c6390e85cf7e9a422a123790e86b68c75 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,28 @@ Probably, you have misconfigured the second network card: this network card is c
 
 If vboxnet0 is missing go to the previous error "vboxnet0 is missing".
 
+#### Error about the Virtualbox Host-Only ethernet address
+
+This error may occur under windows, probably because the name of your adapter is not vboxnet0 and has a different name. Under Windows, your network adapters can look like this:
+
+![network manager](manager_network.png)
+
+In this case, you have to check the parameters of the virtual machine:
+
+- select the TestVM virtual machine
+- hit the "Settings" button
+- Go to the network tab
+- Check the adapter 1 and adapter 2
+
+  - adapter 1 should have the mode "NAT"
+  - adapter 2 shoudl have the mode "host only network" with name "vboxnet0" or "VirtualBox Host-Only Ethernet Adapter"
+
+![adapter 1](adapter1.png)
+
+![adapter 2](adapter2.png)
+
+Validate the configuration and relaunch the VM.
+
 ### Other problems
 
 #### Cannot exit the mouse from the VM
diff --git a/adapter1.png b/adapter1.png
new file mode 100644
index 0000000000000000000000000000000000000000..b51336bdec3ef90a3e077354fb1b9b50ecaa7d4d
Binary files /dev/null and b/adapter1.png differ
diff --git a/adapter2.png b/adapter2.png
new file mode 100644
index 0000000000000000000000000000000000000000..afc1d756c1ef8e320622295bda867b0fd4d7a160
Binary files /dev/null and b/adapter2.png differ
diff --git a/manager_network.png b/manager_network.png
new file mode 100644
index 0000000000000000000000000000000000000000..eae376b598c5732d53145abba614c4d4e8f98541
Binary files /dev/null and b/manager_network.png differ