Search results

  1. T

    [SOLVED] PVE9 Hetzner AX41 Kernel Panic

    It seems to have been a hardware issue. The server was replaced and the problem is now gone.
  2. T

    [SOLVED] PVE9 Hetzner AX41 Kernel Panic

    Hi everyone, I’m running into an issue with my Hetzner AX41 server (128GB ECC RAM, 4x 500GB NVMe disks). The setup is Proxmox VE 9 with kernel 6.14.11-1-pve on a RAID-Z1. The server currently has no running VMs, but it crashes every 10–15 minutes with a kernel panic. Hetzner support already...
  3. T

    [SOLVED] Proxmox VE 9.0 BETA iSCSI Thick-LVM Shared-Storage VM Snapshot not wroking

    You're right! The VM does have a vTPM, but currently there's no alternative to using "RAW" mode, and modern systems like Windows Server 2025 require a TPM. :confused: I just created a test VM without a RAW device, and it works now. There really needs to be a proper solution for this going...
  4. T

    [SOLVED] Proxmox VE 9.0 BETA iSCSI Thick-LVM Shared-Storage VM Snapshot not wroking

    Hi folks :) I'm running a Proxmox 9 Beta cluster to test the new LVM shared storage snapshot feature (using iSCSI via a TrueNAS server). Unfortunately, I'm unable to create a snapshot of the VM on that storage. What am I doing wrong? Thx and greetings
  5. T

    No Boot after installing RDS on Windows Server 2025

    Same problem with latest "en-us_windows_server_2025_updated_june_2025_x64_dvd_e743555f.iso". Does anyone have a final solution for the problem?
  6. T

    [SOLVED] Intel NIC e1000e hardware unit hang

    that seems to have fixed it for me. I have no performance problems and no more problems are visible in the log since then: ethtool -K eth0 gso off gro off tso off tx off rx off rxvlan off txvlan off
  7. T

    [SOLVED] Intel NIC e1000e hardware unit hang

    same problem with my NUC10i7FNH2. linux pve01 6.8.12-2-pve PVE 8.2.7 root@pve01:~# lspci | grep -i ethernet 00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (10) I219-V The problem occurred twice within 12 hours and only a reboot could restore the network connection. After...
  8. T

    [SOLVED] Admin Webinterface aus Internet blockieren

    Hier einmal die vollständige Konfiguration: server { server_name pmg.domain.tld; listen 80; location ^~ /.well-known/ { alias /var/www/letsencrypt/.well-known/; allow all; } location / { return 301...
  9. T

    [SOLVED] Admin Webinterface aus Internet blockieren

    Wow, vielen Dank! Funktioniert genauso wie gewünscht!! :D Hab ganz unten nur noch folgende Änderung gemacht: location / { return 301 https://pmg.domain.tld/quarantine; }
  10. T

    [SOLVED] Admin Webinterface aus Internet blockieren

    Danke für die Antwort! Ziel ist es Admin Tätigkeiten nur von lokal zu erlauben. Grundsätzlich bin ich kein Freund davon Administrative Ports / URLs ins Internet zu veröffentlichen, wenn nicht unbedingt benötig. Ist eben immer ein weiteres Sicherheitsrisiko. Das mit der API ist natürlich gut zu...
  11. T

    [SOLVED] Admin Webinterface aus Internet blockieren

    Hallo zusammen, gibt es einen einfachen weg die "Admin Login Seite" welche unter https://pmg.domain.tld:8006/ erreichbar ist aus dem Internet zu blockieren? Das Ziel ist, nur die Quarantine-URL von extern erreichbar zu machen: https://pmg.domain.tld:8006/quarantine. Vor dem PMG läuft einen...
  12. T

    LDAP Empfängerüberprüfung gegen AD

    @tom Danke für die Info habe ich mal im Lab getestet und ja es funktioniert :) , ist aber ziemlich doof so... Siehe hier Exchange Recipient Filter :( @gregor LDAP Connect habe ich eingerichtet (mit EMail Attribut Name: mail), kann mich auch E-Mail-Adresse an der Quarantäne Mailbox anmelden...
  13. T

    LDAP Empfängerüberprüfung gegen AD

    Hallo zusammen, ich verfolge das Proxmox Mail Gateway jetzt schon einige Zeit und bin sehr begeistert! Derzeit läuft es bei mir privat in einer kleinen Testumgebung: Firewall -> MailGateway -> Exchange 2019 Zu meinem Problem oder Frage: Es existiert ja bereits die SMTP Empfängerprüfung...