A guest is Gentoo, which shows no apparent problems. The `spice-vdagent` is running (`qemu-agent` is running too and the host displays guest IP in the web interface)
The host is Proxmox VE 8.1 (pve-manager/8.1.10/4b06efb5db453f29)
According to the wiki page https://pve.proxmox.com/wiki/SPICE I tried to troubleshoot using a script. The script prints "AUTH OK" (which corresponds to the first call to the curl) and then fails with an error where the second call to curl is made:
Nothing appears in the guest logs when this happens. I verified that I have access to node-ip:3128 (telnet connection succeeded, and there is some kind of a HTTP server apparently). There is no firewall enabled.
How do I debug this issue?
The host is Proxmox VE 8.1 (pve-manager/8.1.10/4b06efb5db453f29)
According to the wiki page https://pve.proxmox.com/wiki/SPICE I tried to troubleshoot using a script. The script prints "AUTH OK" (which corresponds to the first call to the curl) and then fails with an error where the second call to curl is made:
Code:
curl -f -s -S -k -b "PVEAuthCookie=..." -H "CSRFPreventionToken:..." "https://node-ip:8006/api2/spiceconfig/nodes/192/qemu/105/spiceproxy" -d "proxy=node-ip" > spiceproxy
Code:
curl: (22) The requested URL returned error: 595 Connection timed out
Nothing appears in the guest logs when this happens. I verified that I have access to node-ip:3128 (telnet connection succeeded, and there is some kind of a HTTP server apparently). There is no firewall enabled.
How do I debug this issue?