Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ip link add vxb1 type vxlan id 5000 local LOCAL_IP remote REMOTE_IP dev vmbr1 dstport 6000
- ip link add vxb2 type vxlan id 5001 local LOCAL_IP remote REMOTE_IP dev vmbr1 dstport 6001
- ip link add vxb3 type vxlan id 5002 local LOCAL_IP remote REMOTE_IP dev vmbr1 dstport 6002
- ip link add vxb4 type vxlan id 5003 local LOCAL_IP remote REMOTE_IP dev vmbr1 dstport 6003
- ip link set vxb1 up
- ip link set vxb2 up
- RTNETLINK answers: Address already in use
- ip link set vxb3 up
- ip link set vxb4 up
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement