Erro servidor Dhcp

1. Erro servidor Dhcp

humberto sandes
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 #





  


2. Re: Erro servidor Dhcp

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 27/08/2009 - 14:46h

O problema aki é q vc não informou ao dhcpd qual será a interface q fornecerá o IP. Portanto, pra informar, vc deve executar o serviço DHCP dessa forma:

# dhcpd eth0

Considerando q a interface sua seja eth0.


3. Re: Erro servidor Dhcp

Edmo Luiz Ribeiro
edmo

(usa Slackware)

Enviado em 27/08/2009 - 22:08h

Tenta colocar assim:

ddns-update-style ad-hoc;
option domain-name-servers 000.000.000.000,000.000.000.000;# DIGITA OS DNS QUE VAI COLOCAR NA SUA REDE
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;
n domain-name-servers 000.000.000.000,000.000.000.000;#DNS DA SUA REDE
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;

subnet 192.168.10.0 netmask 255.255.255.0 {# aQUI VC CONFIGURA A CLASSE DE IP QUE VAI DISTRIBUIR VIA DHCP NA REDE
range 192.168.10.10 192.168.10.254;#DEFINE O INTERVALO A SER USADO
option routers 192.168.10.1; #GATAWAY QUE É O IP DO SERVIDOR DE INTERNET
option broadcast-address 192.168.10.255;


host marquinaXXX {#nome da maquina
hardware ethernet 00:0E:A6:0E:69:10;#coloque o mac da placa que vai receber o ip
fixed-address 192.168.10.11;# o ip que essa placa vai receber
}
#obs vai ter que fazer isso para cada máquina que for colocar na rede recebendo dhcp!

}
deny unknown-clients; #Não deixa outros ips diferente do intervalo de ip configurado aqui acessar

Espero ter ajudado!



4. Re: Erro servidor Dhcp

humberto sandes
rpestaile

(usa Suse)

Enviado em 28/08/2009 - 09:01h

renato eu ja fiz isso e continua dando o mesmo erro


5. Re: Erro servidor Dhcp

Filippe
spolti

(usa Fedora)

Enviado em 28/08/2009 - 09:07h

option-routers é o gateway da sua rede mano, sem ele não funfa mesmo






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts