Virtualbox
From Null-pointer
Contents |
Networking
By default the virtual machine is connected to a private network internal to VirtualBox and invisible to the host, network services on the guest are not accessible to the host machine or to other computers on the same network. [1]
To allow the host to communicate with the virtual machine I recommend setting the network to Host-Only [2]
Shared folders
[root@localhost ~]# mount -t vboxsf [-o OPTIONS] shared_folder ~/shared_folder [3]
See also
- Virtual Box homepage
- Vagrant is a tool for building and distributing virtualized development environments
References
- ↑ "Chapter 6. Virtual networking - Network Address Translation (NAT)" Oracle VM VirtualBox User manual. Retrieved 13 Jan 2011.
- ↑ "Chapter 6. Virtual networking - Host-only networking" Oracle VM VirtualBox User manual. Retrieved 13 Jan 2011.
- ↑ "Chapter 4. Guest Additions - Manual mounting" Oracle VM VirtualBox User manual. Retrieved 14 Jan 2011.

