Proxmoxguide

Proxmox VE 8 – neue Features und Konfiguration 2025

SDN, Firewall 2.0 und ZSTD-Backup im Überblick

S
SeeColors IT
11. Juni 20264 Min. Lesezeit119 Aufrufe

Proxmox VE 8 – Highlights

  • SDN: VLANs/VXLANs ohne manuelle bridge-Konfiguration
  • Firewall 2.0: Alias-Unterstützung in GUI
  • Backup Fleecing: Schnellere VM-Backups
  • ZSTD-Komprimierung: Schneller als LZO
  • Linux Kernel 6.8: Neuere Hardware

Update auf Proxmox VE 8

echo "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription"   > /etc/apt/sources.list.d/pve-community.list
apt update && pveupgrade

SDN konfigurieren

pvesh create /cluster/sdn/zones --zone vlan-zone --type vlan --bridge vmbr0
pvesh create /cluster/sdn/vnets --vnet vnet-prod --zone vlan-zone --tag 100
pvesh create /cluster/sdn/vnets --vnet vnet-dmz  --zone vlan-zone --tag 200
pvesh set /cluster/sdn

Backup Fleecing + ZSTD

vzdump 100 --storage backup-nfs --mode snapshot --fleecing 1 --compress zstd

Cloud-Init Templates

wget https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img     -O /var/lib/vz/template/iso/ubuntu-noble-cloud.img

qm create 9000 --name ubuntu-template --memory 2048 --cores 2 --net0 virtio,bridge=vmbr0
qm importdisk 9000 /var/lib/vz/template/iso/ubuntu-noble-cloud.img local-lvm
qm set 9000 --scsihw virtio-scsi-pci --scsi0 local-lvm:vm-9000-disk-0     --boot c --bootdisk scsi0 --ide2 local-lvm:cloudinit
qm template 9000

qm clone 9000 101 --name web-server-01 --full
qm set 101 --ipconfig0 ip=192.168.1.101/24,gw=192.168.1.1
qm start 101

FAQ

Brauche ich ein Proxmox-Abonnement?
Nein. Das Community-Repository liefert alle Updates kostenlos.

Fazit

Proxmox VE 8 bleibt die beste kostenlose Virtualisierungsplattform für KMU und Homelab.

Proxmox VE Einrichtung für KMU in Heidelberg, Mannheim und der Rhein-Neckar-Region. Beratung anfragen.

Artikel teilen

War dieser Artikel hilfreich?

Dein Feedback hilft uns, bessere Inhalte zu erstellen.

Kommentar hinterlassen

Verwandte Artikel