quindi.. credo di aver fatto tutto ma i client non prendono l'ip..
ho configurato il file dhcpd.con così:
ddns-update-style interim;
subnet 192.168.30.0 netmask 255.255.255.0 {
option domain-name-servers 192.168.30.40;
option routers 192.168.30.40;
option subnet-mask 255.255.255.0;
range 192.168.30.200 192.168.30.250;
default-lease-time 3600;
max-lease-time 7200;
}
e quando lancio il servizio ottengo:
[root@localhost ~]# dhcpd start
Internet Systems Consortium DHCP Server V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file
Wrote 1 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. **
Not configured to listen on any interfaces!
If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.
If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the
[email protected]
mailing list, please read the section on the README about
submitting bug reports and requests for help.
Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.
dove sbaglio?