close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Jul 12, 2012, 9:31:16 AM (13 years ago)
- Author:
-
adv
- Comment:
-
info lab virtual
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v41
|
v42
|
|
117 | 117 | |
118 | 118 | |
119 | | === Configuramos las interfaces de red === |
| 119 | === Configuración de las interfaces. TODO VideoTutorial v04 === |
| 120 | eth0 -> (interna) auto y estática = 192.168.2.10 |
| 121 | eth1 -> (host-only) auto y estática = 192.168.56.10 |
| 122 | eth2 -> (nat) no auto y dhcp => |
120 | 123 | {{{ |
121 | 124 | # The loopback network interface |
… |
… |
|
144 | 147 | |
145 | 148 | |
146 | | #* Activamos la eth2 (nat)# route del default && ifup eth2 && ifconfig && route && apt-get update |
147 | | |
148 | | === Configuración de las interfaces. TODO VideoTutorial v04 === |
149 | | eth0 -> (interna) auto y estática = 192.168.2.10 |
150 | | eth1 -> (host-only) auto y estática = 192.168.56.10 |
151 | | eth2 -> (nat) no auto y dhcp => |
152 | | |
153 | 149 | |
154 | 150 | |
155 | 151 | === Preparando el servidor para la instalación de opengnsy TODO VideoTutorial v04 === |
156 | | * Requisisto para Infraestrucutra de red con proxy. |
| 152 | * Requisisto para Infraestrucutra de red con proxy, |
157 | 153 | - http (activación de la variable htp_proxy |
158 | 154 | - apt (desabilitado la configuración especicia de apt) |
… |
… |
|
172 | 168 | |
173 | 169 | |
174 | | * Instalación de paquetes: |
175 | | tecleamos# apt-get openssh-server subversion wget |
176 | | |
177 | | * preinstalación de paquetes |
178 | | apt-get install openssh-server wget subversion |
179 | | apt-get -d install subversion apache2 php5 libapache2-mod-php5 mysql-server php5-mysql isc-dhcp-server bittorrent tftp-hpa tftpd-hpa syslinux openbsd-inetd update-inetd build-essential g++-multilib libmysqlclient15-dev wget doxygen graphviz bittornado ctorrent samba unzip netpipes debootstrap schroot squashfs-tools |
180 | | |
181 | 170 | |
182 | 171 | |
183 | 172 | === Descargar las dependencias de la aplicación opengnsys para su uso sin red. - /var/cache/apt/ -. === |
184 | | * Activamos la eth2 (nat)# route del default && ifup eth2 && ifconfig && route && apt-get update |
185 | | * tecleamos# apt-get clean |
186 | | * telcleamos o ejecutamos |
187 | | |
188 | | |
| 173 | {{{ |
| 174 | route del default && ifup eth2 && ifconfig && route && apt-get update |
| 175 | apt-get install openssh-server wget subversion |
| 176 | apt-get -d install subversion apache2 php5 libapache2-mod-php5 mysql-server php5-mysql isc-dhcp-server bittorrent tftp-hpa tftpd-hpa syslinux openbsd-inetd update-inetd build-essential g++-multilib libmysqlclient15-dev wget doxygen graphviz bittornado ctorrent samba unzip netpipes debootstrap schroot squashfs-tools |
| 177 | }}} |
189 | 178 | |
190 | 179 | |
191 | 180 | === Descargar la aplicación OpenGnsys: El tar.gz de la aplicación y la iso del ogLive === |
192 | | Descargar el tar.gz y la iso del oglive y almacenarlos en /root/ |
| 181 | OpenGnsys versión estable (1.0.3) |
| 182 | Descargar el tar.gz y la iso del oglive y almacenarlos en /root/1.0.3/ |
| 183 | OpenGnsys versión desarrollo (1.0.4) |
| 184 | Descargar el tar.gz y la iso del oglive y almacenarlos en /root/1.0.4/ |
| 185 | |
193 | 186 | |
194 | 187 | === Crear imagen o copia de la imagen virtual === |