Skip to content

Instantly share code, notes, and snippets.

@xb4dc0d3
Created September 6, 2022 13:55
Show Gist options
  • Save xb4dc0d3/fed2a0b0dc305a36ffc9d585442c1a03 to your computer and use it in GitHub Desktop.
Save xb4dc0d3/fed2a0b0dc305a36ffc9d585442c1a03 to your computer and use it in GitHub Desktop.
VirtualBox Networking Mode
| | 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