Skip to content

Instantly share code, notes, and snippets.

@marcinantkiewicz
Created November 27, 2017 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcinantkiewicz/0741dc73bab8ec1b3cfe0f0d43908212 to your computer and use it in GitHub Desktop.
Save marcinantkiewicz/0741dc73bab8ec1b3cfe0f0d43908212 to your computer and use it in GitHub Desktop.
auto bond0
iface bond0 inet static
address 10.1.10.1
netmask 255.255.255.0
hwaddress ether aa:aa:aa:aa:aa:aa # else mac can float based on what's bonded
post-up ifenslave bond0 eth1 eth2 eth3 eth4 eth5
# to verify/monitor
cat /proc/net/bonding/bond0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment