Recent content by hvisage

  1. H

    What is still not working in an IPv6 only (mesh network) setup

    Ah ! that is great to know - I'm using a tad... custom solution(s) so I'll try it out on test clusters
  2. H

    What is still not working in an IPv6 only (mesh network) setup

    Hmm... this is still "outstanding" but it seems progress have been made recently I was testing this, and it seemed inter-PVE 9.1 this worked in the SDN setup...... except.. I had to interconnect to a Arista with 1st gen Jericho that doesn't support IPv6 VxLAN VTEPs ;( ;( With 10.6 that...
  3. H

    Can I specify PBS namespace in backup jobs?

    hmmm... yeah, getting in a situation where specifying namespaces for some VMs that needs more aggressive pruning (sflow/netflow type data) would've been a perfect solution, as there aren't tags nor other finer grained pruning on PBS available per se, so now extra and extra storage (even if...
  4. H

    PBS Backup a MacBook?

    yeah, but in a home situation where I already have a PBS that also sync off-site, I now need to setup something ssh or S3, while the PBS would've been a nice touch - Apple in anycase move away from bootable clones/bootable external storage (when the internal storage fails) so data file backups...
  5. H

    PBS Backup a MacBook?

    LXCs are backed up using a tar type backup, which is the "normal" PBS backup client with added extras and optimizations for LXCs as far as I can tell. thus doing a tar type backup of the home directories would be a great solution... yeah, the rest of the macOS (given the lock down setup since...
  6. H

    [SOLVED] Proxmox 9 no data in the overview

    It can't be DNS, can it??? Oh yes, it WAS DNS! `pvesm status -storage local` took >120 seconds.... and it turned out a single node was pointing to a problematic resolver, and once the resolver was fixed, stats popped up !!! just leaving it here for whomever had this problem ;)
  7. H

    I've made a tool to import Cloud Images

    I've been trying to use FAI https://fai-project.org/FAIme/ to create cloud-init images, but ran into troubles (can't recall was 1.5years ago) but if somebody could make that "simple" for server type installation, it could handle about all the concerns above :(
  8. H

    Extend email notification with AppRise support

    seems the core had been implemented in 8.1 :)
  9. H

    systemstats_linux: unexpected header length in /proc/net/snmp. 237 != 224 errors shows

    yeah, this is a Kernel 6.7+ (Though some mention already somewhere in 6.6) problem that is only fixed in net-snmp 5.10pre1... guess why it'll be still some time before that log flooding will go away with some nice SNMP values reported after that
  10. H

    Controlling PCI Slot order in Proxmox 5.4

    But how does that work for the virtio-net-pci ? ie. not the real/physicals
  11. H

    Controlling PCI Slot order in Proxmox 5.4

    I'm wondering about this, how a config that contains the mappings, is not "consistent" for a live migration? ie. you'll be using the same configuration on both sides, and use that to do the same mapping, which from the sysadmin's perspective to be consistent per his/her configuration file. I'm...
  12. H

    Changing NIC PCI Bus address

    busy with some VPP stuff, ala https://ipng.ch/s/articles/2021/12/23/vpp-linux-cp-virtual-machine-playground/ where you'd want them on the same bus/slot and separate functions
  13. H

    VM VLAN Bond

    what is the goal of the dummy interfaces? Why the bond to the dummy interfaces? I would've just used an OpenVSwitch with OVSports on the host, but if you want to connect the VMs without host interaction, I'd just drop them all on the same VLAN/bridge and configure accordingly, not need to have...
  14. H

    Proxmox on OVH

    just don't mix linux bond and OpenVSwitch ;) Glad you got it working!
  15. H

    bridgeless network for QEMU? (ie. only TAP, and manual/hookscript connections to host/other VMs)

    Those VMs are the Provider Edge (PE) routers (the rest of the links are PCIe passthrough/SRIOV) and that is the way to get to/from the PVE. I'll spin up a few others that would be the iBGP route reflectors and then the PVEs would connect to those. Then the PVEs are my meshed network and...