KatharaFramework / Kathara-Labs

Collection of Kathará network scenarios and tutorials.
https://www.kathara.org/
GNU General Public License v3.0
102 stars 42 forks source link

Added a dhcp scenario #38

Closed AlexFalzone closed 10 months ago

AlexFalzone commented 10 months ago

This PR:

kathara develop - main-labs/application-level/dhcp

The network scenario description

This scenario adds a simple network with DHCP. There are two hosts, on two different subnets, connected by a router, which acts as a dhcp server.

The steps to test the network scenario

  1. kathara lstart -d "directory"
  2. ping pc1 from pc2 (or viceversa)
tcaiazzi commented 10 months ago

Hi @AlexFalzone,

Many thanks for the PR, and for contributing to Kathará 😍

We missed a DHCP scenario in our main collection. However, to accept the lab inside the main section, we need to add the slides with a proper explanation for students.

Anyway, we normally add external contribution to the Community Labs. So, I encourage you to modify the PR to add the lab to the community ones.

To be included, you need to create a repository to host the lab, adding a proper README to explain the scenario and how it works. You can find some examples directly on the page.

If you need any further help, do not hesitate writing to me.

Thanks for the contribution 🚀 Tommaso

AlexFalzone commented 10 months ago

I deleted the lab from main-labs, updated the community-labs readme and created the repo

tcaiazzi commented 10 months ago

Hi @AlexFalzone,

Sorry for the delay and thanks for all your effort! I will merge your changes in the next days!

Many thanks for contributing to our project 😍 🚀