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
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?
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
Can some one tell me correct way to do it? For example how can i do this proxmomx bridges vxlan magic work?