Skip to content

Instantly share code, notes, and snippets.

Created July 11, 2014 15:56
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 anonymous/d66b8cbc4352a83381e7 to your computer and use it in GitHub Desktop.
Save anonymous/d66b8cbc4352a83381e7 to your computer and use it in GitHub Desktop.
[root@ network-scripts]# pwd
/etc/sysconfig/network-scripts
[root@ network-scripts]# cat ifcfg-br-ex
DEVICE=br-ex
DEVICETYPE=ovs
TYPE=OVSBridge
BOOTPROTO=static
IPADDR=x.x.x.158
NETMASK=255.255.255.0
ONBOOT=yes
[root@ network-scripts]# cat ifcfg-eth0
DEVICE="eth0"
TYPE="OVSPort"
DEVICETYPE=ovs
OVS_BRIDGE=br-ex
BOOTPROTO="none"
NM_CONTROLLED="no"
ONBOOT="yes"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment