Skip to content

Commit 7bb562a

Browse files
author
Florian Tatzel
committed
Adds Windows 10 VMWare Workaround to TROUBLESHOOTING
1 parent 16abfae commit 7bb562a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

documentation/TROUBLESHOOTING.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Startup or update errors
66

7+
### Reprovision the VM
8+
79
You can safely reprovision your VM:
810

911
```bash
@@ -15,3 +17,21 @@ vagrant up --provision
1517
vagrant provision
1618
```
1719

20+
### Windows 10 and VMWare
21+
22+
It can happen that the **Virtual Network Adapters** (in this case host only adapter)
23+
break **on every shutdown** or **disconnect** vom Network.
24+
25+
Windows 10 has **currently issues with Virtual Networks** on different VM Softwares.
26+
With VMWare a Workaround can be reseeting the Network Adapters right before
27+
starting the VM.
28+
29+
1. Shut Down the VM (if not down already)
30+
2. Open VMWare
31+
3. Open in Menu: **Edit > Virtual Network Editor...**
32+
4. Request Admin Rights in this Window (if not already started with them)
33+
5. Click: **Restore Defaults**
34+
35+
This will reset all virtual Network Adapters.
36+
If you now start Vagrant with **vagrant up**, the required Adapters will be
37+
recreated.

0 commit comments

Comments
 (0)