diff --git a/content/post/proxmox-cluster-networking-sdn.md b/content/post/proxmox-cluster-networking-sdn.md index aabb689..b3f7b77 100644 --- a/content/post/proxmox-cluster-networking-sdn.md +++ b/content/post/proxmox-cluster-networking-sdn.md @@ -76,3 +76,8 @@ Once everything is ready, I can apply the SDN configuration. In `Datacenter` > ` ## Test the network configuration +In a old VM which I don't use anymore, I replace the current `vmbr0` with VLAN tag 66 to my new VNet `vlan66`: +![Change the network bridge in a VM](img/proxmox-change-vm-nic-vlan-vnet.png) + +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: +![proxmox-console-ping-vm-vlan-66.png](img/proxmox-console-ping-vm-vlan-66.png) \ No newline at end of file diff --git a/static/img/proxmox-change-vm-nic-vlan-vnet.png b/static/img/proxmox-change-vm-nic-vlan-vnet.png new file mode 100644 index 0000000..bf285e0 Binary files /dev/null and b/static/img/proxmox-change-vm-nic-vlan-vnet.png differ diff --git a/static/img/proxmox-console-ping-vm-vlan-66.png b/static/img/proxmox-console-ping-vm-vlan-66.png new file mode 100644 index 0000000..c2f80a5 Binary files /dev/null and b/static/img/proxmox-console-ping-vm-vlan-66.png differ