Skip to content

Commit 78ee49c

Browse files
committed
Merge pull request #37 from PanadeEdu/develop
Adds Windows 10 VMWare Workaround to TROUBLESHOOTING
2 parents 16abfae + 04a9ca6 commit 78ee49c

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
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.

documentation/USAGE.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,16 @@ Hint: This handling is needed if you want to use docker-compose from your host s
2929

3030
# Windows specific
3131

32-
If you're working under Windows you can put your files under `/home/vagrant/projects/`
32+
If you're working under Windows you can put your files under `/home/vagrant/projects/`
33+
34+
You can access these Files via Samba.
35+
36+
1. Map a new Network Drive
37+
2. Select Drive Letter
38+
3. Enter: \\192.168.56.2
39+
4. Browse and select the directory **projects**
40+
41+
Use the following Credentials:
42+
43+
Username: \vagrant
44+
Password: vagrant

0 commit comments

Comments
 (0)