Home: Difference between revisions

From Unix Lab
Content added Content deleted
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Project Unix Lab=
=Project Unix Lab=
<p>
<p>
Learning in own lab environment sometimes is more effective than in production. Today available technology offering possibilities to reproduce architecture of Internet, private networks, routers and servers in virtual environment. This all is an application areas of Unix system.
Learning in own lab environment sometimes is more effective than in production. Today available technology offering possibilities to reproduce architecture of Internet, private networks, routers and servers in virtual environment. That all is an application areas of Unix system.
</p><p>
</p><p>
This project is a recipe how that Unix Lab can by created for all. Our goals is build most effective and minimalis environment that allows run virtual systems and network which you need.
This project is a recipe how that Unix Lab can by created for all. Our goals is build most effective and minimalis environment that allows run virtual systems and network which you need.
Line 7: Line 7:


==Project Assumptions==
==Project Assumptions==
* not out-of-box solutions (custom setup)
* use only open source
* close all in one hardware box (arch amd64)
* all in one hardware box (arch amd64)
* no GUI
* build at least cost (minimal RAM consumption)
* speed and security is secondary (education purpose)
* easy to maintain, only core open source projekt (complex configuration testing inside the lab)
* use nested virtualization (testing different hypervisor configuration inside)


==Software==
=Software=
* [https://en.wikipedia.org/wiki/Debian Debian GNU/Linux]
* [https://en.wikipedia.org/wiki/Debian Debian GNU/Linux]
* [https://en.wikipedia.org/wiki/Open_vSwitch Open vSwitch]
* [https://en.wikipedia.org/wiki/Open_vSwitch Open vSwitch]
Line 16: Line 21:
* [https://en.wikipedia.org/wiki/Libvirt libvirt]
* [https://en.wikipedia.org/wiki/Libvirt libvirt]


=Hardware=
===Technical Details===
* we need nested virtualization to simulate nodes in datacenter
* default format disk for VM is qcow2

==Hardware==
Example used [[Hardware]]
Example used [[Hardware]]


=Configuration=
==Logical Network Topology==
# [[Main hypervisor]]
Network
## [[Networks]]

## [[Guest template]]
== Grzesiek ==
[[Grzesiek]]
# [[Client host]]

Latest revision as of 13:58, 14 February 2024

Project Unix Lab

Learning in own lab environment sometimes is more effective than in production. Today available technology offering possibilities to reproduce architecture of Internet, private networks, routers and servers in virtual environment. That all is an application areas of Unix system.

This project is a recipe how that Unix Lab can by created for all. Our goals is build most effective and minimalis environment that allows run virtual systems and network which you need.

Project Assumptions

  • not out-of-box solutions (custom setup)
  • all in one hardware box (arch amd64)
  • no GUI
  • build at least cost (minimal RAM consumption)
  • speed and security is secondary (education purpose)
  • easy to maintain, only core open source projekt (complex configuration testing inside the lab)
  • use nested virtualization (testing different hypervisor configuration inside)

Software

Hardware

Example used Hardware

Configuration

  1. Main hypervisor
    1. Networks
    2. Guest template
  2. Client host