Une fois avoir installer dhcp-server,j'ai bien configuré mon dhcpd.conf, mais je ne peux pas activer mon serveur dhcp
voici l'erreur que j'ai quand je veux mettre activé au démarrage dans les services: arret de dhcp : [ OK ]
lancement de dhcpd : [ECHEC]
et quand je tappe cette commande :
/etc/init.d/dhcpd start
j'ai la même chose.
J'ai donc été voir dans les journaux des systèmes et j'ai ça comme message:
Sep 9 19:53:08 localhost dhcpd: Démarrage de dhcpd failed
Sep 9 19:53:09 localhost dhcpd: Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file
Sep 9 19:53:09 localhost dhcpd:
Sep 9 19:53:09 localhost dhcpd: ** You must add a global ddns-update-style statement to /etc/dhcpd.conf.
Sep 9 19:53:09 localhost dhcpd: To get the same behaviour as in 3.0b2pl11 and previous
Sep 9 19:53:09 localhost dhcpd: versions, add a line that says "ddns-update-style ad-hoc;"
Sep 9 19:53:09 localhost dhcpd: Please read the dhcpd.conf manual page for more information. **
Sep 9 19:53:09 localhost dhcpd:
Sep 9 19:53:09 localhost dhcpd: If you did not get this software from ftp.isc.org, please
Sep 9 19:53:09 localhost dhcpd: get the latest from ftp.isc.org and install that before
Sep 9 19:53:09 localhost dhcpd: requesting help.
Sep 9 19:53:09 localhost dhcpd:
Sep 9 19:53:09 localhost dhcpd: If you did get this software from ftp.isc.org and have not
Sep 9 19:53:09 localhost dhcpd: yet read the README, please read it before requesting help.
Sep 9 19:53:09 localhost dhcpd: If you intend to request help from the dhcp-server@isc.org
Sep 9 19:53:09 localhost dhcpd: mailing list, please read the section on the README about
Sep 9 19:53:09 localhost dhcpd: submitting bug reports and requests for help.
Sep 9 19:53:09 localhost dhcpd:
Sep 9 19:53:09 localhost dhcpd: Please do not under any circumstances send requests for
Sep 9 19:53:09 localhost dhcpd: help directly to the authors of this software - please
Sep 9 19:53:09 localhost dhcpd: send them to the appropriate mailing list as described in
Sep 9 19:53:09 localhost dhcpd: the README file.
Sep 9 19:53:09 localhost dhcpd:
Sep 9 19:53:09 localhost dhcpd: exiting.
J'ai donc été voir mon fichier dhcpd.conf et je vois pas d'erreur:
#
ddns-update-style none;
ddns-updates off;
Quelqu'un peut me dire pourquoi j'arrive pas a activer le dhcp ?
Merci
