diff --git a/README.md b/README.md index 9abf7e8..de40531 100644 --- a/README.md +++ b/README.md @@ -239,8 +239,10 @@ Consultoria Alcaraz Salazar opera una infraestructura híbrida on-premise compue | 115 | cta | VM | 192.168.10.115 | 8 GB | 4 | 80 GB | Proyecto CTA | ✅ running | | 117 | agentico | VM | 192.168.10.117 | 8 GB | 4 | 80 GB | Sistema agentico de IA | ✅ running | | 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 | -> **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**. 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**) y 121 (**lexvor**). Tras la falla eléctrica se reasignaron IPs estáticas a todas las VMs con DHCP. ### DellT430-2 (192.168.10.187) @@ -540,6 +542,8 @@ Consultoria Alcaraz Salazar opera una infraestructura híbrida on-premise compue | agentico | — | 192.168.10.117 | Sistema agentico de IA | ✅ Nuevo | | cta | — | 192.168.10.115 | Proyecto CTA | ✅ Nuevo | | sistema270 / Noranta | — | 192.168.10.118 | Sistema 270 / Noranta | ✅ Nuevo | +| heimdall | — | 192.168.10.120 | Búsqueda y consulta de licitaciones | ✅ Nuevo | +| lexvor | — | 192.168.10.121 | Seguimiento de trámites legales (Lex Vör) | ✅ Nuevo | | NieR Server | https://play.consultoria-as.com | 192.168.10.108 | gRPC/h2c | ⚠️ Stopped | | 3D STL Manager | https://3d.consultoria-as.com | 192.168.10.104 | — | ✅ Producción | | CAS Páginas Web | https://cronicas.consultoria-as.com | 192.168.10.92 | — | ✅ Producción | diff --git a/proyectos/heimdall/README.md b/proyectos/heimdall/README.md new file mode 100644 index 0000000..b6a5f48 --- /dev/null +++ b/proyectos/heimdall/README.md @@ -0,0 +1,38 @@ +# Heimdall + +> **LXC**: Cisco1 VMID 120 +> **IP**: 192.168.10.120 +> **Estado**: ✅ running + +--- + +## Descripción + +Plataforma para la **búsqueda y consulta de licitaciones**. + +## Infraestructura + +| Parámetro | Valor | +|---|---| +| **Nodo** | Cisco1 (192.168.10.185) | +| **VMID** | 120 | +| **Tipo** | LXC | +| **OS** | Ubuntu 24.04 | +| **CPU** | 4 cores | +| **RAM** | 8 GB | +| **Disco** | 80 GB | +| **IP** | 192.168.10.120/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.120` | +| SSH (pass) | `ssh root@192.168.10.120` (password: `Aasi940812`) | + +--- + +*Documentación del proyecto Heimdall - Consultoria-AS* +*Actualizado: 20 Julio 2026* diff --git a/proyectos/lexvor/README.md b/proyectos/lexvor/README.md new file mode 100644 index 0000000..3601d45 --- /dev/null +++ b/proyectos/lexvor/README.md @@ -0,0 +1,38 @@ +# Lex Vör + +> **LXC**: Cisco1 VMID 121 +> **IP**: 192.168.10.121 +> **Estado**: ✅ running + +--- + +## Descripción + +Sistema de **seguimiento de trámites legales**. + +## Infraestructura + +| Parámetro | Valor | +|---|---| +| **Nodo** | Cisco1 (192.168.10.185) | +| **VMID** | 121 | +| **Tipo** | LXC | +| **OS** | Ubuntu 24.04 | +| **CPU** | 4 cores | +| **RAM** | 8 GB | +| **Disco** | 80 GB | +| **IP** | 192.168.10.121/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.121` | +| SSH (pass) | `ssh root@192.168.10.121` (password: `Aasi940812`) | + +--- + +*Documentación del proyecto Lex Vör - Consultoria-AS* +*Actualizado: 20 Julio 2026* diff --git a/red/README.md b/red/README.md index 96c7abf..da21c90 100644 --- a/red/README.md +++ b/red/README.md @@ -97,6 +97,8 @@ | 192.168.10.116 | Contpaq | 105 | VM | | 192.168.10.117 | agentico | 117 | VM | | 192.168.10.118 | sistema270 / Noranta | 118 | VM | +| 192.168.10.120 | heimdall | 120 | LXC | +| 192.168.10.121 | lexvor | 121 | LXC | | 192.168.10.122 | Nexterm | 107 | VM | | 192.168.10.130 | HermesJesus | 104 | VM | | 192.168.10.133 | OnboardingNexusDB | 108 | VM |