Update README.md
This commit is contained in:
@@ -35,4 +35,11 @@ Turn on the bridge
|
|||||||
|
|
||||||
# nmcli con up bridge-labBridge0
|
# nmcli con up bridge-labBridge0
|
||||||
|
|
||||||
|
## Create virtual network on hypervisor
|
||||||
|
Here we create a new network to be used by the edge router torino by creating a new file named bridged-network.xml with the following content
|
||||||
|
|
||||||
|
<network>
|
||||||
|
<name>bridged-network</name>
|
||||||
|
<forward mode="bridge" />
|
||||||
|
<bridge name="br0" />
|
||||||
|
</network>
|
||||||
|
|||||||
Reference in New Issue
Block a user