TYPE="Ethernet"

Edit (or create) the br0 configuration

Edit the file /etc/sysconfig/network-scripts/ifcfg-br0to match the information below, replacing the IP address and netmask as appropriate:

DEVICE="br0"

TYPE="Bridge"

ONBOOT="yes"

BOOTPROTO="static"

IPADDR=" 192.0.2.10"

NETMASK="255.255.255.0"

GATEWAY=" 192.0.2.1"

Edit (or create) the br1 configuration

Edit the file /etc/sysconfig/network-scripts/ifcfg-br1to match the information below, replacing the IP address and netmask as appropriate:

DEVICE="br1"

TYPE="Bridge"

ONBOOT="yes"

BOOTPROTO="static"

IPADDR="198.51.100.10"

NETMASK="255.255.255.0"

67

Page 67
Image 67
HP Distributed Cloud Networking manual Edit or create the br0 configuration