Add non-proxmox VMs to proxmox cluster's VXLAN

dartwantuz

New Member
Mar 7, 2024
1
0
1
Hello!
For some reason i need to add server with three VMs to VXLAN created with proxmox SDN. I tried to create basic VXLAN with
Code:
# ip -4 link add vxlan100 type vxlan \
    id 100 \
    dstport 4789 \
    local SomeIP
But in good case it's just dont work in bad case in result i get ARP storm.
Can some one tell me correct way to do it? For example how can i do this proxmomx bridges vxlan magic work?
 
Why not copy (with alterations for new server) the configuration in /etc/network/{interfaces,interfaces.d/sdn} ?

Then (with ifupdown2) use ifreload -a to reload the network configuration on the new server?

(Remember static VTEPs. If not using FRR with EVPN)
 

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!