diff --git a/README.md b/README.md index de40531..31fd990 100644 --- a/README.md +++ b/README.md @@ -241,8 +241,9 @@ Consultoria Alcaraz Salazar opera una infraestructura híbrida on-premise compue | 118 | sistema270 / Noranta | VM | 192.168.10.118 | 8 GB | 4 | 80 GB | Sistema 270 / Noranta | ✅ running | | 120 | heimdall | LXC | 192.168.10.120 | 8 GB | 4 | 80 GB | Plataforma de búsqueda y consulta de licitaciones | ✅ running | | 121 | lexvor | LXC | 192.168.10.121 | 8 GB | 4 | 80 GB | Sistema de seguimiento de trámites legales (Lex Vör) | ✅ running | +| 122 | frasa | LXC | 192.168.10.123 | 8 GB | 4 | 80 GB | Proyecto FRASA | ✅ running | -> **Notas**: VM 111 fue eliminada. VM 105 ahora aloja **Contpaq** (.116); VM 113 y 116 ya no existen. Los VMIDs 115 y 118 fueron reutilizados para **cta** y **sistema270 / Noranta**. Se agregaron LXC 120 (**heimdall**) y 121 (**lexvor**). Tras la falla eléctrica se reasignaron IPs estáticas a todas las VMs con DHCP. +> **Notas**: VM 111 fue eliminada. VM 105 ahora aloja **Contpaq** (.116); VM 113 y 116 ya no existen. Los VMIDs 115 y 118 fueron reutilizados para **cta** y **sistema270 / Noranta**. Se agregaron LXC 120 (**heimdall**), 121 (**lexvor**) y 122 (**frasa**). Tras la falla eléctrica se reasignaron IPs estáticas a todas las VMs con DHCP. ### DellT430-2 (192.168.10.187) diff --git a/proyectos/frasa/README.md b/proyectos/frasa/README.md new file mode 100644 index 0000000..7d8164b --- /dev/null +++ b/proyectos/frasa/README.md @@ -0,0 +1,38 @@ +# FRASA + +> **LXC**: Cisco1 VMID 122 +> **IP**: 192.168.10.123 +> **Estado**: ✅ running + +--- + +## Descripción + +Máquina dedicada para el cliente **FRASA**. + +## Infraestructura + +| Parámetro | Valor | +|---|---| +| **Nodo** | Cisco1 (192.168.10.185) | +| **VMID** | 122 | +| **Tipo** | LXC | +| **OS** | Ubuntu 24.04 | +| **CPU** | 4 cores | +| **RAM** | 8 GB | +| **Disco** | 80 GB | +| **IP** | 192.168.10.123/24 | +| **Gateway** | 192.168.10.254 | +| **DNS** | 1.1.1.1, 8.8.8.8 | + +## Acceso + +| Método | Comando / URL | +|---|---| +| SSH (key) | `ssh -i /home/consultoria-as/vm_key root@192.168.10.123` | +| SSH (pass) | `ssh root@192.168.10.123` (password: `Aasi940812`) | + +--- + +*Documentación del proyecto FRASA - Consultoria-AS* +*Actualizado: 20 Agosto 2026*