updates the network ex

This commit is contained in:
waldek 2021-05-04 09:00:11 +02:00
parent 3ca97b6fec
commit cfd797c2d6
4 changed files with 2551 additions and 0 deletions

View File

@ -73,3 +73,10 @@ Have a look around and find me a good solution!
Your client machines are now behind a NAT. Your client machines are now behind a NAT.
Can you think of a way to ssh into them? Can you think of a way to ssh into them?
## DHCP
We'll start from scratch again now.
I would like you to create a new mini network of machines.
You can install a few new Debian machines, each with a different `hostname`
![big network](./network_big.png)

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -0,0 +1,12 @@
PUBLIC IP,SUBNET,ROUTER HOSTNAME,ROUTER IP,DOMAIN,IP RANGE
201,1,david,192.168.0.201,david.lan,10.0.1.0/24
202,2,sarah,192.168.0.202,sarah.lan,10.0.2.0/24
203,3,vladimir,192.168.0.203,vladimir.lan,10.0.3.0/24
204,4,selcuk,192.168.0.204,selcuk.lan,10.0.4.0/24
205,5,jonathan,192.168.0.205,jonathan.lan,10.0.5.0/24
206,6,nico,192.168.0.206,nico.lan,10.0.6.0/24
207,7,abdellah,192.168.0.207,abdellah.lan,10.0.7.0/24
208,8,hugo,192.168.0.208,hugo.lan,10.0.8.0/24
209,9,nicolas,192.168.0.209,nicolas.lan,10.0.9.0/24
210,10,laurent,192.168.0.210,laurent.lan,10.0.10.0/24
211,11,aliou,192.168.0.211,aliou.lan,10.0.11.0/24
1 PUBLIC IP SUBNET ROUTER HOSTNAME ROUTER IP DOMAIN IP RANGE
2 201 1 david 192.168.0.201 david.lan 10.0.1.0/24
3 202 2 sarah 192.168.0.202 sarah.lan 10.0.2.0/24
4 203 3 vladimir 192.168.0.203 vladimir.lan 10.0.3.0/24
5 204 4 selcuk 192.168.0.204 selcuk.lan 10.0.4.0/24
6 205 5 jonathan 192.168.0.205 jonathan.lan 10.0.5.0/24
7 206 6 nico 192.168.0.206 nico.lan 10.0.6.0/24
8 207 7 abdellah 192.168.0.207 abdellah.lan 10.0.7.0/24
9 208 8 hugo 192.168.0.208 hugo.lan 10.0.8.0/24
10 209 9 nicolas 192.168.0.209 nicolas.lan 10.0.9.0/24
11 210 10 laurent 192.168.0.210 laurent.lan 10.0.10.0/24
12 211 11 aliou 192.168.0.211 aliou.lan 10.0.11.0/24