Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3.  
  4.  
  5.  
  6. auto eth0
  7. iface eth0 inet manual
  8.  
  9.  
  10.  
  11. auto eth1
  12. iface eth1 inet manual
  13.  
  14.  
  15.  
  16. auto bond0
  17. iface bond0 inet manual
  18. bond-mode 4
  19. bond-miimon 100
  20. xmit_hash_policy layer2+3
  21. lacp_rate slow
  22. slaves eth0 eth1
  23.  
  24.  
  25.  
  26. auto bond0.1
  27. iface bond0.1 inet static
  28. vlan-raw-device bond0
  29. address 10.1.0.2
  30. netmask 255.255.0.0
  31. # pre-up /sbin/ifup bond0
  32.  
  33.  
  34.  
  35. auto bond0.10
  36. iface bond0.10 inet static
  37. vlan-raw-device bond0
  38. address 10.0.0.2
  39. gateway 10.0.0.1
  40. netmask 255.255.0.0
  41. # pre-up /sbin/ifup bond0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement