Skip to content

Instantly share code, notes, and snippets.

@discordianfish
Created September 19, 2014 13:43
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 discordianfish/b2f14bc2bf4231586062 to your computer and use it in GitHub Desktop.
Save discordianfish/b2f14bc2bf4231586062 to your computer and use it in GitHub Desktop.
auto eth1
iface eth1 inet manual
bond-master int
bond-primary eth1
auto eth3
iface eth3 inet manual
bond-master int
auto int
iface int inet static
address {{.Address}}
netmask {{.Netmask}}
gateway {{.Gateway}}
bond-mode active-backup
bond-arp_ip_target {{.Gateway}}
bond-arp_interval 500
bond-slaves none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment