updated README
This commit is contained in:
@@ -14,6 +14,10 @@ Virtual switch: Open vSwitch 3.1.0
|
|||||||
|
|
||||||
- openvswitch-switch
|
- openvswitch-switch
|
||||||
- gvncviewer
|
- gvncviewer
|
||||||
|
- qemu-system
|
||||||
|
- libvirt-daemon-system
|
||||||
|
- libvirt-daemon-system
|
||||||
|
- virt-manager
|
||||||
|
|
||||||
## Network topology
|
## Network topology
|
||||||

|

|
||||||
@@ -45,7 +49,7 @@ KVM is used as a hypervisor in this project. You may use virsh on the cli or vir
|
|||||||
|
|
||||||
### Create virtual networks on hypervisor
|
### Create virtual networks on hypervisor
|
||||||
|
|
||||||
Here we create two networks on the hypervisor. The first is used by the edge router impala to connect to the host network, the second is needed by the hosts in the lab network. Create a file named bridged-network.xml with the following content
|
Here we create two networks on the hypervisor. The first is used by the edge router impala to connect to the host network, the second is needed by the hosts in the lab network. Create a file named ```bridged-network.xml``` with the following content
|
||||||
|
|
||||||
<network>
|
<network>
|
||||||
<name>bridged-network</name>
|
<name>bridged-network</name>
|
||||||
@@ -53,7 +57,7 @@ Here we create two networks on the hypervisor. The first is used by the edge rou
|
|||||||
<bridge name="br0" />
|
<bridge name="br0" />
|
||||||
</network>
|
</network>
|
||||||
|
|
||||||
Then we need the network for the virtual switch served by openvswitch. Create a file named ovs-network.xml with this content
|
Then we need the network for the virtual switch served by openvswitch. Create a file named ```ovs-network.xml``` with this content
|
||||||
|
|
||||||
<network>
|
<network>
|
||||||
<name>vSwitch0</name>
|
<name>vSwitch0</name>
|
||||||
|
|||||||
Reference in New Issue
Block a user