adds small breakdown

This commit is contained in:
waldek 2021-05-05 09:41:03 +02:00
parent 01bd7f900c
commit 3a8735e420
1 changed files with 15 additions and 0 deletions

View File

@ -83,4 +83,19 @@ You can install a few new Debian machines, each with a different `hostname`
## Solo labo ## Solo labo
Try to go as far as you can with following the network layout below.
You'll have to create quite a few virtual machines machines so grouping them and having a consistent naming scheme is advised.
![solo labo layout](./network_solo.png) ![solo labo layout](./network_solo.png)
I would break it down as such:
* 1 VM to be the bridge between all your clients and the LAN of the class
* 1 network interface in **bridged** mode (connects to my LAN)
* 2 network interfaces in **internal network** mode (they should be named differently **LSN/RSN**)
* 1 VM on the left side with:
* 4 network interfaces (**LSN/LSN1/LSN2/LSN3**)
* can run the DHCP for all these subnets'
* 4 VM as clients per subnet (so 3 * 4 = 12)
The setup is mirrored on the right side so rinse and repeat.