sdn

  1. H

    Custom IPAM plugins - NIPAP

    Good day, is there perhaps a template/documentation/examples for implementing a custom IPAM for the ProxMox SDN side? I'm looking at https://spritelink.github.io/NIPAP/ for IPAM as we roll out the next steps of our network, so obviously the question comes in w.r.t. PVE not (yet) supporting...
  2. I

    Multiple Nics and SDN

    hello, I wonder if it is possible to configure SDN for servers with multiple NICs. For example, I've servers with 4x10Gb Nics, I want to configure - two of 10Gb Nics as Guest Network with BGP EVPN enabled. - another two of 10Gb Nics as PVE host management + external Ceph cluster connection...
  3. L

    [SOLVED] SDN broken after underlying network change

    We ran into a very nasty issue a few days ago. Background: Systemd generates ridiculously long interface names (see https://manpages.debian.org/bookworm/udev/systemd.link.5.en.html and referenced here https://wiki.debian.org/NetworkInterfaceNames#CUSTOM_SCHEMES_USING_.LINK_FILES) like...
  4. C

    SDN - what do I need?

    This is my current infrastructure: Defined on the Mikrotik are a couple of VLANs for ipmi, proxmox, ceph, and for user networks going across the Mikrotik switch. I have 3 (W)LAN user networks. When a new project is started I need to define a new isolated network and vlan in router and add it...
  5. M

    Integrating Proxmox SDN with existing SDN network

    I've been trying to integrate the Proxmox SDN into an existing vxlan network using IS-IS. This way we'll be able to use the different vnets across multiple clusters as well as bind that to a vlan to attach legacy devices. Our lab setup is using a route-reflector on a spine switch and 2 leaf...
  6. D

    EVPN SDN issues after Upgrade Proxmox VE from 7 to 8

    Hello all, I'm running multiple 3-node clusters, installed Proxmox VE on top of a plain Debian Bullseye (without using the Proxmox VE ISO) on version 7.4-16 with a no-subscription repository and recently I've proceeded and successfully upgrade one 3-node (lab/test) PVE cluster to 8.0.3...
  7. K

    SDN between Nodes to provide an internal network

    I have a 3 node cluster in my home lab. Each Node has a single NIC and all can access the WAN and the physical LAN ok. I'm struggling to set up a VNET or virtual network so that some of the VMs/LXCs can exist on their own separate network but across the nodes. I've installed and configured SDN...
  8. I

    PVE 8.0, reloadnetworkall takes hours to complete

    Hello all, Running SDN with vlans and evpn. Multiple clusters, PVE versions 7.4-15 and 8.0.3, upgraded with no-subscription repository. After upgrading PVE from 7.4 to 8.0 I have noticed that SDN reload process slowed down by factor of ~100 and takes hours to complete. Where should I look to...
  9. J

    removing LXC network fails in PVE 8.0

    I have upgraded about a week ago to PVE 8.0 and haven't messed with my LXC containers after the upgrade, but when I added another interface to an LXC container and try to remove it, I found out that I cannot do that due to an SDN issue? The error I get is: - no sdn vnet ID specified (500) This...
  10. V

    [SOLVED] After upgrade: zone: invalid format - zone ID 'localnetwork' can't be more length than 8 characters

    I have run into an interesting issue after upgrading, I am getting Parameter verification failed. (400) zone: invalid format - zone ID 'localnetwork' can't be more length than 8 characters I have tried rebooting a few times - as suggested in...
  11. A

    [Solved] SDN: zone set to 802.1Q despite the configuration is 802.1AD? (Proxmox 7.4.3)

    This is an install from scratch on two nodes. I can reprodice the issue, multiple times. root@pve02:~# cat /etc/pve/sdn/zones.cfg qinq: q4064 bridge vmbr0 tag 4064 ipam pve vlan-protocol 802.1ad root@pve02:~# cat /etc/pve/sdn/vnets.cfg vnet: v4064 zone...
  12. C

    [SOLVED] EVPN - traffic not passing

    Has anyone had an issue with EVPNs not passing traffic? I created a VNET that is meant to be PtP. I configured an IP address on the associated VM internet (within the same /31) and traffic fails in both directions. ARP isn't being learned. However a 'show interface' within vtysh on both...
  13. R

    SDN - Bug multiple VRFs

    Hello everybody, I noticed a bug when using multiple VRFs. When using the same exit-nodes on different vrfs but the primary is different, there is a deny route-map that is added in the MAP_VTEP_IN route-map for type 5 routes. So if vrf "red" has primary exit-node node 1 and vrf "blue" has...
  14. R

    VXLAN-EVPN External connectivity

    Hello everyone, I configured a zone with multiple vrf with SDN functionality. I defined all nodes in my cluster as exit-nodes. Is it possible to define a primary exit-node per vnet rather than per zone? or to define it on the basis of the subnet? I would actually like to be able to set up SNAT...
  15. N

    How do SDN IPAM plugins assign addresses to VMs?

    I'm new to proxmox and currently looking at the new SDN feature. According to the docs, it's possible to configure an IPAM plugin to automatically assign IP addresses to VMs or CTs. How exactly does that assignment work in the case of VMs though? Is there some kind of DHCP server assigning the...
  16. A

    SDN configuration for new cluster members

    Hi, it's a test-bed hence no criticality. I started experimenting with one server and I configured the SDN part. I then created the cluster and joined a second node. At the moment, if I connect to the GUI using the 1st node I see the SDN section of the Datacentre, if I connect using the GUI on...
  17. D

    Creating SDN vlan's via the API

    hi all I want to create an SDN network via the API as I want to tie it to netbox using a webhook but I want to make sure I can manually create one using the API going to the docs I can't see a post option. is it possible to create a vnet ? if so does anybody have an example?
  18. O

    SDN with a physical network adapter?

    Good day to all, The following scenario: A server with a PFSense, not virtualized, not part of the cluster. A cluster with various nodes. Some of them have only one NIC, some have multiple NICs. The complete As a goal I would like all cluster nodes to have access to a specific lan of the...
  19. J

    SDN configuration not generating on one cluster node

    Hello! I'm currently trying out a SDN of the VXLAN type within one of my 6 node clusters. The configuration file (/etc/network/interfaces.d/sdn) generates and gets applied perfectly on all nodes expect for one which leaves the following message: "local sdn network configuration is not yet...
  20. S

    How to enable loopback (hairpin) NAT so that a container can reach another container via PVE public IP?

    Preface Hi together, this thread is highly connected to the issue I explained here: Connected issue I think it has the same root cause but since I got no answer there I tried to narrow down the problem, reframe it. So now I have a different symptom that is based on a more "common" scenario, that...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!