Hi, I've upgraded my Proxmox 1.2-3 to 1.5, and I was in panic because my KVM guest Debian "firewall" installation seemd not to work anymore in regard of connectivity.
At the end I figured out that adding ethernet devices vmbrx make guest "ethx" "shift", so what was eth0 linked to vmbr0 become eth0 linked to vmbr3 after that I add all the 4 interfaces.
I.e. I have vmbr0 that guest sees as eth0 and that I configure as I like.
If then I add vmbr1, eth0 becomes linked to vmbr1 and vmbr0 becomes eth1, forcing me to reconfigure or, as I did, create udev rules for eth assignment.
Can this be considered a "bug" and can be fixed? I mean, new ethernet device should just go up in the stack, without recombining guest order.
Thanks a lot
At the end I figured out that adding ethernet devices vmbrx make guest "ethx" "shift", so what was eth0 linked to vmbr0 become eth0 linked to vmbr3 after that I add all the 4 interfaces.
I.e. I have vmbr0 that guest sees as eth0 and that I configure as I like.
If then I add vmbr1, eth0 becomes linked to vmbr1 and vmbr0 becomes eth1, forcing me to reconfigure or, as I did, create udev rules for eth assignment.
Can this be considered a "bug" and can be fixed? I mean, new ethernet device should just go up in the stack, without recombining guest order.
Thanks a lot