Guest User

Untitled

a guest
Jan 13th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. iface eth0:0 inet manual
  2. address 192.168.2.10
  3. netmask 255.255.255.0
  4. gateway 192.168.2.1
  5. dns-nameserver 192.168.2.1
  6. dns-nameserver 8.8.8.8
  7.  
  8. iface eth0:1 inet manual
  9. address 192.168.2.20
  10. netmask 255.255.255.0
  11. #gateway 192.168.2.1
  12. dns-nameserver 192.168.2.1
  13. dns-nameserver 8.8.8.8
  14. iface eth0:2 inet manual
  15. address 192.168.2.30
  16. netmask 255.255.255.0
  17. #gateway 192.168.2.1
  18. dns-nameserver 192.168.2.1
  19. dns-nameserver 8.8.8.8
  20. iface eth0:3 inet manual
  21. address 192.168.2.40
  22. netmask 255.255.255.0
  23. #gateway 192.168.2.1
  24. dns-nameserver 192.168.2.1
  25. dns-nameserver 8.8.8.8
  26.  
  27. auto vmbr0
  28. iface vmbr0 inet static
  29. bridge_ports bond0
  30. bridge_stp off
  31. bridge_fd 0
  32.  
  33.  
  34. auto bond0
  35. iface bond0 inet manual
  36. bond-slaves eth0:0 eth0:1 eth0:2 eth0:3 eth0:4
  37. #Bond Mode have to be varied to check if this works
  38. bond-mode 4
  39. bond-miimon 100
  40. bond-updelay 200
  41. bond-downdelay 200
Add Comment
Please, Sign In to add comment