Отсутствует dhcpd.conf
Написал следующий :
ddns-update-style none;
subnet 192.168.0.0 netmask 255.255.255.0 {
# default gateway
option routers 192.168.0.1;
option subnet-mask 255.255.255.0;
option domain-name "ceskybrod.net.local";
# Seting up an ip address is better here
option domain-name-servers ceskybrod.net.local;
range dynamic-bootp 192.168.0.128 192.168.0.254;
default-lease-time 21600;
max-lease-time 43200;}
INTERFACES="eth1"
}
Не запускается. В чём проблема ?
Форум —
Admin
