42 lines
887 B
Markdown
42 lines
887 B
Markdown
---
|
|
title: Proxmox Cluster
|
|
category: Infrastructure
|
|
tags: [proxmox, virtualization, containers, lxc]
|
|
created: "2026-04-28"
|
|
modified: "2026-04-28"
|
|
---
|
|
|
|
# Proxmox Cluster
|
|
|
|
## Cluster-Konfiguration
|
|
- **Hypervisoren:** In 10.0.20.x
|
|
- **Container:** In 10.0.30.x
|
|
- **VLAN-basiertes Netzwerk** mit Bridges
|
|
- **Shared Storage:** ZFS/ISCSI
|
|
|
|
## Wichtige Befehle
|
|
```bash
|
|
# Container-Status prüfen
|
|
pct status <vmid>
|
|
|
|
# Container starten/stoppen
|
|
pct start <vmid>
|
|
pct stop <vmid>
|
|
|
|
# Container konfigurieren
|
|
pct setcfg <vmid> <config>
|
|
|
|
# Cluster-Status
|
|
pvecm status
|
|
```
|
|
|
|
## VLAN-Konfiguration
|
|
- **Bridge:** vmbr0 für Netzwerk
|
|
- **VLAN Tagging:** Für Segmentierung
|
|
- **IP-Adressierung:** 10.0.X.Y (siehe Netzwerk-Architektur)
|
|
|
|
## Monitoring
|
|
- **Netzwerk-Scans:** Wöchentlich via cronjob
|
|
- **Smart Home:** 26 hosts in 10.0.50.x
|
|
- **SEGMENTS Dictionary:** Zentrale Konfiguration für Scan-Intervalle
|