Skip to content
Snippets Groups Projects
Commit 6f1f9b26 authored by Jean-Francois Lalande's avatar Jean-Francois Lalande
Browse files

2 new issues

parent 5ecf6a3e
No related branches found
No related tags found
No related merge requests found
......@@ -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
![dhcm is blocked](dhcp_blocked.png)
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:
![eth0](eth0.png)
#### There is an error about eth1
![eth1 is not there](eth1_not_found.png)
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):
![eth1](eth1.png)
If vboxnet0 is missing go to the previous error "vboxnet0 is missing".
### Other problems
#### Cannot exit the mouse from the VM
......
dhcp_blocked.png

7.47 KiB

eth0.png 0 → 100644
eth0.png

46.6 KiB

eth1.png 0 → 100644
eth1.png

50.1 KiB

eth1_not_found.png

37.1 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment