Auto-update blog content from Obsidian: 2025-09-12 09:53:54
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 7s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 3s
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 7s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 3s
This commit is contained in:
@@ -3,7 +3,7 @@ slug: proxmox-cluster-networking-sdn
|
|||||||
title: Simplifier la gestion des VLAN dans Proxmox VE avec le 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
|
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
|
date: 2025-09-12
|
||||||
draft: true
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- proxmox
|
- proxmox
|
||||||
categories:
|
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 :
|
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 :
|
||||||

|

|
||||||
|
|
||||||
|
---
|
||||||
## Mise à jour de Cloud-Init et Terraform
|
## 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" >}}).
|
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" >}}).
|
||||||
|
@@ -3,7 +3,7 @@ slug: proxmox-cluster-networking-sdn
|
|||||||
title: Simplifying VLAN Management in Proxmox VE with 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.
|
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
|
date: 2025-09-12
|
||||||
draft: true
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- proxmox
|
- proxmox
|
||||||
categories:
|
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:
|
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:
|
||||||

|

|
||||||
|
|
||||||
|
---
|
||||||
## Update Cloud-Init Template and Terraform
|
## 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`.
|
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`.
|
||||||
|
Reference in New Issue
Block a user