rpestaile
(usa Suse)
Enviado em 27/08/2009 - 12:18h
Boa Tarde, estou com o seguinte problema nao consiguo ativar o meu servidor de DHCP aparece a seguinte mensagem
service dhcpd start
Starting DHCP server 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 0 leases to leases file.
No subnet declaration for eth10 (0.0.0.0).
** Ignoring requests on eth10. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface eth10 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 dhcp-server@isc.org
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.
exiting.
OBS o meu arquivo dhcpd.conf esta da seguinte maneira
#Arquivo de configuraç do dhcp #
ddns-update-style ad-hoc;
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 200.142.XX.XX; (estou com duvidas com o IP eu coloca nessa linha se e o do gatway ou da outra placa de rede)
option domain-name-servers 200.196.48.20;
option domain-name "server";
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.10 192.168.0.100;
}
# Fim do arquivo dhcpd.conf #