Recent content by yavuz

  1. Y

    Can't seem to find permissions for "Backup Job"

    Hi, I'm trying to allow a group of users to manage Backup Jobs at Datacenter level. I have tried a lot of different permissions but I can't seem to be able to find a way how to achieve this safely. How would I set this up without giving the group PVESysAdmin permissions?
  2. Y

    Switching to proxmox-boot-tool on systems with no potential ESP (Proxmox VE ISO before 5.4) with Ceph

    Hello, We have a cluster which we have upgraded to 6.4, everything went smooth, thank you for your continous hard work. We have been reading the known issues and are aware of the following instructions: https://pve.proxmox.com/wiki/ZFS:_Switch_Legacy-Boot_to_Proxmox_Boot_Tool We have switched...
  3. Y

    Firewall flag function

    Just for my understanding, which of these impact the connection tracking tables? Enable at Datacenter level Enable at Host level Enable at VM / CT level Adding actual rules
  4. Y

    Adding many network interfaces to KVM VM

    I will solve this another way, thank you for the help.
  5. Y

    Adding many network interfaces to KVM VM

    I just did ifdown vmbr3044 on hv01, and added an IP from vlan 3044 to the guest (ens18.3044), still doesn't work. Do I need to do something else? By the way this wouldn't solve my initial problem, I'm merely interested in why it doesn't work at the moment :)
  6. Y

    Adding many network interfaces to KVM VM

    100% correct, can use the IP addresses if added in the vmbr3043 which is in bond0.3043. Any other ideas / suggestions?
  7. Y

    Adding many network interfaces to KVM VM

    And just to be complete: here is my interfaces file
  8. Y

    Adding many network interfaces to KVM VM

    See attachments. The links which are of importance are ens3f0 and ens4f0 in bond0.
  9. Y

    Adding many network interfaces to KVM VM

    The space between vlan and 3043 was only on the forum, in my interfaces file it's without a space, I corrected the post above. Yes, the guest is Debian, I just updated the interfaces file and replaced vlan3043 by ens18.3043, unfortunately still no traffic. Anything else I'm overlooking?
  10. Y

    Adding many network interfaces to KVM VM

    I added trunks=1;2;3;4;5;6;7;8;9;10;20;30;40;50;60;.... (with my own vlan id's ofcourse) to /etc/pve/qemu-server/147.conf, shutdown the guest and powered up. Unfortunately still not working. Any suggestions?
  11. Y

    Adding many network interfaces to KVM VM

    So I tried this but might need a push in the right direction. 1. I added to /etc/network/interfaces on the host: auto vmbr0 iface vmbr0 inet manual bridge_ports bond0 bridge_stp off bridge_fd 0 bridge_vlan_aware yes #VLAN aware 2. Brought the interface up on...
  12. Y

    Adding many network interfaces to KVM VM

    Hi, For an arping machine I need a VM with an address in all our subnets. Since I have setup my hv's with separate vmbr's per VLAN I need a VM with lots of interfaces. Currently I'm getting the following error when adding the 33rd network interface: Parameter verification failed. (400)...