

This will allow you to copy and paste between your virtual and host machines, useful when you want to copy outputs from one device to the other. This will improve the performance of your virtual machine by taking advantage of your PC’s 3D hardware and allow you to resize your desktop resolution!Īnother feature this unlocks is the shared clipboard, which you can activate in Devices > Shared Clipboard. Once this is complete, you will need to restart your virtual machine for the new features to take effect.Ĭlose the machine, but before you start it up again, return to the Settings menu and change the Graphics Controller back to VMSVGA and Enable 3D Acceleration. The disc will appear inside your virtual desktop and you will be prompted to run the software. This will prompt you to download the Guest Additions disk image file. To install Guest Additions, you need to complete your installation of Ubuntu in your virtual machine and boot to the desktop.įrom there, select Devices > Insert Guest Additions CD. This includes better integration between your virtual machine and the host machine, as well as improved video support that enables the display resolution options when using VMSVGA.

Guest Additions is an extra piece of software that unlocks some more advanced features of VirtualBox. Then you set up iptables on the host to do forwarding from the external IP to the internal LAN, plus the relevant rules for SNAT/MASQUERADE, and all should be fine.Previous step Next step 5. Since you probably only have one static public IP address, you need to bind another (internal) IP address to the host OS, either on the same interface or on a different one, and then either allow the guest to acquire an IP address on the same internal subnet from a DHCP server or configure it statically that way. select both 'wifi' node and 'virtual box host only network' noe and right click, we find create bridge network, choose it. Open network and sharing center in windows. In bridged mode your guest behaves as if it were a completely separate computer on a LAN behind the firewall (or a completely separate computer on the internet, but that will require a separate static IP address), which is sort of the whole point of running a virtual machine. >right click 'nw-bridge' -> 'properties' He forgot to add one step just before this step. In other words, you need to set up your host computer as an Internet gateway (with forwarding and SNAT or masquerading). The reason is that in NAT mode VirtualBox effectively provides routing of Internet traffic to and from the virtual machine, whereas in bridged mode you have to do this yourself.
