I feel marking a vnet as "VM traffic only" would be a nice clear way to present the option, ideally default option too, I can't see many wanting the host to be "on" the vnet.
I just reread your message, and that's bad the firewall isn't applying...
I agree the Proxmox Firewall will help with the host having a LL on those bridges/interfaces, but from a security audit point of view, they may say that's not enough . I think for now I'll go for the sysctl option. Then if needed I can prove the...
Hi,
It would be nice if there was an option to prevent IPv6 Link-Local happening on the bridges that get created, in my setup I've created a VNET for each VLAN I need but I noticed each bridge has a IPv6 Link-Local, which means the host is...
Hi,
I've created a 3 node Proxmox cluster to test, and presented a Fibre Channel Lun. I've then created a LVM group on top as per https://pve.proxmox.com/wiki/Multipath
I then imported a VM, and it's done raw format on the lvm storage group. I...
I ended up writing my own process, by looking at how the init script works. I just need to finish the README n stuff and I'll throw it on my Github, but effectively what it does is. Could be useful for others.
Create a custom initrd.img
-...
I'll have to think up another method, I don't want to spin up a python server, just to allow the correct toml download to be distributed.
I'll have a think
I don't really want to create 10 ISOs for each host was my thinking, I was hoping to create a boot entry for each host, point each entry to a different toml file. Guessing that's not possible then?
Hi
I've setup the proxmox installer to work via PXE boot, and I was hoping I could provide the answers file via the cmdline, since it makes deploying a number of proxmox hosts much easier, from a static http server.
Do I need to embed the...