From 2e0eb85d17b140d85af14c50f2301f8f58433433 Mon Sep 17 00:00:00 2001 From: riad nbou Date: Wed, 20 Sep 2023 15:07:28 +0100 Subject: [PATCH] CON-1846 adding UTM links and remove the specification of virtualbox --- subjects/connect/README.md | 20 ++++++++++++++------ subjects/connect/audit/README.md | 4 ++-- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/subjects/connect/README.md b/subjects/connect/README.md index 9beef18f..d5fa5884 100644 --- a/subjects/connect/README.md +++ b/subjects/connect/README.md @@ -8,10 +8,18 @@ Generally, clients (smartphones, laptops, etc...) rely on DHCP servers to have a For this project you will need to add these 3 VM : +### For VirtualBox + - [01_connect_box](https://assets.01-edu.org/sys/01_connect_box.tar.gz) - [01_connect_machine1](https://assets.01-edu.org/sys/01_connect_machine1.tar.gz) - [01_connect_machine2](https://assets.01-edu.org/sys/01_connect_machine2.tar.gz) +### For UTM + +- [01_connect_box](https://assets.01-edu.org/sys/01_connect_box.utm.zip) +- [01_connect_machine1](https://assets.01-edu.org/sys/01_connect_machine1.utm.zip) +- [01_connect_machine2](https://assets.01-edu.org/sys/01_connect_machine2.utm.zip) + The VM are configured like this : ``` @@ -25,30 +33,30 @@ _______________________________ ________________________ | v .-----------------------------. -| VirtualBox NAT | +| NAT | | | | DHCP server | .----------------------. | DNS server | | box | | | | | -| (10.0.2.2) NIC |<--->| enp0s8 (10.0.2.15) | +| (10.0.2.2) NIC |<--->| INT_2 (10.0.2.15) | | | | ^ | '-----------------------------' | | | .-----------------------------. | | | -| VirtualBox Internal Network | | | DHCP server | +| Internal Network | | | DHCP server | | | | v | -| |<----->| enp0s3 (192.168.0.1) | +| |<----->| INT_1 (192.168.0.1) | | | | | | | | | '----------------------' | | | .----------------------. | | | | machine1 | | | | | | -| |<----->| enp0s3 (192.168.0.2) | +| |<----->| INT_1 (192.168.0.2) | | | | | | | | | '----------------------' | | | .----------------------. | | | | machine2 | | | | | | -| |<----->| enp0s3 (192.168.0.2) | +| |<----->| INT_1 (192.168.0.2) | | | | | '-----------------------------' '----------------------' ``` diff --git a/subjects/connect/audit/README.md b/subjects/connect/audit/README.md index 78db1ddb..de5c3188 100644 --- a/subjects/connect/audit/README.md +++ b/subjects/connect/audit/README.md @@ -1,8 +1,8 @@ #### Functional -###### Is VirtualBox installed? +###### Is virtualization software installed? -###### Are the 3 VMs, 01_connect_box, 01_connect_machine1, and 01_connect_machine2 properly added to VirtualBox? +###### Are the 3 VMs, 01_connect_box, 01_connect_machine1, and 01_connect_machine2 properly added to the virtualization software? #### General