Created
October 23, 2017 04:41
-
-
Save atton/02e350a67066a99474b59decfdfd5243 to your computer and use it in GitHub Desktop.
CentOS 7 bonding configurations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEVICE=bond0 | |
BOOTPROTO=none | |
TYPE=Bond | |
ONBOOT=yes | |
BONDING_OPTS="mode=4 miimon=100 lacp_rate=1 xmit_hash_policy=layer2+3" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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