updated README

This commit is contained in:
Martin Bley
2025-12-28 11:57:07 +01:00
parent 1dd75d795f
commit 8e64de7316

View File

@@ -14,6 +14,10 @@ Virtual switch: Open vSwitch 3.1.0
- openvswitch-switch
- gvncviewer
- qemu-system
- libvirt-daemon-system
- libvirt-daemon-system
- virt-manager
## Network topology
![Network topology](img/lab2.png)
@@ -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
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>
<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" />
</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>
<name>vSwitch0</name>