Modifié : sisr1/tp03/files_service/db.monlabo.lan
Modifié : sisr1/tp03/files_service/db.monlabo.lan.rev Modifié : sisr1/tp03/files_service/dhcpd.conf Nouveau fichier : sisr1/tp03/files_service/resolv.conf
This commit is contained in:
@@ -33,8 +33,7 @@ subnet 172.16.0.0 netmask 255.255.255.0 {
|
||||
range 172.16.0.100 172.16.0.200;
|
||||
option routers 172.16.0.254;
|
||||
option domain-name "monlabo.lan";
|
||||
option domain-name-servers 172.16.0.1;
|
||||
option domain-name-servers 172.16.0.2;
|
||||
option domain-name-servers 172.16.0.1, 172.16.0.2;
|
||||
}
|
||||
|
||||
# This declaration allows BOOTP clients to get dynamic addresses,
|
||||
@@ -71,6 +70,11 @@ host srv-dns2-ge {
|
||||
hardware ethernet 08:00:27:8e:f7:39;
|
||||
fixed-address 172.16.0.2;
|
||||
}
|
||||
|
||||
host pc-secure-ge {
|
||||
hardware ethernet 08:00:27:01:99:b3;
|
||||
fixed-address 172.16.0.10;
|
||||
}
|
||||
# Fixed IP addresses can also be specified for hosts. These addresses
|
||||
# should not also be listed as being available for dynamic assignment.
|
||||
# Hosts for which fixed IP addresses have been specified can boot using
|
||||
|
Reference in New Issue
Block a user