VXLAN

From Glee
Jump to: navigation, search

Configure a VXLAN with multicast learning :

ip link add vxlan1 type vxlan id 1 group 239.0.0.1 dev eth1
ip -d link show vxlan1
ip link set up vxlan1

...then add it to a bridge used by Virtual Machines.

bridge fdb show dev vxlan0
# Kill all configuration by removing the module
modprobe -r vxlan

Firewalling :

  • 8472/udp ?
  • 4789/udp ?