Advertisement
Guest User

Untitled

a guest
May 22nd, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. auto p1p1
  2. iface p1p1 inet manual
  3. bond-master bond0
  4.  
  5. auto p1p2
  6. iface p1p2 inet manual
  7. bond-master bond0
  8.  
  9. auto bond0
  10. iface bond0 inet static
  11. address 10.128.7.121
  12. netmask 255.255.255.0
  13. gateway 10.128.7.1
  14. dns-nameservers 10.128.7.4 10.128.7.5
  15. bond-mode 4
  16. bond-miimon 100
  17. bond-lcap-rate 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement