Search results

  1. M

    Monitor total bandwidth consumed by VM?

    Thanks, I tought there is something built in to retrieve this since the stats show traffic per hour, etc.
  2. M

    Monitor total bandwidth consumed by VM?

    Hi, From what I see Proxmox keeps track of total incoming/outgoing traffic, which leads to the question in the title. Can one get the total bandwidth consumed by the VM? Either via API or some other method? Thank you
  3. M

    IPTables rules per guest VM

    I see, so there is no way to add rules/VM. What about this: https://git.proxmox.com/?p=pve-docs.git;a=blob;f=examples/guest-example-hookscript.pl;h=adeed59e36f6a2314ebd637c8eb9da66b30418e9;hb=HEAD ?
  4. M

    IPTables rules per guest VM

    Thank you for replying. Apologies, I`m quite new to using IPTables like this, always had some sort of "web manager" for this purpose. The idea is to add specific rules per VM, because they will run different apps that require protection. Like RDP, SQL, etc. Ideally would be best per VM, so I...
  5. M

    Windows VM User (post-install)

    Thank you, this is really helpful.
  6. M

    IPTables rules per guest VM

    Hi, After checking quite a few articles found here and on some other websites, it's still not clear for me how one can add custom IPTables rules for each VM. Checking the current host with just one VM at the moment I can see: -A tap100i0-IN -p udp -m udp --sport 67 --dport 68 -j ACCEPT -A...
  7. M

    How to? - Limit IP connection through proxmox firewall

    Is the IP's (3.132.120.160/32) the Windows VM's ip's?
  8. M

    How to? - Limit IP connection through proxmox firewall

    Proxmox already has conntrack and syn flood protection? Please give us noobs a small example how to achieve the goal with hooks (hooks[1] with iptable raw commands[2]). Danke.
  9. M

    PPS limit on network interfaces

    Noob question... do you know any solution to limit per IP?
  10. M

    AMD Ryzen 5 5600X - NUMA or not?

    Hi, Sorry for this dumb question, but I feel a bit confused. As far as I understood all Zen2 like CPU's are NUMA based, so in case of AMD Ryzen, Epyc, etc, they all have "numa support". When creating a new VM, Proxmox allows me to select up to 4 Sockets (which again indicates NUMA support)...
  11. M

    Windows VM User (post-install)

    Hi guys, Do you have any idea how to create windows users via post install script? I saw many big hosting companies do this, they create admin/non-admin user with random password. Thanks
  12. M

    Proxmox 7.2-11 - Windows VM with OVMF (UEFI) cannot load Virtio Drivers

    OVMF (UEFI) not supporting x32: https://forum.proxmox.com/threads/uefi-windows-10-32-bits-iso.107591/post-462596 Unable to load driver problem: https://forum.proxmox.com/threads/can-not-install-windows-2019.75479/post-336268 BUT use the virtio-win-0.1.185 drivers and problem solved. Latest...
  13. M

    UEFI Windows 10 32 bits ISO

    After spending an entire day trying to boot with the exact same problem... are you saying that OVMF does NOT SUPPORT x32 OS? Please confirm... and if yes, update the documentation.
  14. M

    Syncing IP's from fail2ban

    Two questions: - What is "client servers"? - Why would you do this in the first place? Thanks
  15. M

    Proxmox 7.2-11 - Windows VM with OVMF (UEFI) cannot load Virtio Drivers

    I would like to better clarify with an update: Windows 8 x64/x86 - unable to load drivers Windows 8.1 x64/x86 - unable to load drivers Windows 10 x64/x86 - does not boot at all Windows 11 x64 - Install OK (surprisingly, drivers were loaded OK)
  16. M

    Proxmox 7.2-11 - Windows VM with OVMF (UEFI) cannot load Virtio Drivers

    Hi, as the title says I cannot load any virtio drivers during installation when using UEFI mode. I am using the latest drivers (stable) available. VM Config: bios: ovmf boot: order=scsi0;ide2;net0;ide0 cores: 2 efidisk0: local:104/vm-104-disk-0.qcow2,efitype=4m,pre-enrolled-keys=1,size=528K...
  17. M

    ZFS and special device how to use unused free space ?

    This is very interesting information, thank you. I will do some testing and will see.
  18. M

    ZFS and special device how to use unused free space ?

    Interesting, can you give me an example how to put a template there ? I can't comprehend how to litereally drop a file there. As for "After the template and the real VM diverge after updates, you get a very strange I/O response time from the view of the VM. " - Not sure I understand, is this...
  19. M

    ZFS and special device how to use unused free space ?

    Thank you, however I already have set this to 128k to match recordsize of 128. volblocksize is 8k and I cannot change it... unfortunately. It works pretty well considering I only have win kvm machines at the moment. What I wanted to know is if I can literally put 5 templates on that device, and...