Skip to content
Snippets Groups Projects
Commit aea37d9a authored by Al Massati Bilal's avatar Al Massati Bilal
Browse files

v8 final correction

parent a77d56f5
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
## Installation dhcp
apt-get instal isc-dhcp-server
apt-get install isc-dhcp-server
## commande dhcp
......@@ -42,7 +42,7 @@
subnet 192.168.40.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.40.20 192.168.40.100;
option routers 192.168.40.254;
option routers 192.168.40.254;https://gitlab.univ-lille.fr/hugo.lacherez.etu/networkandco.git
option subnet-mask 255.255.255.0;
option domain-name "networkandco.org";
option domain-name-servers 192.168.40.151;
......@@ -115,7 +115,7 @@
#### configuration fichier /etc/network/interfaces
nano /etc/nework/interfaces :
nano /etc/network/interfaces :
# The primary network interface
allow-hotplug enp0s3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment