Recent content by FingerlessGloves

  1. F

    Broadcom BCM57504 - VLAN issues over Bond

    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 the issue. What I have noticed, is using the VM...
  2. F

    Broadcom BCM57504 - VLAN issues over Bond

    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 differences bar the ones you'd expect like IPs and MACs
  3. F

    Broadcom BCM57504 - VLAN issues over Bond

    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 network I want to use in VMs. I have 3 identical...
  4. F

    CPU doesn't reach C8 C-state in Proxmox (it does on Debian Bookworm)

    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 server is in a colocation.
  5. F

    Prevent IPv6 local link on SDN VNet

    https://bugzilla.proxmox.com/show_bug.cgi?id=7312
  6. F

    Prevent IPv6 local link on SDN VNet

    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 to the SDN bridge, I'm glad you tested that...
  7. F

    Prevent IPv6 local link on SDN VNet

    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 hosts don't have any direct access to those VNETs...
  8. F

    Prevent IPv6 local link on SDN VNet

    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 listening on that network, ideally the host shouldn't...
  9. F

    LVM and snapshot-as-volume-chain

    Thanks for those useful links, I'll read those tomorrow, when I'm back in work :)
  10. F

    LVM and snapshot-as-volume-chain

    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 couldn't create a snapshot, so I reimported the...
  11. F

    automated install via PXE boot

    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 - Extracts the pve-installer.squashfs, initrd.img and...
  12. F

    Migration script from oVirt/RHEV to Proxmox

    @adrianquintero what adjustments did you need to make, far as I can tell this required the storage domain in RHV to also be NFS?
  13. F

    automated install via PXE boot

    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
  14. F

    automated install via PXE boot

    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?
  15. F

    automated install via PXE boot

    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 answers file in to the ISO, or can I specify the answer...