Code:
Updated proxmox 7.0:
Minimum packages version (available in no-subscription-repo)
libpve-network-perl_0.6.1
ifupdown2_3.1.0-1+pmx3
pve-manager_7.0-10
-a lot of fix everywhere , so please update before reporting bugs ;)
Hi,
proxmox 7.0 include a new sdn (software delivery network) feature, it's beta for now.
I'm the main author of this feature, and I would like to have some feedback of community to improve it.
Doc is here:
https://pve.proxmox.com/pve-docs/chapter-pvesdn.html
The main idea, to to defined virtual network at datacenter level.
The more simple example, is a vlan network. Instead of defined the vlan tag on the vm nic, we define the network at datacenter level.
This will allow to define permissions of this network. (like for a storage).
The sdn feature use a plugins, so it can be extended easily.
Currently, it's support
layer2 network
---------------------
vlan,qinq (stack vlan), vxlan
layer3 network
---------------------
vxlan+bgp-evpn , simple brige
bgp-evpn network is the most complex and true sdn network. it's need a controlller (it's using frr routing software), to manage the flow of the bridge.
It's allowing anycast routing across different vxlan network. (each proxmox host have same ip for each bgp-evpn network, and are the gateway of the vm/ct).
I think it could help too users on public servers like ovh,hetzner with different public subnet/failover ips. (you could easily diffined 1virtual network by subnet).
If users need some other sdn plugins, I'll could look to implement them in the future. (but first, I would like to have 0 bugs on current plugins)
If you have time to test it, and give some feedback on this thread, it could be wonderfull.
Thanks !
Alexandre
You can also contact me directly by email : aderumier@odiso.com
Feedback/Need to be fixed:
Gui: the vlan field on the vm/ct nic should be grey-out when a sdn vnet is choose. (keep it empty for now)
Last edited: