Search results

  1. fireon

    Thinclient (spice) Lösung für Proxmox?

    Magst du mir das bitte etwas genauer schildern? Ich hatte in der Vergangenheit in der Richtung einiges mit dem Thema zu tun. Was stellst du dir denn da vor? Was ist das finale Ziel? Und vor allem, von welchen Gastbetriebssystem sprechen wir denn hier überhaupt?
  2. fireon

    Proxmox zfs encrypted Installation auf Hetzner-Server

    Ich mach das mit einer Passphrase. Finde ich sicherer. Damit liegt kein Key oder ähnliches hier herum.
  3. fireon

    Proxmox zfs encrypted Installation auf Hetzner-Server

    Hallo @DerTom246, schau dir doch mal diesen Beitrag an, vielleicht findest dort schon alles was du benötigst. Ich richte sowas sonst immer so ein das ich ein verschlüsseltes Dataset erstelle und das dann als ZFS-Storage für VM's/CT's festlege. Somit wird alles was darunter ist automatisch...
  4. fireon

    SRV networking - Reload: ifreload -a failed

    Please post your interfaces file, perhaps that will help us to understand. I assume it has worked before... Were there any changes that could explain this behavior?
  5. fireon

    Proxmox Host Serielle Ausgabe

    Ich muss zugeben ich hab das mit einem Standard Linux (außer als VM) noch nie benötigt. Aber wenn ich an Switches und Firewalls denke, lag es da dann fast immer an der "Baud Rate". Hast du die schon mal versucht zu ändern? Ein "update-grub" hast du vermutlich gemacht oder? Und wenn du das...
  6. fireon

    Proxmox Host Serielle Ausgabe

    Mir fällt da noch GTK-Term ein, wennst es ein wenig komfortabler haben möchtest ;) https://github.com/wvdakker/gtkterm
  7. fireon

    Encryption in Transit

    Yes. Port 8007 with TLS. Not yet. Someone who has already tested this will surely get in touch here. Otherwise, there are also 2 Fakter auth. ACL's and APIuser. Yes.
  8. fireon

    Windows 11 VM - Nvidia RTX A2000 Graphics Card - Driver Error

    It sounds like you have the wrong version of the driver installed? I am using version 550.120 here with the same card but not under Windows 11. It's best to boot Windows in safe mode and remove the driver. What version did you use for this card? I can recommend taking a snapshot before doing...
  9. fireon

    [SOLVED] Microphone pass through to Windows 10

    Perfect . Please mark your thread as "solved". You can do this by editing your first post and setting the flag.
  10. fireon

    Aktuelle Version mit WinXP

    Hier mal meine aktuell funktionierende Config. boot: order=virtio0;ide2 cores: 2 cpu: kvm32 hotplug: 0 ide2: none,media=cdrom machine: pc-i440fx-6.1 memory: 4096 meta: creation-qemu=6.1.1,ctime=1645731294 name: windows-xp-template net0...
  11. fireon

    Added intel i226v network card after installation

    How is your status? Did you get the card to work correctly? What say's ethtool <interface name>
  12. fireon

    [SOLVED] stuck after unlocking luks device

    I have tested the instructions up to point Install the Proxmox VE packages. And everything was working fine. I assume that you have allocated enough disk space to the root LVM? Please edit /etc/default/grub with an live system and chroot and change the GRUB_CMDLINE_LINUX_DEFAULT line...
  13. fireon

    [SOLVED] stuck after unlocking luks device

    Basically a similar entry should exist in your FSTAB. /dev/mapper/luks-XXXXXXXXX / ext4 defaults 0 1
  14. fireon

    [SOLVED] Microphone pass through to Windows 10

    I would simply add a USB microphone through here.
  15. fireon

    [SOLVED] stuck after unlocking luks device

    That sounds good, but what happens after?
  16. fireon

    VM Windows Server on "metered connection"

    There are some known bugs in VirtIO version 0.1.262. Please create a snapshot of your VM and install a slightly older version of the network driver for VirtIO, this may already solve your problem.
  17. fireon

    Sync auf mehrere USB-HDDs

    Möchte mich hier auch noch daran hängen. Für so einen Vorgang gibt es bereits etwas fertiges. Hatte es bei einigen Kunden mit mehreren USB Speichern im Einsatz: https://forum.proxmox.com/threads/sync-to-two-external-usb-hdds-with-weekly-rotation.153591/post-699989 Kann man über "ssh -X" direkt...