Файл: dhcpd.conf
ddns-update-style interim;
ignore client-updates;
authoritative;
subnet 192.168.100.0 netmask 255.255.255.0 {
# — default gateway
option routers 192.168.100.2;
option subnet-mask 255.255.255.0;
option nis-domain «dez.org»;
option domain-name «dez.org»;
option domain-name-servers 192.168.100.2;
option time-offset -18000;
range dynamic-bootp 192.168.100.10 192.168.100.100;
default-lease-time 9999999;
max-lease-time 9999999;
}
host buhgalter
{
hardware ethernet 00:21:91:92:73:A2;
fixed-address 192.168.100.3;
}