Skip to Content
Learning OpenStack Networking - Third Edition
book

Learning OpenStack Networking - Third Edition

by James Denton
August 2018
Beginner
462 pages
12h 36m
English
Packt Publishing
Content preview from Learning OpenStack Networking - Third Edition

Configuring the bridges

To configure a bridge with Open vSwitch, use the Open vSwitch utility ovs-vsctl. Create the bridge br-eth2 on compute02, compute03, and snat01, as follows:

    # ovs-vsctl add-br br-eth2

Use the ovs-vsctl add-port command to add physical interface eth2 to the bridge like so:

    # ovs-vsctl add-port br-eth2 eth2

The configuration of the bridge should persist reboots. However, the bridge interface can also be configured in /etc/network/interfaces if necessary using the following syntax:

auto br-eth2 allow-ovs br-eth2 iface br-eth2 inet manual     ovs_type OVSBridge    ovs_port seth2allow-br-eth2 eth2 iface eth2 inet manual     ovs_bridge br-eth2     ovs_type OVSPort 
Please note that the physical switch port connected to eth2 must support ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

You might also like

OpenStack Certification, 2/e

OpenStack Certification, 2/e

Sander van Vugt
Mastering OpenStack - Second Edition

Mastering OpenStack - Second Edition

Omar Khedher, Chandan Dutta

Publisher Resources

ISBN: 9781788392495