diff --git a/modules/resources/exercise_networking.md b/modules/resources/exercise_networking.md index eb6c9de..6618b9a 100644 --- a/modules/resources/exercise_networking.md +++ b/modules/resources/exercise_networking.md @@ -83,4 +83,19 @@ You can install a few new Debian machines, each with a different `hostname` ## 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) + +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.