Recent content by cyruspy

  1. C

    Native shared storage

    That would require a standardized framework from Proxmox to integrate the management plane of any vendor. Is there something like that?
  2. C

    Native shared storage

    Hello!, Is there any prevision to use native storage services from a centralized FC storage box?. I've reviewed the documentation and it seems to me that a big LUN is expected as LVM PV. I would like to have a LUN per vdisk (similar to Ceph RBD) and offload to the box operations like...
  3. C

    Cabling validation tool

    Generated topology map for reference:
  4. C

    How to implement and configure Tenancy with ProxMox

    We have implement tenant isolation with the SDN part of the equation using multiple VRF/BGP combos to the external edge network element (firewall in our case). EVPN segregation via RT should be possible when the peer speaks EVPN. All the rest, requires more work (tenant with its own set of...
  5. C

    Cabling validation tool

    Don't you hate when after 4hs troubleshooting a new cluster deployment, you found out cabling on 3 out of 20 servers was wrong? (Best case scenario). After running several remotely assisted deployments I found I needed a tool to standardize troubleshooting across several teams. I came up with...
  6. C

    L2 loop?

    Will share once I reach home. The forwarding was configured in my troubleshooting. it was disabled. I believe exit nodes are not declared, the north/south setup was manual via frr+BGP.
  7. C

    L2 loop?

    should I disable the IPv4 forwarding again before collecting the sample?
  8. C

    L2 loop?

    after further review, I see forwarding is not enabled in any of my hosts: root@pve-04:~# sysctl net.ipv4.conf.all.forwarding net.ipv4.conf.all.forwarding = 0 I can't seen any mention on the documentation to explecitely enable forwarding for IPv4, not sure if this is handled underneath...
  9. C

    L2 loop?

    Hello, I have a cluster with SDN configured, EVPN for East/West communication and regular BGP towards external network elements. This was working fine for some time, but today I can't receive traffic from external network in a VM (ping to a public IP doesn't get an answer, even though the...
  10. C

    MAC learning/spoofing

    yes, will resume testing next week and report back.
  11. C

    MAC learning/spoofing

    Firewall is unticked for the NIC
  12. C

    MAC learning/spoofing

    Hello!, is there any specific configuration on PVE to allow s VM to pass multiple MACs to a given port?. usecase would be having PVE over PVE with nested config, including networking (bridges and tagging).
  13. C

    [TUTORIAL] Template creation

    Hello!, You can find notes regarding creation of PVE templates from publicly available cloud images: https://iriarte.it/datacenter/2025/02/13/PVE-Cloud-Images.html Scope: - openSUSE Leap - Rocky Linux - Oracle Linux - Ubuntu - Debian
  14. C

    Proxmox Network Load Balancer?

    Proxmox VE is not a backup solution or email gateway
  15. C

    Best practice for VMware VSE replacement

    very same topology, but all in host (no VM doing routing here) you can have SDN overlay, multiple VRF if required. In my experience, external BGP peering should be done manually to accommodate VRF separation. (the included assistant just merges everything in the default routing table). route...