diff --git a/README.md b/README.md index 57eccc72dc4950e287a7ecd45d964e60e7083f0f..83ee812123f4a3e4f5fd3b1f24fa2ecad6fc5253 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,24 @@ Your VM cannot access internet. It is probably due to your computer that is not If you can ping 8.8.8.8 is ok and the DNS resolution fails, it is a strange problem. It means that the DNS server embedded in VirtualBox cannot send DNS request outside. It should not happen. Try to change of network provider. +#### DHCP is blocked and the test does not continue + + + +This is because your virtual network card has been disabled or misconfigured. Go to "Paramètres", then "Réseau" and activate the network card in NAT mode: + + + +#### There is an error about eth1 + + + +Probably, you have misconfigured the second network card: this network card is connected to the private host vboxnet0. You should configure it as follows (Paramètres > Réseau): + + + +If vboxnet0 is missing go to the previous error "vboxnet0 is missing". + ### Other problems #### Cannot exit the mouse from the VM diff --git a/dhcp_blocked.png b/dhcp_blocked.png new file mode 100644 index 0000000000000000000000000000000000000000..032b84d4b03aa0a0d3ff5e145b90831cbe22bce1 Binary files /dev/null and b/dhcp_blocked.png differ diff --git a/eth0.png b/eth0.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b4f3bbd77c12cd7bcde7d891b4ecd97873bb41 Binary files /dev/null and b/eth0.png differ diff --git a/eth1.png b/eth1.png new file mode 100644 index 0000000000000000000000000000000000000000..4dd19f3e9488991b3e826d33e04ba332c8019552 Binary files /dev/null and b/eth1.png differ diff --git a/eth1_not_found.png b/eth1_not_found.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbbdfa0602b57c798e21fa8308609275a618377 Binary files /dev/null and b/eth1_not_found.png differ