Bridge network interfaces

// Centos //

ifcfg-br0

DEVICE=”br0″
BOOTPROTO=”static”
NM_CONTROLLED=”no”
ONBOOT=”yes”
TYPE=”Bridge”
STP=”yes”
DELAY=2
IPADDR=”192.168.xxx.xxx”
PREFIX=”24″
GATEWAY=”192.168.xxx.xxx”
DNS1=”8.8.8.8″

ifcfg-eno1

DEVICE=”eno1″
ONBOOT=yes
DEVICETYPE=Ethernet
NAME=”eno1″
BRIDGE=br0