DHCP Server will nicht

Post Reply
Message
Author
Christian

DHCP Server will nicht

#1 Post by Christian »

Hi,
ahbe ein Problem mit meinem DHCP Server.
wenn ich den dhcp server starten will bekomme ich folgende Meldung,


Die Meldung:

Executing /etc/init.d/dhcpd start ..

Starting DHCP server Internet Software Consortium DHCP Server V3.0.1rc6
Copyright 1995-2001 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

** You must add a ddns-update-style statement to //etc/dhcpd.conf.
To get the same behaviour as in 3.0b2pl11 and previous
versions, add a line that says "ddns-update-style ad-hoc;"
Please read the dhcpd.conf manual page for more information. **

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.
..failed



Meine dhcpd.conf

server-identifier 192.168.1.1;
option domain-name "grille.de";
option domain-name-servers 217.5.115.7;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.100 192.168.1.254;
option domain-name-servers 217.5.115.7;
option domain-name "grille.de";
option routers 192.168.1.1;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
default-lease-time 86400;
max-lease-time 604800;}


und jetzt zu meiner Frage zu dem obig genannetn:

wo muss ich die Zeile "ddns-update-style ad-hoc;" in der dhcpd.conf hin schreiben?

am besten ihr schickt mir mal eine laufende dhcpd.conf von euch, dann sehe ich ja was ich alles os falsch gemacht habe.
cv@w-e-b-m-a-s-t-e-r-s.de

THX im vorraus.

Mit freundlichem gruß
Christian

S. Pfeffer

Re: DHCP Server will nicht

#2 Post by S. Pfeffer »

Servus,

so weiss ich das grad auch nicht, aber sieh mal hier nach:
http://www.pro-linux.de/news/2002/4477.html

MfG

S. Pfeffer

ernst

Re: DHCP Server will nicht

#3 Post by ernst »

Du musst diese Zeile gannz am Anfang bei den allgemeinen Einstellungen einfügen.
Poste doch mal, ob es geklappt hat. Ich hatte nämlich auch so gewisse Probleme mit den neueren Versionen von dhcp.
PS: Welche dhcp-Software hat du wie installiert?

Gruß ernst

Christian

Re: DHCP Server will nicht

#4 Post by Christian »

es hat nicht ganz geklappt, aber fast, thx

ich musste die zeile an den anfang schreiben, das war schon nicht schlecht, aber nicht gut genug ;(
anstatt ad-hoc habe ich mal einfach none ausprobiert, dann hats geklappt.
also
ddns-update-style none;

Post Reply