Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CON-1846 adding UTM links and remove the specification of virtualbox #2206

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions subjects/connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

```
Expand All @@ -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) |
| | | |
'-----------------------------' '----------------------'
```
Expand Down
4 changes: 2 additions & 2 deletions subjects/connect/audit/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading