Ya me reinicio el dhcp y entrega la configuración a los clientes sin lio, ahora segun vi en el log, al parecer hay un parámetro mal configurado, veamos
esta es la config del dhcp inicialmente donde tenia en la linea 6 ( ignore cliente-update; ) y al parecer es el parametro que esta mal configurado... no entiendo esta parte segun he leido eso esta bien, incluso probé con allow y con deny pero me sigue dando error cuando usao esta lineas, en fin comenterice esta linea y listo funciona el DHCP, claro en el futuro necesitare de esta linea, por eso me gustaria saber que hacer... mas abajo pongo la parte de los log que creo que tenga que ver con esto
_________________________________________
#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.sample
#
ddns-update-style interim;
ignore client-updates;
shared-network IQTECH{
subnet 192.168.10.0 netmask 255.255.255.0{
option routers 192.168.10.1;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.10.255;
option domain-name "iqtech.ec";
option domain-name-servers 192.168.10.2;
range 192.168.2.191 100.168.10.200;
}
}
_________________________________________
estos es una parte de los log
_________________________________________
Sep 3 11:12:11 server dhcpd: Internet Systems Consortium DHCP Server V3.0.5-RedHat
Sep 3 11:12:11 server dhcpd: Copyright 2004-2006 Internet Systems Consortium.
Sep 3 11:12:11 server dhcpd: All rights reserved.
Sep 3 11:12:11 server dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Sep 3 11:12:11 server dhcpd: /etc/dhcpd.conf line 6: expecting allow/deny key
Sep 3 11:12:11 server dhcpd: ignore
Sep 3 11:12:11 server dhcpd: ^
Sep 3 11:12:11 server dhcpd: /etc/dhcpd.conf line 6: expecting a parameter or declaration
Sep 3 11:12:11 server dhcpd: ignore clientupdates;
Sep 3 11:12:11 server dhcpd: ^
Sep 3 11:12:11 server dhcpd: Configuration file errors encountered -- exiting
Sep 3 11:12:11 server dhcpd:
Sep 3 11:12:11 server dhcpd: If you did not get this software from ftp.isc.org, please
Sep 3 11:12:11 server dhcpd: get the latest from ftp.isc.org and install that before
Sep 3 11:12:11 server dhcpd: requesting help.
Sep 3 11:12:11 server dhcpd:
Sep 3 11:12:11 server dhcpd: If you did get this software from ftp.isc.org and have not
Sep 3 11:12:11 server dhcpd: yet read the README, please read it before requesting help.
Sep 3 11:12:11 server dhcpd: If you intend to request help from the dhcp-server@isc.org
Sep 3 11:12:11 server dhcpd: mailing list, please read the section on the README about
Sep 3 11:12:11 server dhcpd: submitting bug reports and requests for help.
Sep 3 11:12:11 server dhcpd:
Sep 3 11:12:11 server dhcpd: Please do not under any circumstances send requests for
Sep 3 11:12:11 server dhcpd: help directly to the authors of this software - please
Sep 3 11:12:11 server dhcpd: send them to the appropriate mailing list as described in
Sep 3 11:12:11 server dhcpd: the README file.
Sep 3 11:12:11 server dhcpd:
Sep 3 11:12:11 server dhcpd: exiting.
_________________________________________
esta parte que significa???????????????????????????????????
_________________________________________
Sep 3 11:13:53 server ntpd[2433]: sendto(200.160.7.186) (fd=21): Invalid argument
Sep 3 11:14:03 server ntpd[2433]: sendto(200.3.168.192) (fd=21): Invalid argument
Sep 3 11:14:54 server ntpd[2433]: sendto(200.80.32.170) (fd=21): Invalid argument
Sep 3 11:16:03 server ntpd[2433]: sendto(200.160.7.186) (fd=21): Invalid argument
Sep 3 11:16:10 server ntpd[2433]: sendto(200.3.168.192) (fd=21): Invalid argument
Sep 3 11:17:03 server ntpd[2433]: sendto(200.80.32.170) (fd=21): Invalid argument
Sep 3 11:18:10 server ntpd[2433]: sendto(200.160.7.186) (fd=21): Invalid argument
Sep 3 11:18:18 server ntpd[2433]: sendto(200.3.168.192) (fd=21): Invalid argument