diff --git a/content/post/11-proxmox-cluster-networking-sdn.fr.md b/content/post/11-proxmox-cluster-networking-sdn.fr.md index 618e0dd..c63452f 100644 --- a/content/post/11-proxmox-cluster-networking-sdn.fr.md +++ b/content/post/11-proxmox-cluster-networking-sdn.fr.md @@ -3,7 +3,7 @@ slug: proxmox-cluster-networking-sdn title: Simplifier la gestion des VLAN dans Proxmox VE avec le SDN description: Découvrez comment centraliser la configuration des VLAN dans Proxmox VE grâce aux zones SDN et aux VNets, pour un réseau plus simple et cohérent date: 2025-09-12 -draft: true +draft: false tags: - proxmox categories: @@ -85,6 +85,7 @@ Dans une vieille VM que je n'utilise plus, je remplace l'actuel `vmbr0` avec le Après l'avoir démarrée, la VM obtient une IP du DHCP d'OPNsense sur ce VLAN, ce qui est super. J'essaye également de ping une autre machine et ça fonctionne : ![Ping another machine in the same VLAN](img/proxmox-console-ping-vm-vlan-66.png) +--- ## Mise à jour de Cloud-Init et Terraform Pour aller plus loin, j’ai mis à jour le pont réseau utilisé dans mon **template cloud-init**, dont j'avais détaillé la création dans [cet article]({{< ref "post/1-proxmox-cloud-init-vm-template" >}}). diff --git a/content/post/11-proxmox-cluster-networking-sdn.md b/content/post/11-proxmox-cluster-networking-sdn.md index 15ad9a5..46b62d0 100644 --- a/content/post/11-proxmox-cluster-networking-sdn.md +++ b/content/post/11-proxmox-cluster-networking-sdn.md @@ -3,7 +3,7 @@ slug: proxmox-cluster-networking-sdn title: Simplifying VLAN Management in Proxmox VE with SDN description: Learn how to centralize VLAN configuration in Proxmox VE using SDN zones and VNets, making VM networking easier and more consistent. date: 2025-09-12 -draft: true +draft: false tags: - proxmox categories: @@ -85,6 +85,7 @@ In a old VM which I don't use anymore, I replace the current `vmbr0` with VLAN t After starting it, the VM gets an IP from the DHCP on OPNsense on that VLAN, which sounds good. I also try to ping another machine and it works: ![Ping another machine in the same VLAN](img/proxmox-console-ping-vm-vlan-66.png) +--- ## Update Cloud-Init Template and Terraform To go further, I update the bridge used in my **cloud-init** template, which I detailed the creation in that [post]({{< ref "post/1-proxmox-cloud-init-vm-template" >}}). Pretty much the same thing I've done with the VM, I replace the current `vmbr0` with VLAN tag 66 with my new VNet `vlan66`.