From e86edb583e5b006d75d9ab7329dd955615ecabed Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Tue, 9 Jul 2019 10:59:43 +0200 Subject: [PATCH] [DOCS] Add note about automatic internet to networking.md So I wasted 1,5 hours trying to make bridged networking work just to get internet access in MacOS. I thought I didn't have internet in the VM because I tried to `ping 1.1.1.1`. Hopefully this note can help future users not to waste their time, too. --- docs/guide-networking.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guide-networking.md b/docs/guide-networking.md index 298e5cd..076b185 100644 --- a/docs/guide-networking.md +++ b/docs/guide-networking.md @@ -1,5 +1,8 @@ Guide to Bridged Networking =========================== + +*Note*: you don't need to set up bridged networking just to get internet access. With `basic.sh` you should be able to access the internet from MacOS automatically. *However*, the ICMP protocol (used for `ping`) is not supported with the default networking solution. + To set up bridged networking for the macOS VM, use one of the following methods: