Nie moge tego załapać ??
root@router_nnd rc.d]# dhcpd start
Internet Systems Consortium DHCP Server V3.0.1
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 0 leases to leases file.
No subnet declaration for start (0.0.0.0).
** Ignoring requests on start. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface start is attached. **
dhcpd.conf
# Plik konfiguracyjny deamona dhcpd
ddns-update-style=ad-hoc;
option domain-name "siec_nnd";
option domain-name-servers 194.204.159.1, 194.204.152.34;
option subnet-mask 255.255.255.0;
default-lease-time 21600;
max-lease-time 86400;
#Jeżeli chcesz dodać statyczne wpisy dla komputerów
#musisz zmieni przedział podany przy zmiennej range
#tak aby komputery ze stałym IP nie zawierały się w przedziale
subnet 192.168.1.0 netmask 255.255.255.0 { #Zakres przydzielanych adresów
range 192.168.1.12 192.168.1.14;
option broadcast-address 192.168.1.255; #Adres rozgłoszeniowy
option routers 192.168.1.1; #Brama domyślna
}
host Adnin {
hardware ethernet 00:40:33:E0:87:90;
fixed-address 192.168.1.2;
}