From 572168dbdd4913a96163424af3854796f7a62436 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Jun 2026 21:22:24 +0200 Subject: [PATCH] pve1 Host-IP von .3 auf .5 verschoben (OPNsense .3 frei). Proxmox-Management kollidierte mit OPNsense-Fallback auf vmbr0; Doku entsprechend angepasst. --- README.md | 2 +- pve1/00_README.md | 2 +- pve1/01_uebersicht.md | 2 +- pve1/02_netzwerk.md | 8 ++++---- pve1/infrastructure-host.md | 4 ++-- shared/infrastruktur-netzwerk.md | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fe69870..69be07f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Zentrale Dokumentation für die Proxmox-Umgebung **jeanavril**. | Host | IP (Management) | Rolle | Doku | |------|-----------------|-------|------| -| **pve1** | 192.168.10.3 | Primärer Proxmox, Fallback-OPNsense | [pve1/](pve1/) | +| **pve1** | 192.168.10.5 | Primärer Proxmox, Fallback-OPNsense | [pve1/](pve1/) | | **pve2** | 192.168.10.4 | Produktions-Proxmox, Router, GPU-Compute | [pve2/](pve2/) | DNS intern: `*.iot` → VLAN 40 (z. B. `homeassistant.iot` → 192.168.40.254) diff --git a/pve1/00_README.md b/pve1/00_README.md index 26599d3..8343551 100644 --- a/pve1/00_README.md +++ b/pve1/00_README.md @@ -1,6 +1,6 @@ # pve1 — Dokumentation -**Host:** pve1 · **IP:** 192.168.10.3 · **Rolle:** Primärer Proxmox, Fallback-Router (OPNsense) +**Host:** pve1 · **IP:** 192.168.10.5 · **Rolle:** Primärer Proxmox, Fallback-Router (OPNsense) ## Inhaltsverzeichnis diff --git a/pve1/01_uebersicht.md b/pve1/01_uebersicht.md index c3dce0d..bb9550d 100644 --- a/pve1/01_uebersicht.md +++ b/pve1/01_uebersicht.md @@ -4,7 +4,7 @@ | Host | IP | Rolle | |------|-----|-------| -| pve1 | 192.168.10.3 | Primärer Proxmox-Host, Fallback-Router | +| pve1 | 192.168.10.5 | Primärer Proxmox-Host, Fallback-Router | | pve2 | 192.168.10.4 | Produktions-Proxmox-Host, aktiver Router | ## Fallback-Router diff --git a/pve1/02_netzwerk.md b/pve1/02_netzwerk.md index 9f4cf02..f20314c 100644 --- a/pve1/02_netzwerk.md +++ b/pve1/02_netzwerk.md @@ -1,10 +1,10 @@ # Netzwerk -## pve1 (192.168.10.3) +## pve1 (192.168.10.5) | Bridge | Typ | Verwendung | |--------|-----|------------| -| vmbr0 | VLAN-aware, an `nic0` | WAN / VLAN-Trunk (192.168.10.3/24 Management des Hosts) | +| vmbr0 | VLAN-aware, an `nic0` | WAN / VLAN-Trunk (192.168.10.5/24 Management des Hosts) | | vmbr1 | Intern, keine phys. Ports | Host-lokales Service-Netz (OPNsense `net1`) | ### vmbr0 @@ -12,7 +12,7 @@ ``` auto vmbr0 iface vmbr0 inet static - address 192.168.10.3/24 + address 192.168.10.5/24 gateway 192.168.10.1 bridge-ports nic0 bridge-stp off @@ -33,7 +33,7 @@ iface vmbr1 inet manual bridge-fd 0 ``` -**Wichtig:** `vmbr1` ist **nur auf pve1 lokal** — kein vSwitch, keine Verbindung zu pve2-vmbr1. Siehe [04_fallback_aktivierung.md](04_fallback_aktivierung.md#vmbr1--services-nicht-teil-von-carp). +**Wichtig:** Proxmox-Host **192.168.10.5**, OPNsense-Fallback **192.168.10.3** — kein IP-Konflikt mehr auf vmbr0. `vmbr1` ist host-lokal, kein vSwitch zu pve2. Siehe [04_fallback_aktivierung.md](04_fallback_aktivierung.md#vmbr1--services-nicht-teil-von-carp). | Netz | Subnetz | Gateway (OPNsense opt7) | CARP | |------|---------|-------------------------|------| diff --git a/pve1/infrastructure-host.md b/pve1/infrastructure-host.md index 8f68054..abc9972 100644 --- a/pve1/infrastructure-host.md +++ b/pve1/infrastructure-host.md @@ -1,6 +1,6 @@ # pve1 — Host-Infrastruktur -**IP:** 192.168.10.3 · **Gateway:** 192.168.10.1 (wenn OPNsense auf pve2 läuft) +**IP:** 192.168.10.5 · **Gateway:** 192.168.10.1 (wenn OPNsense auf pve2 läuft) ## Hardware / Storage @@ -53,7 +53,7 @@ Siehe [power-mqtt-agent.md](power-mqtt-agent.md) ## SSH von pve2 ```bash -ssh root@192.168.10.3 +ssh root@192.168.10.5 ``` ## Failover-Checkliste (Kurz) diff --git a/shared/infrastruktur-netzwerk.md b/shared/infrastruktur-netzwerk.md index 7c6a6ea..5290b80 100644 --- a/shared/infrastruktur-netzwerk.md +++ b/shared/infrastruktur-netzwerk.md @@ -4,7 +4,7 @@ | Host | IP vmbr0 | Gateway | SSH | |------|----------|---------|-----| -| pve1 | 192.168.10.3/24 | 192.168.10.1 | `ssh root@192.168.10.3` | +| pve1 | 192.168.10.5/24 | 192.168.10.1 | `ssh root@192.168.10.5` | | pve2 | 192.168.10.4/24 | 192.168.10.1 | `ssh root@192.168.10.4` | Management-Netz: **192.168.10.0/24** (VLAN 10)