Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. auto eth0
  5. iface eth0 inet manual
  6. bond-master bond0
  7. bond-primary eth0
  8.  
  9. auto eth1
  10. iface eth1 inet manual
  11. bond-master bond0
  12.  
  13. auto bond0
  14. iface bond0 inet static
  15. address 192.168.20.50
  16. gateway 192.168.20.1
  17. netmask 255.255.255.0
  18. bond-mode balance-rr
  19. bond-miimon 100
  20. bond-slaves none