Recent content by werter

  1. W

    Create or clone vm and lxc from snapshot

    Hi Please add the ability to create VMs and LXC containers from their snapshots in the PVE web GUI as here https://www.virtualizationhowto.com/2026/06/i-found-a-proxmox-mod-that-adds-features-i-wish-were-built-in Thx
  2. W

    [Feature Request] Proxmox 9.0 - iothread-vq-mapping

    @spirit This feature is really, really important for NVMe drives
  3. W

    [Feature Request] Proxmox 9.0 - iothread-vq-mapping

    @dominiaz They're ignoring you :mad:
  4. W

    [Feature Request] Proxmox 9.0 - iothread-vq-mapping

    @fiona Hi! Just one question - when??
  5. W

    [Feature Request] Proxmox 9.0 - iothread-vq-mapping

    Thx! But when will they finally include this feature out of the box ?? :(
  6. W

    [Feature Request] Proxmox 9.0 - iothread-vq-mapping

    Hi there. When will this important feature be added to PVE ?
  7. W

    NVIDIA vGPU Software 18 Support for Proxmox VE

    Hi there NVIDIA's New vGPU Solution Cracked: RTX 30-Series & 40-Series Gaming GPUs Now Support vGPU MODERATED-LINK.
  8. W

    Pulse - a responsive monitoring application for Proxmox VE that displays real-time metrics across multiple nodes

    Hi there. Found this https://github.com/rcourtman/Pulse Guys, what u think about a Pulse?
  9. W

    [Feature Request] Proxmox 9.0 - iothread-vq-mapping

    Hi there ) @fiona What version of qemu will be in PVE 9.0 ?
  10. W

    CPU type `host` is significantly SLOWER than `x86-64-v2-AES`

    Hello, Try x86-64-v3-AES if you has modern CPU from 2015 to now.
  11. W

    NAT for VM not working with dhcp

    Hi, Solved the problem, but only using static ip. I cannot solve the problem with dhcp.
  12. W

    NAT for VM not working with dhcp

    Hello, 1. vmbr1 - bridge with enp3s0 ('bridge-ports enp3s0' in my config above). 2. I'm don't have vmbr0 - I have vmbr1 and the name of the bridge doesn't matter. 3. And why 'pre-up' instead of 'post-up'? I did what it says here...
  13. W

    NAT for VM not working with dhcp

    Hi! PVE version 8.4.1 cat /etc/network/interfaces ... auto enp3s0 iface enp3s0 inet manual auto vmbr1 iface vmbr1 inet dhcp...