Recent content by norissiron

  1. N

    Limit disk bandwith in lxc with zfs

    Hello everyone, We've traditionally used cgroups to limit the I/O speed of LXC containers, and this worked seamlessly with LVM. However, we've encountered an issue on hosts using ZFS, as ZFS doesn't seem to respond to such settings. Are there any alternative methods to restrict individual...
  2. N

    Running iftop on KVM, there are lots traffics to other IPs (other guest KVM) security issue?

    To prevent ip-spoofing it works well but in our setup not to prevent seeing other traffic. I am also able to see other traffic with a network adapter without any ip assigned.
  3. N

    Running iftop on KVM, there are lots traffics to other IPs (other guest KVM) security issue?

    Thats the way we're doing it already. But if i take a look at iftop or running a tcpdump i still see traffic from other vm from the same host. Even if i create a DROP & DROP rule and just watch iftop connected with NoVNC, i'm able to see other guests traffic.
  4. N

    Running iftop on KVM, there are lots traffics to other IPs (other guest KVM) security issue?

    Is there another way to hide the traffic instead of using separate vlan for each vm?
  5. N

    [SOLVED] lxc template for ubuntu 22.04

    Oh, I apologize. I thought I had posted 6.X, but actually I posted 7.X. In fact, 6.X is on the machine. So again my original question asked correctly: Is Ubuntu 22.04 planned for 6.X?
  6. N

    [SOLVED] lxc template for ubuntu 22.04

    I don't know what I am doing wrong: pveam update update successful pveam available --section system | grep ubuntu system ubuntu-16.04-standard_16.04.5-1_amd64.tar.gz system ubuntu-18.04-standard_18.04.1-1_amd64.tar.gz system ubuntu-20.04-standard_20.04-1_amd64.tar.gz
  7. N

    [SOLVED] lxc template for ubuntu 22.04

    Yes, I Do. Will it ever be released for 7.X?
  8. N

    [SOLVED] lxc template for ubuntu 22.04

    Can't see the template even after running pveam update
  9. N

    iops / io-read/write limiting for LXC?

    Is there currently a way to use the cgroupv2 feature?
  10. N

    Anzahl der maximalen Netzwerk-Interfaces erhöhen

    Wir sind ein Hosting Provider und es kommt vor, dass Kunden mehr als 10 IP-Adressen bestellen. Den Sinn dahinter hinterfragen wir nicht.
  11. N

    Anzahl der maximalen Netzwerk-Interfaces erhöhen

    Weil, wenn man nun einen Server mit sagen wir 32 oder 64 IPs automatisch bereitstellen möchte, es dann via. API nicht mehr funktionioert. Verstehe ich, allerdings habe ich mittels API OOTB keine andere Möglichkeit gesehen.
  12. N

    Anzahl der maximalen Netzwerk-Interfaces erhöhen

    Hi, das ist sehr nett, danke. Wir verwenden kein DHCP.
  13. N

    Anzahl der maximalen Netzwerk-Interfaces erhöhen

    Hi LnxBil, Wir möchten mit Proxmox automatisch Endkunden LXC Container zur Verfügung stellen. Die API hat mir keine Möglichkeit aufgezeigt, IP-Einstellungen vorzunehmen. Natürlich ist Proxmox kein Hosting-Interface / Plattform, aber die Möglichkeit Netzwerk Interfaces per API anzulegen, schien...
  14. N

    Max. network interfaces

    Hello, Proxmox allows a maximum of 10 network interfaces for LXC containers, both via GUI and API. The problem is, the LXC servers are created automatically and should be available immediately afterwards, without manual settings. (Of course, 32 IP addresses would also be possible via 1...