Search results

  1. B

    How to configure Windows Server 2019 for a handfull of RDP users?

    Ok, so even if I setup new users that are able to connect via RDP simultaneously to the VM then, I have the feeling this is not the right setup. The new users will have a "server-like" GUI. How do I set them up to be just normal Windows RDP users with a GUI similar to Windows Home or Pro? EDIT...
  2. B

    How to configure Windows Server 2019 for a handfull of RDP users?

    I successfully managed passthrough for my GT710 on an old LGA1150 motherboard and I am running Windows 10 via RDP with Android Studio and a working Emulator inside the VM. I now wanted to check if I could also use Windows Server 2019 for this. It would also be good because that way I could share...
  3. B

    [SOLVED] How to wake a node with WOL from another machine in the same network?

    I updated the script so it can be used with any WOL client (after activating this in the file): https://forum.proxmox.com/threads/update-wake-and-other-on-lan-for-vms-v0-3.26381/post-447531
  4. B

    [update] Wake (and other) on LAN for VMs (v0.3)

    Okay, damit es keine Verwirrung gibt habe ich Release notes hinterlegt. Wurde am Mac gezippt, hoffe das macht keine Probleme beim entpacken. EDIT: Offenbar hat macOS bei mir der datei `dosthol.service` automatisch eine Endung `.app` angehängt. Das ist natürlich falsch und muss rückgängig...
  5. B

    [update] Wake (and other) on LAN for VMs (v0.3)

    Ja super geil, danke! Ich hatte inzwischen schon mal rumprobiert und einfach CMDONLAN="start" vor dem case gesetzt und jetzt läuft es. Man muss natürlich vorher das Skript auch ausführbar machen und dann mal in der Konsole testen, bevor man es als Service hinterlegt. Dann kriegt man auch gleich...
  6. B

    [update] Wake (and other) on LAN for VMs (v0.3)

    Danke für die Antwort! Auf alte Threads antworten ist so bisschen meine Spezialität. :) An anderer Stelle habe ich vorgeschlagen, dass dein Service bei proxmox Standard sein könnte. Und wenn der Service dann ein normales Magic Packet zum Aufwecken der spezifischen MAC verwendet, dann könnte man...
  7. B

    Wake on lan for VM

    The feature should be part of the proxmox services. So that any client, e.g. miniWOL can power up any VM as long as proxmox itself is running. Maybe the service written by @ojaksch can be made a default setup of proxmox. (To get proxmox running, this setting can be enabled in the BIOS or by...
  8. B

    [update] Wake (and other) on LAN for VMs (v0.3)

    Ohne, dass ich jetzt ausgiebig in den Code geschaut habe wollte ich fragen, ob es möglich wäre, dass der Standard ist, dass ein Magic Packet vom Client mit MAC der VM - also ohne weitere Parameter - die VM aufweckt. Damit würde ich als Sender des Magic Packet ja nicht mehr das Client-seitige...
  9. B

    [SOLVED] How to wake a node with WOL from another machine in the same network?

    Ha, thanks! Someone wrote a skript and a service. I wonder why this is not part of proxmox. https://forum.proxmox.com/threads/update-wake-and-other-on-lan-for-vms-v0-3.26381/
  10. B

    Why is my Win10 VM with OVMF (UEFI) not beeing able to use the ethernet card?

    Yes sure, as I said, the load is coming from the Emulator in the client. With Emulator I mean the Android Studio Emulator.
  11. B

    [SOLVED] How to wake a node with WOL from another machine in the same network?

    I successfully configured the server itself for WOL with a systemd service that sets the cards WOL capability to `g` for Magic Packet. I had to do this because my (old consumer) motherboard did not have an option to enable WOL itself. However, I now wonder how to enable the WOL for a guest node...
  12. B

    Why is my Win10 VM with OVMF (UEFI) not beeing able to use the ethernet card?

    :) sure. The load is practically completely coming from the qemu process for the Emulator.
  13. B

    Why is my Win10 VM with OVMF (UEFI) not beeing able to use the ethernet card?

    Actually, I tried those flags just today to see if performance improves. But they made no difference. Originally, I used the VM without them. I just checked the CPU, and it was high both inside and outside. What I additionally did was activate Hyper-V in the guest and this actually makes a...
  14. B

    Why is my Win10 VM with OVMF (UEFI) not beeing able to use the ethernet card?

    I am able to run Android Studio with Emulator now. But the performance is bad. CPU is at 60%, GPU usage is only at 4%. I suspect there is something not working as expected. Its old hardware: LG1150 with i5 and 16 GB RAM. root@proxmox:~# cat /etc/pve/qemu-server/100.conf agent: 1 bios: ovmf...
  15. B

    Why is my Win10 VM with OVMF (UEFI) not beeing able to use the ethernet card?

    I will try this. Thanks for the conversation! Makes this a lot easier. I now understand that using a passthrough GPU on the basis of CPU beeing able to do Vt-d in a VM is something different than the extra step of using nested virtualisation on this passed through GPU (as needed for AS) with the...
  16. B

    Why is my Win10 VM with OVMF (UEFI) not beeing able to use the ethernet card?

    In your post you explain not to use Ivy Bridge and that it works with EPYC. This is most probably due to your hardware. We are supposed to pick the CPU type of our hardware. In my case, my hardware is indeed Haswell. So your have an EPYC CPU and therefore need to use it (I suppose. I never...
  17. B

    Why is my Win10 VM with OVMF (UEFI) not beeing able to use the ethernet card?

    Indeed. But there is this guide which explicity sais to set the host to a certain processort type. Does this mean that my Haswell i5 CPU can do more than the generic type "Haswell" (with or without the options TXS etc.) from proxmox? I am asking because I think "host" means that I cannot move...
  18. B

    Why is my Win10 VM with OVMF (UEFI) not beeing able to use the ethernet card?

    That was already my plan since I had this second VM set to host and it worked! But this second VM was created using q35-6.1 (instead of 5.1 for the first one), so maybe this had also something to do with it. Or maybe my CPU setting Haswell-noTSX is a wrong indication that my CPU does not support...
  19. B

    Why is my Win10 VM with OVMF (UEFI) not beeing able to use the ethernet card?

    root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested Y
  20. B

    Why is my Win10 VM with OVMF (UEFI) not beeing able to use the ethernet card?

    Do you see any errors in my config below? I am using 5.1 there because I don't have internet with 6.1. I am currently trying on a second VM with 6.1 but it is still in the process of shutting down and updating. It is also possible that it is a problem with Android Studio. There are a lot of...