Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # cat /etc/network/interfaces
  2. auto enp130s0f0
  3. iface enp130s0f0 inet manual
  4. bond-master bond0
  5.  
  6. auto enp130s0f1
  7. iface enp130s0f1 inet manual
  8. bond-master bond0
  9.  
  10. auto bond0
  11. iface bond0 inet static
  12.  
  13. gateway 10.88.112.1
  14. address 10.88.112.44
  15. netmask 255.255.254.0
  16. bond_mode 802.3ad
  17. bond_xmit_hash_policy layer3+4
  18. bond_miimon 100
  19. bond_lacp_rate fast
  20. slaves enp130s0f0 enp130s0f1
  21.  
  22. dns-search myworld.net
  23. dns-nameservers 8.8.8.8 8.8.4.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement