Search results

  1. H

    [SOLVED] Devuan 4.0 template and tmux - UNprivileged container failure with non-root user

    Think it's still a problem in Devuan 5 too... need to get/make a Devuan5 template one day
  2. H

    Change existing VM ID?

    Different horses for different courses Openstack is much beterer in the mass chicken world. In my world there are cows and alpacas and dogs and the cat or two. And OpenStack just doesn't handle that as nicely, while ProxMox I see will falter when you do need those loads of chickens in multiple...
  3. H

    Change existing VM ID?

    Ease of identification of which bridge it uses, which client and/or which IP network - some of us does have OCD ;)
  4. H

    [TUTORIAL] [OBSOLETE] SSH Host Key Certificates - How to bypass SSH known_hosts bug(s)

    So, I got hit by this, from the perspective of *ADD*ing a PVE8.2 node to a 7.x cluster, with the intention to migrate the vMs/LXCs to that while decommissioning the old host it's replacing, rinse repeat for the rest of the new & old nodes. So, yes, the challenge is on to add a node to an old...
  5. H

    pve 6.4 cloud-init doesn't work in ubuntu 22.04

    how do I "run" these in the image/VM right after creation? only fixed/static IP assignments, so networking can't rely on DHCP
  6. H

    OVS IntPort equivalent for Linux bridge? (SDN bridges refers)

    I have needs to have multiple IPs/networks on the hypervisors, typically on different VLANs (like backups, corosyncing, ceph,etc. etc.) Having used OVS before, it is/was a charm to do similar, as you just add an OVSIntPort with the VLAN and IPs, and you are done. As the SDN is using Linux...
  7. H

    proxmox-kernel 6.8.4-X, Intel i40e module, and X710 cards -- no networking?

    I have used it on just about all my PVE & PBS going to PVE 8.2 & PBS 3.2 as just about all of them had the Intel interfaces that have that virtual function causing the "change" that the System(&@#$(%&@#$%&(D implements I have loads of )&#@$(%)&@#$)%(& words for SystemD, as the correct way for...
  8. H

    SDN - connecting PVE host/Ceph to VxLan/EVPN ? (meshed setup)

    Busy FAFOing with this in a totally meshed setup, and the use case is to have Ceph on that SDN created VxLan/EVPN vnets of it's own. Reason to NOT have it on the "public" network, but also to allow VMs (pointing fingers to K8s) that wants direct Ceph storage access on the access network, and in...
  9. H

    Proxmox SDN, openvswitch, and linux bridges

    Thank you, for explaining the reasoning! Hmmm... interesting statement, given that there are still updates on OpenVSwitch/OVN in the last couple of months with 3.3.0s release. Which also asks for something else, to understand direction and this comparison of DPDK vs VPP in OVN, is there...
  10. H

    Proxmox SDN, openvswitch, and linux bridges

    Is there technical reasons it can't work with OVS, or just a matter of ProxMox made a decision it'll be more cost effective to not also bother with OpenVSwitch for SDN? Hmm.. would like to have a look at that, as I have the need/use of a config server ala AWS, with some IP that is...
  11. H

    PVE Management IP on a SDN VLAN

    Ticket number/URL? Have similar requests - don't want to duplicate :)
  12. H

    proxmox-kernel 6.8.4-X, Intel i40e module, and X710 cards -- no networking?

    RTFM the 8.2 Release notes, and then use this https://github.com/D4M4EVER/Proxmox_Preserve_Network_Names from https://www.reddit.com/r/Proxmox/comments/1cd1quu/proxmox_ve_82_proxmox_backup_server_32_breaking/
  13. H

    Proxmox VE 8.2 released!

    Yeah, why read Release notes, the devs don't know what they are talking about and we SysAdmins just rtFm when it's an Emergency :shrug:
  14. H

    [Solution] CEPH on ZFS

    How many ProxMox nodes you have in the cluster doing this? if you don't have 3+, then how does this give you the redundancy?
  15. H

    [TUTORIAL] [Full mesh (routed setup) + EVPN] it is feasible even by using SDN!

    Yes 100% correct! But having only a single switch and LACP/etc. stil is a SPOF on the switch, thus the idea is/was to have the direct linked interfaces too, as we are moving towards a leaf-spline/"CLOS". Even more "fun" is when that swith ports dis connect, you "lose" (interface down) the IP...
  16. H

    PVE8.1 - SDN (problematic) experiences and and other fun with IPv6 configurations

    yeah, there are a coupld of those that only matches IPv4 (assumptions?) in stead of both IPv6/IPv4, but the "fun" is that (ie. OSPF/BGP IDs) are 32bit, and thus "assumed"/simplified as 4x octets, and then "typically" using the loopback/highest IP as the ID (assumptions) so ... yeah, IPv6...
  17. H

    [TUTORIAL] [Full mesh (routed setup) + EVPN] it is feasible even by using SDN!

    True, I'm looking at it from the perspective of a switch/network link failure , so that is an extra link... Og, OpenFabric routing protocol doesn't work with more than 2 nodes on the same link - design criteria
  18. H

    [TUTORIAL] [Full mesh (routed setup) + EVPN] it is feasible even by using SDN!

    Question: Have you tested/used OpenFabric with more than 2 nodes on the same interface (ie. a vlan/ethernet switch)? ran into a problem which I suspect makes it outside of OpenFabrics design criteria, so as I've implemented your stuff, it worked, but then found troubles on the links where there...
  19. H

    [TUTORIAL] [Full mesh (routed setup) + EVPN] it is feasible even by using SDN!

    Instead of OpenFabric, have you tried this with ISIS?
  20. H

    PVE8.1 - SDN (problematic) experiences and and other fun with IPv6 configurations

    Something I am missing, is a pre & post FRR config (perhaps templates that have values/numbers filled in from the GUI/SDN configuration like the ISIS process/router name, ASN numbers etc.). Loading those into/via vtysh/yang/etc., would ease custom and north-south configurations and...