Skip to content

Instantly share code, notes, and snippets.

@scottslowe
Created February 7, 2013 20:20
Show Gist options
  • Save scottslowe/4733835 to your computer and use it in GitHub Desktop.
Save scottslowe/4733835 to your computer and use it in GitHub Desktop.
This RHEL/RHEL variant network startup script creates an OVS internal interface and assigns it an IP address.
DEVICE="mgmt0"
BOOTPROTO="static"
ONBOOT="yes"
DEVICETYPE="ovs"
TYPE="OVSIntPort"
IPADDR=10.11.12.13
NETMASK=255.255.255.0
OVS_BRIDGE="ovsbr0"
HOTPLUG="no"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment