Ah that works yes! Thanks @d.oishi!
I still feel it would also be logical to simply add a network bridge (a resource, much like a storage) to a resource pool, to make it available inside a pool.
Anyway: this works, thanks again!
We use templates for VMs per resource pool, templates come with NICs defined including virtual bridges they connect to and allowed VLANs. These NICs can not be edited by users after they "full cloned" their VM out of that template.
Tedious part...
Hi,
Wondering about resource pools, and resource separation. In our PoC, I created some test resource pools, added users, VMs and some storages to them. Now, when creating a new VM (as a resource pool member) I see correctly the available...
Hi Stefan,
Thanks for the quick follow-up! Looking at your requested output qm config 3346, I noticed it myself: firewall=1 was missing for the net0 device.
After turning it on, the firewall started behaving as expected! Apologies and thanks!
Note: input policy is set to DROP, on both the DC and the VM level.
I have now even created an explicit VM-level DROP-rule for port tcp/5403, and the behaviour has not changed. It seems the firewall rules don't apply for VMs in the same subnet as...
Hi,
Trying to understand something. I created a VM for Qdevice , in the same /24 as my proxmox hypervisors:
pve1: 192.168.33.44
pve2: 192.168.33.45
qdevice: 192.168.33.46
I understand from the docs that firewalling on the VM level should still...