I have a Windows server 2019 standard running on a proxmox host which freezes after a few minutes of using RDP. Unsure if my config is causing it - Config below -
root@prx07:/# qm config 400
bios: ovmf
boot: order=scsi0
cores: 8
cpu: host
memory: 16384
name: server1
net0: virtio=DE:52:6A:3B:91:20,bridge=vmbr2
net1: virtio=F2:3C:8E:55:74:42,bridge=vmbr0
numa: 1
ostype: win11
scsi0: /datastore2/server1.raw,format=raw,cache=none,aio=native,discard=on
scsihw: virtio-scsi-single
vga: std
root@prx07:/#
I've also updated the server to only use TCP as that was one of the solutions I found online. Has anybody else faced this issue?
root@prx07:/# qm config 400
bios: ovmf
boot: order=scsi0
cores: 8
cpu: host
memory: 16384
name: server1
net0: virtio=DE:52:6A:3B:91:20,bridge=vmbr2
net1: virtio=F2:3C:8E:55:74:42,bridge=vmbr0
numa: 1
ostype: win11
scsi0: /datastore2/server1.raw,format=raw,cache=none,aio=native,discard=on
scsihw: virtio-scsi-single
vga: std
root@prx07:/#
I've also updated the server to only use TCP as that was one of the solutions I found online. Has anybody else faced this issue?
Last edited: