Hier meine letzte Antwort:
auto vmbr2
iface vmbr2 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#Firewall LAN
Ich sehe gerade, Du willst wahrscheinlich alle VMs über die Firewall natten.
1. Entferne die IP...
auto vmbr2
iface vmbr2 inet manual
address 192.168.55.2/24
bridge-ports none
bridge-stp off
bridge-fd 0
#Firewall LAN
das lauft gerade seit ein paar Minuten
I'm having the same issue on a GMKtek M5 Ultra and my Dell Optiplex 3060. I have also now pinned the kernel to 6.17.2-2 which is working just fine for me too. Thank you @MennoMega for providing the command to do this, very helpful.
I'm wondering if this might be related to the problems with proxmox-kernel-6.17-4-pve - my nodes go into kernel panic on reboot with that one, but they are fine with 6.17.2 - does that make any difference in your case?
In der pfSense! lässt du die IP auf 192.168.55.2/24mit Gateway 192.168.55.1 !!!
Die IP 192.168.55.1/24 kommt in die /etc/network/interfaces in deinem Proxmox Hosts.
Danach startest Du das Netzwerk des Proxmox-Servers neu systemctl restart...
Hallo,
die Entscheidung der Backup-Frequenz ist ein Resultat aus der Anzahl an Änderungen der Files am NAS pro Woche.
Daher war bis zum jetzigen Zeitpunkt einmal die Woche ausreichend.
Ich hätte noch zwei drehende Disks 2TB Seagate Enterprise zu...
yes. see https://pve.proxmox.com/wiki/User_Management#pveum_permission_management
you will not be DENIED support, but the first answer to any issue would be "make all cluster members the same version." This isnt unique to Nutanix or Proxmox; its...
mit der Config kann ich aber immer noch nicht pingen und ja die VM hat eine IP aus dem Host bereich und als Gateway die LAN ip davor ich es geändert habe ging es
For the record
I faced the same issue, to boot from NVMe pass through for VM.
After reading the following post, I tested "adding Virtio RNG device" to the VM, and everything works again.
Please check it.
Please refer to this post as well...
Thanks for the detailed and honest response. The part about having to be more hands on with this over Nutanix, kind of halts it in its track. I was hoping it was going to be more of a, once set up just let it be to run itself (of course, aside...
It's not related to UEFI PXE, but still same reason and solution.
Add some note here for others to refer.
If you tried to use UEFI mode boot from NVMe pass through, you will need to add a Virtio RNG device for the VM to boot from NVMe (PCIe pass...
Willste mich hier auf den Arm nehmen? Die IPs sind doch schon wieder falsch (oder noch immer) :D Wie du aus deiner pfSense überhaupt irgendetwas pingen kannst ist schon erstaunlich, bei der Config auf dem Proxmox Host. Die Proxmox Network-Config...
Hello Proxmoxer,
I created a tool to automatically set the CPU affinity (at runtime) for VMs.
https://github.com/egandro/proxmox-cpu-affinity
This picks the best combination of cores. As mentioned by this project...