Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. auto vxlanFRA
  2. iface vxlanFRA inet manual
  3. pre-up ip link add vxlanFRA type vxlan id 1 dstport 4788 local 2001:7F8:B7::A520:5591:1 remote 2001:7f8:33::a120:5591:1 dev ens19 ttl 255
  4. pre-up ip link set vxlanFRA up
  5. pre-up ip a a 100.100.1.2/28 dev vxlanFRA
  6. pre-up ip -6 a a 2a07:59c6:ee00:fe80::2/64 dev vxlanFRA
  7. post-down ip link set vxlanFRA down
  8. post-down ip link del vxlanFRA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement