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.
- Host: GitHub
- URL: https://github.com/mguardia10/42cursus_net_practice
- Owner: MGuardia10
- Created: 2024-07-17T17:44:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T11:06:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T04:17:59.286Z (over 1 year ago)
- Topics: 42, 42born2code, 42netpractice, netpractice-42, sysadmin
- Language: JavaScript
- Homepage:
- Size: 276 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.