Advertisement
Nemesiz

Untitled

Jun 17th, 2025
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.49 KB | Software | 0 0
  1. ip link add vxb1 type vxlan id 5000 local LOCAL_IP  remote REMOTE_IP dev vmbr1 dstport 6000
  2. ip link add vxb2 type vxlan id 5001 local LOCAL_IP  remote REMOTE_IP dev vmbr1 dstport 6001
  3. ip link add vxb3 type vxlan id 5002 local LOCAL_IP  remote REMOTE_IP dev vmbr1 dstport 6002
  4. ip link add vxb4 type vxlan id 5003 local LOCAL_IP  remote REMOTE_IP dev vmbr1 dstport 6003
  5.  
  6. ip link set vxb1 up
  7. ip link set vxb2 up
  8. RTNETLINK answers: Address already in use
  9. ip link set vxb3 up
  10. ip link set vxb4 up
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement