Changes between Version 16 and Version 17 of EscenariosVirtuales
- Timestamp:
- Feb 28, 2012, 12:20:18 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EscenariosVirtuales
v16 v17 7 7 8 8 9 == * Objetivo: Prepara sistema operativo para instalar opengnsyssin acceso a internet. ==9 == * Objetivo: Prepara sistema operativo para instalar aplicación opengnsys incluso sin acceso a internet. == 10 10 * Requisitos previos: 11 11 * Instalar sistema operativo. … … 16 16 17 17 18 === Preparar máquina virtual === 18 19 19 === Instalar sistema operativo: virtualBOX y ubuntu 32 bits 10.04.4 === 20 ==== Virtual Box ==== 21 eth1 -> intnet => usada para la gestión del entorno virtual 22 eth2 -> vboxnet0 => usada para acceder desde el "anfitrión|host" al "huesped|gest" 23 eth3 -> nat => usada para acceder a internet 24 25 === Instalar sistema operativo: === 26 27 ==== ubuntu 32 bits 10.04.4 ==== 20 28 21 29 * Usuario: administador contaseña:opengnsys … … 33 41 * tecleamos# apt-get openssh-server 34 42 43 === Configuración de las interfaces de red === 44 eth0 -> (interna) auto y estática = 192.168.2.10 45 eth1 -> (host-only) auto y estática = 192.168.56.10 46 eth2 -> (nat) no auto y dhcp => 47 35 48 === Descargar las dependencias de la aplicación opengnsys para su uso sin red. - /var/cache/apt/ -. === 49 * Activamos la eth2 (nat)# ifup eth2 && ifconfig && route && apt-get update 36 50 * tecleamos# apt-get clean 37 51 * telcleamos o ejecutamos … … 58 72 == Instalar OpenGnSys sin red == 59 73 60 === Configurar la red ===61 62 74 === Preparar los archivos === 63 75 copiamos el tar.gz y la iso a /tmp … … 68 80 === Editar el opengnsys_installer.sh === 69 81 {{{ 70 linea 1141 -> cp /tmp/${FILENAME $TARGETFILE || wget ..... 71 linea 1292 -> #checkNetworkConnnection 72 linea 107 -> #[ -n "$UPDATEPKGLIST" ] && eval $UPDATEPKGLIST 82 linea 1141 o 1143 -> cp /tmp/${FILENAME $TARGETFILE || wget ..... 83 linea 1292 o 1294 -> #checkNetworkConnnection 84 linea 107 o 109 -> #[ -n "$UPDATEPKGLIST" ] && eval $UPDATEPKGLIST 85 linea 99 [ -f $SAMBAINIT ] 73 86 }}}