Created
September 6, 2022 13:55
-
-
Save xb4dc0d3/fed2a0b0dc305a36ffc9d585442c1a03 to your computer and use it in GitHub Desktop.
VirtualBox Networking Mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| | VM <-> Host | VM1 <-> VM2 | VM -> Internet | VM <- Internet | | |
|----------|-------------|-------------|----------------|----------------| | |
| HostOnly | Yes | Yes | No | No | | |
| Internal | No | Yes | No | No | | |
| Bridged | Yes | Yes | Yes | Yes | | |
| NAT | No | No | Yes | Port forward | | |
| NATNet | No | Yes | Yes | Port forward | | |
https://stackoverflow.com/a/54232899 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment