From 729bee45a4690226d4811d291850866d90505509 Mon Sep 17 00:00:00 2001 From: DontDDoS Date: Thu, 8 Jan 2026 16:32:00 +0000 Subject: [PATCH] Added documentation for mgmt-proxy and made misc tweaks --- docs/infrastructure/proxmox-ve.md | 16 ++++++++-------- docs/infrastructure/vms/docker-02.md | 2 +- docs/infrastructure/vms/mgmt-proxy.md | 5 +++++ 3 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 docs/infrastructure/vms/mgmt-proxy.md diff --git a/docs/infrastructure/proxmox-ve.md b/docs/infrastructure/proxmox-ve.md index fe0c710..7ce6d0d 100644 --- a/docs/infrastructure/proxmox-ve.md +++ b/docs/infrastructure/proxmox-ve.md @@ -2,14 +2,14 @@ "Proxmox Virtual Environment is a complete, open-source server management platform for enterprise virtualization. It tightly integrates the KVM hypervisor and Linux Containers (LXC), software-defined storage and networking functionality, on a single platform. With the integrated web-based user interface you can manage VMs and containers, high availability for clusters, or the integrated disaster recovery tools with ease." - [proxmox.com](https://www.proxmox.com/en/products/proxmox-virtual-environment/overview) ## VMs -| ID | Name | IP | VLAN | Cores | RAM (GB) | Storage (GB) | Host | OS | -| --- | ----------------------------- | ------------ | ---- | ----- | -------- | ------------ | ------ | ------------------------- | -| 100 | pfsense | 10.77.0.11 | all | 2 | 4 | 32 | pve-01 | pfSense 2.8.1 | -| 101 | [docker-01](vms/docker-01.md) | 10.77.1.101 | 1 | 4 | 24 | 64 | pve-01 | Ubuntu Server 24.04.3 LTS | -| 102 | [docker-02](vms/docker-02.md) | 10.20.20.102 | 20 | 4 | 16 | 64 | pve-01 | Ubuntu Server 24.04.3 LTS | -| 104 | mgmt-proxy | 10.20.10.2 | 10 | 1 | 2 | 24 | pve-01 | Ubuntu Server 24.04.3 LTS | -| 105 | wings-01 | 10.20.30.105 | 30 | 6 | 16 | 128 | pve-01 | Ubuntu Server 24.04.3 LTS | -| 106 | wazuh | 10.77.1.106 | 1 | 2 | 4 | 32 | pve-01 | Ubuntu Server 24.04.3 LTS | +| ID | Name | IP | VLAN | Cores | RAM (GB) | Storage (GB) | Host | OS | +| --- | ------------------------------- | ------------ | ---- | ----- | -------- | ------------ | ------ | ------------------------- | +| 100 | pfsense | 10.77.0.11 | all | 2 | 4 | 32 | pve-01 | pfSense 2.8.1 | +| 101 | [docker-01](vms/docker-01.md) | 10.77.1.101 | 1 | 4 | 24 | 64 | pve-01 | Ubuntu Server 24.04.3 LTS | +| 102 | [docker-02](vms/docker-02.md) | 10.20.20.102 | 20 | 4 | 16 | 64 | pve-01 | Ubuntu Server 24.04.3 LTS | +| 104 | [mgmt-proxy](vms/mgmt-proxy.md) | 10.20.10.2 | 10 | 1 | 2 | 24 | pve-01 | Ubuntu Server 24.04.3 LTS | +| 105 | wings-01 | 10.20.30.105 | 30 | 6 | 16 | 128 | pve-01 | Ubuntu Server 24.04.3 LTS | +| 106 | wazuh | 10.77.1.106 | 1 | 2 | 4 | 32 | pve-01 | Ubuntu Server 24.04.3 LTS | ## LXCs | ID | Name | IP | VLAN | Cores | RAM (GB) | Storage (GB) | Host | OS | diff --git a/docs/infrastructure/vms/docker-02.md b/docs/infrastructure/vms/docker-02.md index ee20987..eae14bc 100644 --- a/docs/infrastructure/vms/docker-02.md +++ b/docs/infrastructure/vms/docker-02.md @@ -1,2 +1,2 @@ # docker-02 -- Purpose: External Docker host on the DMZ VLAN for hosting publicly accessible, miscellaneous containers. \ No newline at end of file +- **Purpose**: External Docker host on the DMZ VLAN for hosting publicly accessible, miscellaneous containers. \ No newline at end of file diff --git a/docs/infrastructure/vms/mgmt-proxy.md b/docs/infrastructure/vms/mgmt-proxy.md new file mode 100644 index 0000000..2601655 --- /dev/null +++ b/docs/infrastructure/vms/mgmt-proxy.md @@ -0,0 +1,5 @@ +# mgmt-proxy +**Purpose**: Hosts the instance of Nginx that proxies all http traffic for iLO & other management interfaces. +## Networking +- **VLAN**: 10 (Management/mgmt) +- **Firewall Rules**: can be accessed by LAN, only on ports 22, 80 & 443