Skip to content

Instantly share code, notes, and snippets.

@gowthamsadasivam
Created August 10, 2017 10:15
Show Gist options
  • Save gowthamsadasivam/1edb38503608df37d10a13efcfc08368 to your computer and use it in GitHub Desktop.
Save gowthamsadasivam/1edb38503608df37d10a13efcfc08368 to your computer and use it in GitHub Desktop.
ifcfg-bond0
DEVICE=bond0
NAME=bond0
DEVICETYPE=ovs
TYPE=OVSPort
OVS_BRIDGE=br-ex
ONBOOT=yes
BOOTPROTO=none
BONDING_MASTER=yes
BONDING_OPTS="mode=4 miimon=100 downdelay=0 updelay=0 lacp_rate=fast xmit_hash_policy=1"
ifcfg-bond1
DEVICE=bond1
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
BONDING_OPTS="mode=4 miimon=100 downdelay=0 updelay=0 lacp_rate=fast xmit_hash_policy=1"
IPADDR=1xx.xx.xx.65
NETMASK=255.255.255.240
NM_CONTROLLED=no
GATEWAY=1xx.xx.xx.33
ifcfg-br-ex
ONBOOT=yes
USERCTL=no
IPADDR=22.2.5.3
NETMASK=255.255.255.192
NM_CONTROLLED=no
DEVICE=br-ex
NAME=br-ex
DEVICETYPE=ovs
OVSBOOTPROTO=none
TYPE=OVSBridge
OVS_EXTRA="set bridge br-ex fail_mode=standalone"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment