A voir également:
- DHCP ne demarre plus
- Windows ne démarre pas - Guide
- Dhcp - Guide
- Mon pc démarre mais l'écran ne s'allume pas - Guide
- Torrent ne démarre pas - Forum Logiciels
- Serveur dhcp ne repond pas ✓ - Forum DHCP
2 réponses
Voici mon dhcpd.conf
ddns-update-style interim;
ddns-update;
ignore client-updates;
update-static-leases on;
option subnet-mask 255.255.252.0;
option domain-name "domaine1";
option domain-name-servers 192.168.0.8;
option domain-name-servers 194.2.0.20;
option domain-name-servers 194.2.0.50;
option nis-domain "domaine1";
default-lease-time 21600;
max-lease-time 43200;
subnet 192.168.0.0. netmask 255.255.252.0 {
range 192.168.0.10 192.168.0.210;
option subnet-mask 255.255.252.0;
option routers 192.168.0.3;
host PC1 {
hardware ethernet 00:03:47:98:BA:78;
fixed-address 192.168.0.8;}
host PC2 {
hardware ethernet 00:03:47:98:BD:18;
fixed-address 192.168.0.9;}
host PC3 {
hardware ethernet 00:06:29:2E:A8:18;
fixed-address 192.168.0.2;}
}
allow unknown-clients;
zone ch-privas.local. {
primary 127.0.0.1;
}
zone 0.168.192.in-addr-arpa. {
primary 127.0.0.1;
}
Merci :)
ddns-update-style interim;
ddns-update;
ignore client-updates;
update-static-leases on;
option subnet-mask 255.255.252.0;
option domain-name "domaine1";
option domain-name-servers 192.168.0.8;
option domain-name-servers 194.2.0.20;
option domain-name-servers 194.2.0.50;
option nis-domain "domaine1";
default-lease-time 21600;
max-lease-time 43200;
subnet 192.168.0.0. netmask 255.255.252.0 {
range 192.168.0.10 192.168.0.210;
option subnet-mask 255.255.252.0;
option routers 192.168.0.3;
host PC1 {
hardware ethernet 00:03:47:98:BA:78;
fixed-address 192.168.0.8;}
host PC2 {
hardware ethernet 00:03:47:98:BD:18;
fixed-address 192.168.0.9;}
host PC3 {
hardware ethernet 00:06:29:2E:A8:18;
fixed-address 192.168.0.2;}
}
allow unknown-clients;
zone ch-privas.local. {
primary 127.0.0.1;
}
zone 0.168.192.in-addr-arpa. {
primary 127.0.0.1;
}
Merci :)