Si estás pensando en utilizar OpenWrt en tu router inalámbrico y no quieres estar flasheando a cada rato el firmware o simplemente quieres ver de qué va esta versión de Linux para sistemas embebidos, puedes descargar la imagen de prueba para VirtualBox desde la página del proyecto y experimentar allí.
Para ponerla a funcionar solo sigue estos pasos:
- Descarga la imagen de OpenWrt Backfire para VirtualBox.
- Configura una máquina virtual con los siguientes parámetros:
No funciona, no arranca!!
Si no te funciona, por ejemplo que se queda un buen rato al iniciar y finalmente muestra el mensaje “Waiting for root device /dev/sda2″, es porque la imagen funciona en un disco IDE y VirtualBox actualmente por omisión está colocando los discos como SATA:
Para solucionarlo lo que debes hacer es eliminar el disco desde las configuraciones y volverlo agregar, pero al controlador IDE:
Luego ya podrás disfrutar y experimentar con OpenWrt virtualizado!!






Planeta Linux
#1 by Luis Gallardo on 30/07/2011 - 3:00
@Bobby you have to take in account the eth0 in the router is a bridged interface as well, meaning you have to avoid using the same 192.168.1.1 address if your network uses that as gateway. So, you have to edit the /etc/config/network in OpenWrt as follow:
Then you must to execute:
The last command is for checking out the changes. To use ssh you must set the root’s password:
Now you will be able to use ssh as follow:
To use the web interface type in a browser this:
Cheers!
#2 by Bobby on 30/07/2011 - 8:36
I enabled bridge mode but can’t ssh to the virtual machine or open the web interface. Is there anything else that need to be configured?
#3 by Luis Gallardo on 20/06/2011 - 3:29
@Rob yes, you can enable a network adapter in bridge mode to reach the web interface. Cheers!
#4 by Rob on 20/06/2011 - 2:34
Hi, is there a way to use the web interface of openwrt while it is running in virtualbox?
#5 by Luis Gallardo on 22/11/2010 - 10:53
@Andy you are welcome my friend!!
#6 by Andy on 22/11/2010 - 10:51
Thank you.