Create a VXLAN tunnel device.
Section: Bridges, VLANs, and Tunnels
Create VXLAN interface
bash
bash
sudo ip link add vxlan100 type vxlan id 100 dev eth0 remote 10.0.0.2 dstport 4789Explanation
Create a VXLAN tunnel device.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Bridges, VLANs, and Tunnels