diff --git a/README.md b/README.md index bc5e3b4..b3a54db 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # IPv6-Lab -Building a lab for IPv6 on a desktop computer + +## Initial situation + +In this project, a laboratory for IPv6 will be set up using a desktop computer with a current Debian system. To use the computer furthermore for its actual purpose, this should be done as far as possible without stirring up a lot of dust (e.g. using various outdated network backends). + +| OS | Debian GNU/Linux 12 | +| Kernel | 6.1.0-18-amd64 | +| Network backend | NetworkManager | +| Hypervisor | KVM | +| Virtual switch | Open vSwitch 3.1.0 | + +## Required packages + +- openvswitch-switch +- gvncviewer + +## Network topology +[Network topology](./img/lab2.png "Network topology") diff --git a/img/lab2.png b/img/lab2.png new file mode 100644 index 0000000..44cc913 Binary files /dev/null and b/img/lab2.png differ