Hey,
no, not if they would end up being on the same disk. And even if you had more than one disk, I'd really recommend letting the installer setup booting from ZFS. So the best way to achieve that is to create backups of your VMs/CTs, then...
Hey,
debian trixie has 3.10[1], which should include what you're looking for. We mostly just take the versions debian ships, and for bookworm that was 3.7[2]. Our PVE 9 beta[3] is trixie based, so either wait still stable, or try the beta...
Hey,
auto vlan800
iface vlan800 inet static
address xxx.xxx.xxx.xxx/24
mtu 9126
vlan-raw-device enp3s0f0
the vlan-raw-device should be the bridge, so vmbr0 instead of the interface directly. Did not look into this super close, I...
Hey,
I assume you mean that the PVE host uses DHCP instead of a statically configured IP, not setting up a DHCP server on the host.
It is recommended to stick with a static IP for the PVE host, for standalone hosts changing the IP is somewhat...
Ok,
exists:%{i}.spf.hc697-83.eu.iphmx.com
sollte zu
exists:23.90.105.144.spf.hc697-83.eu.iphmx.com
werden, und per [1] passt das solange es einen A record zu der Domain gibt, allerdings scheint es keinen zu geben. Hier wird nur %{i} [2]...
What does ifreload -avvvv say? If that doesn't fail, so exits with 0, could you post the output of ip a? So currently it look like this
auto vmbr0
iface vmbr0 inet static
address 10.0.66.1/24
gateway 10.0.66.3
bridge-ports enp65s0f3...