[sisyphus] Ошибка в DHCP: no freeleases
Alexander Kuprin
=?iso-8859-1?q?ru=5Fclassic_=CE=C1_gts=2Elg=2Eua?=
Пт Июл 9 10:25:05 MSD 2004
On Friday 09 July 2004 08:49, Nizamov Shavkat wrote:
> вот здесь нужно прописать
>
> fixed-address xxx.xxx.xxx.xxx;
Вы знаете, Шавкат, (надеюсь я в имени не ошибся) -- пробовал и так и так.
Молчок. К письму прикрепляю вывод tail -f /var/log/messages и последнюю
версию /etc/dhcpd.conf
/me в полном замешательстве...
--
WBR, Alexander Kuprin
----------- следующая часть -----------
Было удалено вложение не в текстовом формате...
Имя : messages.log
Тип : text/x-log
Размер : 1528 байтов
Описание: =?iso-8859-1?q?=CF=D4=D3=D5=D4=D3=D4=D7=D5=C5=D4?=
Url : <http://lists.altlinux.org/pipermail/sisyphus/attachments/20040709/db971470/attachment-0002.bin>
----------- следующая часть -----------
# Sample configuration file for ISCD dhcpd
#
# Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd
# once you adjusted this file and copied it to /etc/dhcpd.conf.
#
ddns-update-style ad-hoc;
default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
option domain-name-servers 192.168.0.1;
option domain-name "home";
option root-path "192.168.0.2:/opt/ltsp/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;
shared-network WORKSTATIONS {
use-host-decl-names on;
option log-servers 192.168.0.2;
subnet 192.168.0.0 netmask 255.255.255.0 {
pool {
range 192.168.0.100 192.168.0.200
}
}
}
group {
host ws001 {
hardware ethernet 00:0c:29:e2:32:c3;
fixed-address 192.168.0.101;
filename "lts/vmlinuz-2.4.24-ltsp-4";
option option-128 e4:45:74:68:00:00;
option option-129 "NIC=pcnet32";
}
}
Подробная информация о списке рассылки Sisyphus