pve1 Host-IP von .3 auf .5 verschoben (OPNsense .3 frei).

Proxmox-Management kollidierte mit OPNsense-Fallback auf vmbr0; Doku entsprechend angepasst.
This commit is contained in:
root
2026-06-27 21:22:24 +02:00
parent e33b24997c
commit 572168dbdd
6 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -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 |
|------|---------|-------------------------|------|