Skip to content

Instantly share code, notes, and snippets.

@atton
Created October 23, 2017 04:41
Show Gist options
  • Save atton/02e350a67066a99474b59decfdfd5243 to your computer and use it in GitHub Desktop.
Save atton/02e350a67066a99474b59decfdfd5243 to your computer and use it in GitHub Desktop.
CentOS 7 bonding configurations
DEVICE=bond0
BOOTPROTO=none
TYPE=Bond
ONBOOT=yes
BONDING_OPTS="mode=4 miimon=100 lacp_rate=1 xmit_hash_policy=layer2+3"
TYPE=Ethernet
NAME=p2p1
UUID=01234567-abcd-abcd-abcd-0123456789ab
DEVICE=p2p1
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
ONBOOT=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment