:toim:
Olá pessoal, estou com problemas em startar o dhcp server, segue abaixo as mensagens e dhcpd.conf para análise:

mao02:/etc/rc.d # ./dhcpd start

Starting DHCP server Internet Software Consortium DHCP Server V3.0.1rc12
Copyright 1995-2003 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 /var/lib/dhcp///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 [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.

exiting. failed



DHCPD.CONF

default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.0.0;
option broadcast-address 255.255.255.255;
option routers 10.1.3.11;
option domain-name-servers 200.246.XXX.XXX, 200.246.XXX.XXX;
option domain-name "sremoto.br";
subnet 10.1.3.0 netmask 255.255.255.0 {
range 10.1.3.50 10.1.3.60;
}


Valew pela atenção!!!