File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 44
55## Startup or update errors
66
7+ ### Reprovision the VM
8+
79You can safely reprovision your VM:
810
911``` bash
@@ -15,3 +17,21 @@ vagrant up --provision
1517vagrant 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.
You can’t perform that action at this time.
0 commit comments