Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
A) where is NAT and bridging set up at? Host, VM, or both?
B) can you just drag & drop files from the host to VM and vice versa?
A) Your selection of which type of networking to use is a VirtualBox setting. If you choose NAT, you won't be able to communicate with the host except through shared folders. If you choose Host networking, and then you bridge the VirtualBox adapter with your outside network adapter (Network Connections dialog in Windows), your guest will act just like any other computer on your network.
B) Not as far as I know. You can use SMB (windows file sharing) to move files around just like you would move things across your network though. You can also set up shared folders in VirtualBox to move things back and forth.
Any way to change the network settings from NAT to host networking?
iface br0 inet dhcp
bridge_ports eth0
sudo VboxAddIF vbox0 YourUsername br0
sudo /etc/init.d/network restart