The management interface is working on each host and that's never had a problem. No firewall are configured on the Proxmox hosts.
VM is configured as `virtio=00:1a:4a:4c:72:72,bridge=vmbr0,tag=103` as I wanted to rule out the sdn bridges being...
Working system
https://paste.n9.uk/?3f742395b8606f43#2JkUfxBhEpEviBK3gD9SbEahNK6YWEfE4oHxCJHKm8Re
Non working
https://paste.n9.uk/?d068f772f5c37401#HUzenbr8oJXLGApxEQr1XEqsmbeSjteFMpbFBZEGHnrn
Text was too long to post here
I can't see any...
I've got a BCM57504 connected to two upstream switches using a 802.3ad bond and then off that bond I have vmbr0. Then I have vmbr0.108 for the management interface and then I have SDN configured, to create bridges on top of that bridge for each...
Where did you get too with this, I'm wondering if my i226 dual port card is causing the C3 being max state. I wonder if the card in have is using a PCIe switch chip perhaps which is why it can't reach other states. Little hard to debug when the...
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...