--- layout: post title: !binary |- TXkgbmV0d29yayBoaW50cyBmb3Igc2V0dGluZyB1cCBWaXJ0dWFsQm94IG9u IE1hYyBIb3N0IHdpdGggTGludXggR3Vlc3Rz created: 1253285802 comments: true categories: !binary |- ZW5fdXM= --- Virtualbox is one of my favourite OpenSource project, and I am actively following it's rapid development, headed by Sun/Oracle. You can use it very easily, and there are tons of howto out of here on how to setup, configure and run your favorite operating system inside another. The default settings put on your virtual machine a single NAT device, which is good if you only need to reach Internet inside the VM, but it became pretty unusable if you need to access to the VM from an external machine. Here came in help the bridged networking mode, so your VM will get an IP address directly from the DHCP of your current network (both wired or wireless), so you can connect to the VM from everywhere, as you can with the host machine. This is the most flexible environment. If you want to stay more secure (and probably gain some transfer speed), you can use the host only network: it's a network managed with dhcp by virtualbox, and it's only accessible from your host machine (it has a dedicated virtual interface). Sharing files with the host machine: