Recent content by kamcm

  1. K

    VMs freezing and unreachable when backup server is slow

    I also encountered a substantial downtime during the scheduled backup with Proxmox Backup Server. o_O May be we should write a script to duplicate the live VM to a new VM ID first, then launch the backup with the cloned VM only. By doing this, the live VM will no longer suffer from downtime...
  2. K

    Two Nic, one for VM (bridge public wan), one for hypervisor (Connect and access by local lan)

    An update ---------------------- I finally dedicate assigned those network ports to the VM directly without using any bridge. Everything works great except I can't view the VM's network traffic graph at the web dashboard. :)
  3. K

    Two Nic, one for VM (bridge public wan), one for hypervisor (Connect and access by local lan)

    My setup will using Two Nic, this is a home server and they will use dhcp to get the ip. one for VM (public wan) enp0s25 one for proxmox hypervisor (Connect by local lan only) ens1 enp0s25 = onboard intel lan [VM will using it] ens1= pcie lan [ I plan to use my local lan computer to access it]...