Advertisement
Guest User

Untitled

a guest
Oct 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3. iface lo inet6 loopback
  4.  
  5. auto vmbr0
  6. iface vmbr0 inet static
  7. address A.A.A.35
  8. netmask 255.255.255.255
  9. pointopoint GW.GW.GW.33
  10. gateway GW.GW.GW.33
  11. broadcast BR.BR.BR.63
  12. bridge_ports enp4s0
  13. bridge_stp off
  14. bridge_fd 1
  15. bridge_hello 2
  16. bridge_maxage 12
  17.  
  18. iface vmbr0 inet6 static
  19. address XXXX:XXX:XXX:XXXX::2
  20. netmask 64
  21. gateway fe80::1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement