Advertisement
Guest User

Untitled

a guest
Aug 12th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # cat /etc/sysconfig/network-scripts/ifcfg-bond0
  2. DEVICE=bond0
  3. OVS_BRIDGE=br-ex
  4. DEVICETYPE=ovs
  5. TYPE=OVSBond
  6. OVS_OPTIONS="bond-mode=balance-tcp lacp=active"
  7. ONBOOT=yes
  8. NM_CONTROLLED=no
  9. BOND_IFACES="eth0 eth1"
  10. MTU=1600
  11. BOOTPROTO=none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement