Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. auto bond0
  2. iface bond0 inet static
  3. address x.x.x.108
  4. netmask 255.255.255.100
  5. gateway x.x.x.1
  6. dns-nameservers 8.8.8.8 4.2.2.2
  7. slaves eno1 eno2
  8. bond-mode active-backup
  9. bond-miimon 100
  10. bond-primary eno1
  11.  
  12. auto br0
  13. iface br0 inet static
  14. address x.x.x.108
  15. netmask 255.255.255.100
  16. gateway x.x.x.1
  17. bridge_ports bond_lan
  18. bridge_stp on
  19. bridge_fd 0
  20. bridge_maxwait 0
  21.  
  22. auto bond0
  23. iface bond0 inet static
  24. address x.x.x.108
  25. netmask 255.255.255.100
  26.  
  27. auto bond0
  28. iface bond0 inet static
  29. address x.x.x.110
  30. netmask 255.255.255.100
  31.  
  32. bridge_ports bond_lan
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement