Connect a VM Into the Local Network
A Virtual Machine (VM) can be connected into the local network as another machine connected to the router. To do it, I will mention the steps for VirtualBox but the same can be achieved for other products.
Go to Settings -> Network and enable a new and single Network Adapter, attached to “Bridged Adapter” in the interface eth0
.
Now make sure that the VM is using DHCP. Take a look at the file /etc/network/interface
and it should have the eth0
interface as autostart and DHCP configured.
The next time you boot the machine, ifconfig
will show you an address like 192.168.x.x in eth0
More information about VM networking at the VirtualBox manual.
Resource: http://catlingmindswipe.blogspot.com.ar/2012/06/how-to-virtualbox-networking-part-two.html