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)