vxlan

  1. B

    SDN Configuration Question

    Hi, I'm working on setting up SDN in a new cluster. The first question is about the physical network topology. Option 1) --------- -- ISP -- --------- | V ----------------------- -- OpnSense Firewall -- ----------------------- | V ---------------------------- -- Proxmox...
  2. S

    [SOLVED] SDN with EVPN Controller

    Hello, I have been exploring SDN and wanted to try it on Proxmox. Right now, I have an experimental cluster with two nodes. The first thing I noticed is that there aren't the well-known SDN controllers like OpenDaylight, Ryu, and the others. And I'm not familiar with EVPN or BGP as...
  3. D

    [SOLVED] SDN: VXLAN with BGP EVPN. Cannot add VLAN tag to guest interface

    Hi, I am testing VXLAN with BGP EVPN with Proxmox 7.1 SDN. BGP and EVPN seem to be working fine, and I can route traffic on VM interfaces that do not specify a VLAN tag. However, when I try to set a VLAN tag on a guest VM NIC which is using a VXLAN VNET, I get the following error: no physical...
  4. L

    Doubt in configuration using OVS; duplicate macadress when using OVSINTPORT

    Hello all, I'm a new starter in proxmox, and I have a doubt regarding OVS and SDN. I have two proxmox servers, each one dual port NIC My doubt, first regarding OVS: 1- created two OVS bridges on each proxmox server, using a dual port NIC, but one OVS bridge associated with one port, and second...
  5. C

    [SDN] Wrong automatic VXLAN configuration to use it over wiregaurd

    Hi everyone, i test the last days SDN on my cluster (v7.1-10, lasted updates) and detect some problem with VXLAN over wireguard. The automatic create config is something like this for three nodes: auto <zone_name>_<vnet_name> iface <zone_name>_<vnet_name> vxlan-id <vnet_id>...
  6. B

    bgp evpn & vxlang: how to configure the router part?

    I was looking at this link : https://wiki.virtit.fr/doku.php/kb:linux:proxmox:hyperconverged-proxmox-2-liens and the author says it could be doable using the new SDN features. Can we do it diretcly using the UI? A Also I am wondering how the IPs setups can be used by other machines to access...
  7. H

    [SOLVED] apt blocked inside VXLAN

    Hi, I'm trying to setup and few vms and containers inside a VXLAN with a gateway to my local network and to the internet. Everything is working except for package updates (I've tried ubuntu, debian and centos). Every VM and container can communicate with each other inside the VLAN. Each VM and...
  8. K

    Beta VXLAN Issue

    Hi Guys, So, I'm attempting to roll out the new GUI SDN at my home Prox lab. Currently, when I create a VXLAN Zone "mynet" and a VNet "vnet1", and attempt to apply the config, I get an error on all nodes, picture attached. I checked in Syslog and all I can really see is an entry of...
  9. D

    VxLAN configuration problem

    Hello, I have tried to configure a VxLAN between my Proxmox nodes by following the instructions in @spirit , but it does not work : https://forum.proxmox.com/threads/openvswitch-bridge-for-cluster-vms-across-private-network.76866/#post-342238 My 3 nodes have a network card with a private IP...
  10. S

    Proxmox Cluster mit VTEPs und VXLAN vernetzen

    Hallo, Ich würde gerne meinen Cluster untereinander mit VXLAN und VTEPs vernetzen. Hat da zufällig jemand eine eine einfache Beispiel Konfiguration auf Lager? Ich hatte diesen Blog Artikel hier gefunden...
  11. J

    Looking for OVS Configuration

    After searching the forums for the last three days....and not finding a complete answer....I wanted to see if anyone else has tried to configure Proxmox with a similar configuration....and if so, can I see your /etc/network/interfaces file :) Here a picture of what I'm looking for...
  12. D

    VXLAN/GRE over LAG

    Dear community, I have two Proxmox 4.1 with latest patches and LAG (openvswitch) working. Both are attached to a Layer 2 switch. There is also a simple 1Gb Router with minimal vlan support, so I don't want to use the inter-vlan routing anymore, because the throuput is very, very low. Is it...