From 8e64de7316a14761b266409dd57b7733385fdc1b Mon Sep 17 00:00:00 2001 From: Martin Bley Date: Sun, 28 Dec 2025 11:57:07 +0100 Subject: [PATCH] updated README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 486b8b2..8b04602 100644 --- a/README.md +++ b/README.md @@ -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 bridged-network @@ -53,7 +57,7 @@ Here we create two networks on the hypervisor. The first is used by the edge rou -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 vSwitch0