An open API service indexing awesome lists of open source software.

https://github.com/mguardia10/42cursus_net_practice

A system administration exercise whose objective is to configure small-scale networks.
https://github.com/mguardia10/42cursus_net_practice

42 42born2code 42netpractice netpractice-42 sysadmin

Last synced: 11 months ago
JSON representation

A system administration exercise whose objective is to configure small-scale networks.

Awesome Lists containing this project

README

          

# 42cursus_Net_Practice
A System Administration project that allows you to explore networking by configuring small-scale networks. To do so, it will be necessary to understand how TCP/IP addressing works.

The objective of this project is to complete all 10 levels existing in the `net_practice` folder.

You can see more info about the subject [HERE.](https://github.com/MGuardia10/42cursus/blob/main/subjects/en/netpractice_subject_en.pdf)

## Installing and running the project:

1. Clone this repository

```
git clone https://github.com/MGuardia10/42cursus_Net_Practice.git
```
2. Navigate to the new directory that contains `index.html` file

```
cd 42cursus_Net_Practice/net_practice
```
3. Open `index.html` in your browser by click the file or running this command:

```
open index.html
```

Once the webpage is open in your browser, type your alias and progress through the levels one by one until reaching last level.

If you leave the name field empty, you will take 3 random levels from 6 to 10 in evaluation mode.