You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
Copy file name to clipboardExpand all lines: docs/guide-networking.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
Guide to Bridged Networking
2
2
===========================
3
+
4
+
*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.
5
+
3
6
To set up bridged networking for the macOS VM, use one of the following methods:
0 commit comments