Search results

  1. C

    Windows VM time not updated after hibernate/resume

    Thanks, sadly when we resync, it resync to the bios time (at the time of hibernate) and not the correct external time server So maybe the best option is without the resync For time, we can set the second, here is my current version : #wait for qemu guest agent to be available...
  2. C

    Windows VM time not updated after hibernate/resume

    I also had this issue, here is my last version with some workaround for windows, still not 100% reliable : if grep -q "ostype: win10" $file; then echo "## Resync windows time ##" date=$(date --date="yesterday" +"%d-%m-%y") sleep 5 qm guest exec $vmid "cmd"...
  3. C

    Windows VM time not updated after hibernate/resume

    Hi @JamesA my bad, we can't set it with the GUI, only in the conf file located in : /etc/pve/qemu-server/ in the .conf file of the vm (ex: 101.conf) i have this line : hookscript: local:snippets/taskset-hook.sh local is the name of your storage The taskset-hook.sh can for example be at ...
  4. C

    Windows VM time not updated after hibernate/resume

    Here is my workaround, with a Hookscript i sync the VM date/time with qemu guest-agent, at the post start event. It work for VM resume. Set a hookscript to your VM options in proxmox gui : The hookscript look like this : vmid="$1" phase="$2" file="/etc/pve/qemu-server/$vmid.conf" if [[...
  5. C

    Error: Unable to find free port (61000-61099)

    I experience this error with proxmox 7.3-6 after setting my node in cluster mode even with 0 VM running, and no process using port in range 61000-61099 edit : solution is here : https://forum.proxmox.com/threads/error-unable-to-find-free-port.14729/post-78258
  6. C

    How to do multi node VLAN ?

    @spirit how to set an ip range for each vxlan ? is it possible via proxmox SDN gui ? without ip range the dhcp (on node 1) cannot listen to the interface : No subnet declaration for vnet1 (no IPv4 addresses). ** Ignoring requests on vnet1. If this is not what you want, please write a...
  7. C

    How to do multi node VLAN ?

    Thanks, so vxlan look like a solution I should put the dhcp in one of the node only ?
  8. C

    How to do multi node VLAN ?

    I forgot to specify that our infrastructure is in a datacenter, with one physical server per node, and we dont have access to the switch. Thanks for your answer
  9. C

    How to do multi node VLAN ?

    Hello :) I have a cluster with many proxmox node, and i would like to regroup virtual machines to isolated VLAN, depending on which user use the machine. Here is a schema of my idea : So what i would like is : - Isolated vlan, for example vlan1 cannot connect vlan 2 - DHCP for each vlan...
  10. C

    [SOLVED] Mounting a network drive dynamically to the guest

    No i need dynamic mapping because multiple user can access the machine, and they need access to their personal drive, so to mount/unmount dynamically So my solution for windows VM is to write a .bat file from qemu agent containing : net use y: http://webdav.host:8000 /user:user password I just...
  11. C

    [SOLVED] Mounting a network drive dynamically to the guest

    The thing is "runas" show a password prompt, and i need to run it in one shot from the qm exec
  12. C

    [SOLVED] Mounting a network drive dynamically to the guest

    Hello, On windows virtual machine, i try to mount dynamically a network drive from a webdav server So i can run a command from qm (or the proxmox api) ex : qm guest exec 288 "C:\WINDOWS\system32\cmd.exe" -- "/c net use y: http://webdav.host:8000 /user:user password" But the issue is the qemu...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!