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...
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"...
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 ...
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 [[...
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
@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...
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.