Recent content by pvps1

  1. pvps1

    Frage zur Anwendung vom Mail Gataway

    auf wenns ein bisschen sallop formuliert war, ist das der Hinweis, wie du es auch mit dynamischer IP lösen kannst. Dafür benötigst du dann das entsprechende Linux KnowHow, das ist nicht Teil der PMG -> du installierst ein VPN deiner Wahl (openvpn, wireguard, tailscale) und innerhalb dieses VPNs...
  2. pvps1

    Frage zur Anwendung vom Mail Gataway

    die Frage ist, ob dein "Zuhause" eine statische IP hat. Der PMG unterstützt (iirc) nur das relaying über eine erlaubte statische IP (also keine Authentifizierung über Username/Passwort) Wenn das gegeben ist, trage diese IP unter "my networks" ein und dein interner Server muss über deine VPS...
  3. pvps1

    [SOLVED] Wie bindet man den PBS an die Hetzner Storage Box an?

    woher stammt diese Information? (ich bin immer von ceph ausgegangen, als reine Mutmaßung)
  4. pvps1

    Will updating Python on Proxmox compromise the system? [CVE-2025-4517]

    if you want "automatic" updates, take a look at unattended-upgrade
  5. pvps1

    VM-Image auf SSD übertragen

    warum bringst du nicht deine Änderungen in eine reproduzierbare Form? zB mit einem config Manager wie ansible, puppet, chef oder shellscripts. Das ist wesentlich einfacher zu warten, fehlerfreier, kleiner, automatisierbarer uswusf. Einen 1:1 Kopie deiner VM ist ja noch keine Live CD und schon...
  6. pvps1

    Markdown code formatting?

    i guess there are browser plugins for this. a short look showed "markdown here" for example.
  7. pvps1

    VM mit LUKS verschlüsselt akzeptiert Passphrase nicht

    das mit der hardware Änderung war mir nicht bewusst (und bin noch nie drüber gestolpert)... aber ist gut mal davon gehört zu haben...
  8. pvps1

    VM mit LUKS verschlüsselt akzeptiert Passphrase nicht

    OT drum nur kurze einmalige Antwort: das kann ich nicht nachvollziehen. Ich verwende seit ewigen Jahren Debian/Ubuntu auf meinen Laptops, immer LUKS verschlüsselt und noch kein einziges (Dist-) Upgrade ever hat mir LUKS zerschossen... Auch in VMs verwenden wir teilweise LUKS und auch dort trat...
  9. pvps1

    Proxmox als ESXi / vCenter Ersatz

    Nachtrag: auf jeden Falll ZFS verwenden!
  10. pvps1

    Proxmox als ESXi / vCenter Ersatz

    Ich würde in der Situation auf jeden Fall einen Cluster bilden. Du verlierst dabei nichts und die Komplexität kommt erst (mehr oder weniger) wenn du HA aktivierst. Ohne HA kann faktisch nichts schiefgehen. Dh die Minimalvariante von PVE, 3 hosts, lokaler Storage macht genau das, was ihr jetzt habt.
  11. pvps1

    IP-Vergabe für VMs?

    die workstation versionen defaulten hier auf nat und dhcp out of the box, afaik. anderes einsatzfeld, virt-manager macht das auch. bei proxmox gibt es diese automatismen nicht, weil nicht für workstations angedacht.
  12. pvps1

    How make Copy/Paste on VNC kvm in proxmox

    m2c / just for login or passphrases: as we need that very rarly and not generic but only for login or luks passphrases in emergency cases -> we go with keepassxc autofill, create entry with passphrase and let keepassxc autofill
  13. pvps1

    Wearout vs. SSD_Life_Left ?

    i didnt know life_left, but wearout is definitly bad. new ssd have wearout 0 and this is growing with time.
  14. pvps1

    Ansible vs. Vagrant for Proxmox automation

    I think Vagrant and PVE do not fit together very well. vagrant should provide reproducable local environments for developing. pve is not meant as a local VE so there is already a bias in conception. we use vagrant on local dev hosts simple with KVM provider. fire up a box, provision it, test...
  15. pvps1

    Get IP/Interfaces without qemu-guest-agent

    what do you mean by "external packages". dont you do updates? and if you are admin of the vms, where is the problem / usecase? if you have static ips, you know it because you configured it. if you have dhcp addresses you know the mac of your maschines and therefor the ip. I guess i dont see...