Skip to content

HOWTO: Bridging

Steve Norledge edited this page Feb 22, 2015 · 1 revision

Howto setup bridging

  • mode1 = failover bond

  • copy the primary interface /etc/sysconfig/network-script/ifcfg-$INTERFACE file to /etc/sysconfig/network-script/ifcfg-$BRIDGE, edit configure DEVICE, NAME TYPE=Bridge

  • edit the member interface, set to BOOTPROTO=none, ensure ONBOOT=yes, ONPARENT=yes and add:

BRIDGE=$BRIDGE
Clone this wiki locally