Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. [Server1 network-scripts]$ cat ifcfg-bond1
  2. DEVICE=bond1
  3. ONBOOT=yes
  4. USERCTL=no
  5. IPV6INIT=no
  6. PEERDNS=yes
  7. DHCP_HOSTNAME=Server1
  8. BOOTPROTO=none
  9. IPADDR=192.168.49.11
  10. NETMASK=255.255.255.0
  11. GATEWAY=192.168.49.254
  12. BONDING_OPTS="mode=1 miimon=100 downdelay=200 updelay=200"
  13.  
  14. [server1 network-scripts]$ cat ifcfg-eth0
  15. DEVICE=eth0
  16. ONBOOT=yes
  17. TYPE=Ethernet
  18. MASTER=bond1
  19. SLAVE=yes
  20. USERCTL=no
  21.  
  22. [Server1 network-scripts]$ cat ifcfg-eth1
  23. DEVICE=eth1
  24. ONBOOT=yes
  25. TYPE=Ethernet
  26. MASTER=bond1
  27. SLAVE=yes
  28. USERCTL=no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement