Search results

  1. 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...
  2. 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...