Advertisement
Guest User

Untitled

a guest
Jul 9th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. auto em1
  2. iface em1 inet manual
  3. bond-master bond0
  4. post-up ifconfig em1 mtu 9000
  5.  
  6. auto em2
  7. iface em2 inet manual
  8. bond-master bond0
  9. post-up ifconfig em2 mtu 9000
  10.  
  11. auto bond0
  12. iface bond0 inet manual
  13. bond-mode 4
  14. bond-miimon 100
  15. bond-lacp-rate 1
  16. bond-slaves em1 em2
  17. post-up ifconfig bond0 mtu 9000
  18.  
  19.  
  20. auto bond0.10
  21. iface bond0.10 inet static
  22. address 10.0.10.2
  23. netmask 255.255.254.0
  24. network 10.0.10.0
  25. post-up sleep 2 && ifconfig bond0.10 mtu 8900
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement