| ... | ... | @@ -58,43 +58,6 @@ Se crea el contenedor y se instala el NC mediante el rol de la galaxia de nuestr |
|
|
|
|
|
|
|
Una vez creado el container, nos fijamos que MAC le asignó el cluster para ahora sí darle un valor al parámetro **hwaddr** en la configuración de la interfaz de red net0 en vars/10_lxc_container.yml.
|
|
|
|
|
|
|
|
## Algunos detalles
|
|
|
|
|
|
|
|
Luego de haber instalado el servidor, debido a que el rol deja activado el virtualhost por defecto de Apache (000-default.conf), la primera vez que accedemos por el navegador vamos a ver la página de Apache.
|
|
|
|
|
|
|
|
Además, a nivel de consola, por algún otro detalle, vemos estos mensajes:
|
|
|
|
|
|
|
|
```
|
|
|
|
root@candombe:~# service apache2 status
|
|
|
|
● apache2.service - The Apache HTTP Server
|
|
|
|
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
|
|
|
|
Active: active (running) since Thu 2019-12-12 20:31:46 -03; 7min ago
|
|
|
|
Main PID: 23988 (apache2)
|
|
|
|
Tasks: 8 (limit: 6144)
|
|
|
|
CGroup: /system.slice/apache2.service
|
|
|
|
├─23988 /usr/sbin/apache2 -k start
|
|
|
|
├─23990 /usr/sbin/apache2 -k start
|
|
|
|
├─23991 /usr/sbin/apache2 -k start
|
|
|
|
├─23992 /usr/sbin/apache2 -k start
|
|
|
|
├─23993 /usr/sbin/apache2 -k start
|
|
|
|
├─23994 /usr/sbin/apache2 -k start
|
|
|
|
├─30293 /usr/sbin/apache2 -k start
|
|
|
|
└─30296 /usr/sbin/apache2 -k start
|
|
|
|
|
|
|
|
dic 12 20:31:46 candombe systemd[1]: Starting The Apache HTTP Server...
|
|
|
|
dic 12 20:31:46 candombe systemd[1]: Started The Apache HTTP Server.
|
|
|
|
dic 12 20:32:06 candombe systemd[1]: apache2.service: Failed to reset devices.list: Operation not permitted
|
|
|
|
dic 12 20:32:17 candombe systemd[1]: apache2.service: Failed to reset devices.list: Operation not permitted
|
|
|
|
dic 12 20:32:20 candombe systemd[1]: apache2.service: Failed to reset devices.list: Operation not permitted
|
|
|
|
dic 12 20:33:23 candombe systemd[1]: apache2.service: Failed to reset devices.list: Operation not permitted
|
|
|
|
```
|
|
|
|
Estos problemas se solucionan desactivando el virtualhost por defecto y reiniciando Apache:
|
|
|
|
|
|
|
|
```
|
|
|
|
a2dissite 000-default.conf
|
|
|
|
service apache2 restart
|
|
|
|
```
|
|
|
|
|
|
|
|
## Configurar Firewall perimetral
|
|
|
|
|
|
|
|
Desde el navegador accedemos a la interfaz gráfica del Firewall Mikrotick de la nueva plataforma en http://chinchulin.interior.edu.uy.
|
| ... | ... | |
| ... | ... | |