This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
copper:copper_work_items:academy:foreman [2015/09/25 18:29] Bryan Sullivan |
copper:copper_work_items:academy:foreman [2015/09/25 18:57] (current) Bryan Sullivan |
||
---|---|---|---|
Line 253: | Line 253: | ||
PROMISC=yes | PROMISC=yes | ||
PEERDNS=no | PEERDNS=no | ||
+ | </code> | ||
+ | |||
+ | * Verify ovs is setup correctly | ||
+ | <code> | ||
+ | [root@oscontroller1 ~]# ovs-vsctl show | ||
+ | 22ba4760-889c-4341-b8d6-445c53ac5aaa | ||
+ | Manager "tcp:192.168.1.204:6640" | ||
+ | is_connected: true | ||
+ | Bridge br-ex | ||
+ | Controller "tcp:192.168.1.204:6633" | ||
+ | is_connected: true | ||
+ | Port "enp0s25" | ||
+ | Interface "enp0s25" | ||
+ | Port br-ex | ||
+ | Interface br-ex | ||
+ | type: internal | ||
+ | Bridge br-int | ||
+ | Controller "tcp:192.168.1.204:6633" | ||
+ | is_connected: true | ||
+ | fail_mode: secure | ||
+ | Port br-int | ||
+ | Interface br-int | ||
+ | ovs_version: "2.3.1" | ||
</code> | </code> | ||