Guest User

Untitled

a guest
Apr 26th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # cat /etc/sysconfig/network-scripts/ifcfg-eth1
  2. DEVICE=eth1
  3. ONBOOT=yes
  4. BOOTPROTO=none
  5. USERCTL=no
  6. MASTER=bond0
  7. SLAVE=yes
  8.  
  9. # cat /etc/sysconfig/network-scripts/ifcfg-eth2
  10. DEVICE=eth2
  11. ONBOOT=yes
  12. BOOTPROTO=none
  13. USERCTL=no
  14. MASTER=bond0
  15. SLAVE=yes
Add Comment
Please, Sign In to add comment