DHCP - Failed [RESOLVIDO]

1. DHCP - Failed [RESOLVIDO]

Anderson Santana
anderson.santana

(usa Debian)

Enviado em 30/10/2010 - 01:28h

Pessoal,

Boa Noite,

Não estou conseguindo estarta o dhcp3-server, esta dando a seguinte mensagem: dhcpd3check syslog for diagnostics. failed!.
************ syslog *************
Oct 30 00:20:32 servidor dhcpd: Not configured to listen on any interfaces!
Oct 30 00:26:19 servidor dhcpd: Internet Systems Consortium DHCP Server V3.1.1
Oct 30 00:26:19 servidor dhcpd: Copyright 2004-2008 Internet Systems Consortium.
Oct 30 00:26:19 servidor dhcpd: All rights reserved.
Oct 30 00:26:19 servidor dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Oct 30 00:26:21 servidor dhcpd: Internet Systems Consortium DHCP Server V3.1.1
Oct 30 00:26:21 servidor dhcpd: Copyright 2004-2008 Internet Systems Consortium.
Oct 30 00:26:21 servidor dhcpd: All rights reserved.
Oct 30 00:26:21 servidor dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Oct 30 00:26:21 servidor dhcpd: Internet Systems Consortium DHCP Server V3.1.1
Oct 30 00:26:21 servidor dhcpd: Copyright 2004-2008 Internet Systems Consortium.
Oct 30 00:26:21 servidor dhcpd: All rights reserved.
Oct 30 00:26:21 servidor dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Oct 30 00:26:21 servidor dhcpd: Wrote 0 leases to leases file.
Oct 30 00:26:21 servidor dhcpd:
Oct 30 00:26:21 servidor dhcpd: No subnet declaration for eth1 (192.168.0.1).
Oct 30 00:26:21 servidor dhcpd: ** Ignoring requests on eth1. If this is not what
Oct 30 00:26:21 servidor dhcpd: you want, please write a subnet declaration
Oct 30 00:26:21 servidor dhcpd: in your dhcpd.conf file for the network segment
Oct 30 00:26:21 servidor dhcpd: to which interface eth1 is attached. **
Oct 30 00:26:21 servidor dhcpd:
Oct 30 00:26:21 servidor dhcpd:
Oct 30 00:26:21 servidor dhcpd: No subnet declaration for eth0 (10.0.0.4).
Oct 30 00:26:21 servidor dhcpd: ** Ignoring requests on eth0. If this is not what
Oct 30 00:26:21 servidor dhcpd: you want, please write a subnet declaration
Oct 30 00:26:21 servidor dhcpd: in your dhcpd.conf file for the network segment
Oct 30 00:26:21 servidor dhcpd: to which interface eth0 is attached. **
Oct 30 00:26:21 servidor dhcpd:
Oct 30 00:26:21 servidor dhcpd:
Oct 30 00:26:21 servidor dhcpd: Not configured to listen on any interfaces!
********dhcp.conf ********
# /etc/dhcp3/dhcpd.conf
#
# Configurações gerais
#*********************
#
INTERFACES="eth1";
ddns-update-style none;
default-lease-time 600;
max-lease-time 7200;
authoritative;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.5 192.168.0.50;
option routers 192.168.0.1;
option domain-name-servers 200.195.192.133;
option broadcast-address 192.168.0.255;
}


Agradeço ajuda!!!!


  


2. Re: DHCP - Failed [RESOLVIDO]

3. Re: DHCP - Failed [RESOLVIDO]

Anderson Santana
anderson.santana

(usa Debian)

Enviado em 30/10/2010 - 10:44h

fiz a alteração e continua dando a mesma mensagem. Vi o citado aqui no vol, artigo do taylor - Instalando servidor Debian - Memento.


4. Re: DHCP - Failed [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 30/10/2010 - 11:27h

Vamos lá,

1 - A tua interface para distribuição do DHCP é a eth1 ?

Se não for não tem problema, é só para ter certeza que ela está configurada, digo com ip e tudo mais (no caso para tua rede local), para ficar melhor edita um arquivo "interfaces", que fica localizado em "/etc/network".

Ex: vim /etc/network/interfaces

#Interface Local
auto eth1
iface eth1 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0

Você pode configurar + ou - assim ou do jeito que preferir, não sei se tua máquina tem 2 placas de rede, se tiver é só configurar neste mesmo arquivo. Assim a tua interface é configurada na inicialização do sistema.

Após realizar esta configuração, reinicia o serviço de rede:

Ex: /etc/init.d/networking restart


2 - Remove esta linha (INTERFACES="eth1";) do teu dhcpd.conf.

Existe um arquivo "dhcp3-server" em "/etc/default/" que é para tu colocar qual interface vai distribuir o DHCP.

* Onde tiver INTERFACES="", coloque sua placa de rede (no meu caso, utilizei a eth1):

Ex: vim /etc/default/dhcp3-server

INTERFACES="eth1"


Depois reinicie o serviço DHCP.

Ex: /etc/init.d/dhcp3-server restart


Acredito que efetuando estes procedimentos deve funcionar. Qualquer coisa é só postar.



5. Re: DHCP - Failed [RESOLVIDO]

Anderson Santana
anderson.santana

(usa Debian)

Enviado em 30/10/2010 - 11:43h

erro ainda!!! segue um novo syslog
Oct 30 10:38:14 servidor dhcpd: No subnet declaration for eth1 (192.168.0.1).
Oct 30 10:38:14 servidor dhcpd: ** Ignoring requests on eth1. If this is not what
Oct 30 10:38:14 servidor dhcpd: you want, please write a subnet declaration
Oct 30 10:38:14 servidor dhcpd: in your dhcpd.conf file for the network segment
Oct 30 10:38:14 servidor dhcpd: to which interface eth1 is attached. **
Oct 30 10:38:14 servidor dhcpd:
Oct 30 10:38:14 servidor dhcpd:
Oct 30 10:38:14 servidor dhcpd: Not configured to listen on any interfaces!
Oct 30 10:39:12 servidor dhcpd: Internet Systems Consortium DHCP Server V3.1.1
Oct 30 10:39:12 servidor dhcpd: Copyright 2004-2008 Internet Systems Consortium.
Oct 30 10:39:12 servidor dhcpd: All rights reserved.
Oct 30 10:39:12 servidor dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Oct 30 10:39:14 servidor dhcpd: Internet Systems Consortium DHCP Server V3.1.1
Oct 30 10:39:14 servidor dhcpd: Copyright 2004-2008 Internet Systems Consortium.
Oct 30 10:39:14 servidor dhcpd: All rights reserved.
Oct 30 10:39:14 servidor dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Oct 30 10:39:14 servidor dhcpd: Internet Systems Consortium DHCP Server V3.1.1
Oct 30 10:39:14 servidor dhcpd: Copyright 2004-2008 Internet Systems Consortium.
Oct 30 10:39:14 servidor dhcpd: All rights reserved.
Oct 30 10:39:14 servidor dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Oct 30 10:39:14 servidor dhcpd: Wrote 0 leases to leases file.
Oct 30 10:39:14 servidor dhcpd:
Oct 30 10:39:14 servidor dhcpd: No subnet declaration for eth1 (192.168.0.1).
Oct 30 10:39:14 servidor dhcpd: ** Ignoring requests on eth1. If this is not what
Oct 30 10:39:14 servidor dhcpd: you want, please write a subnet declaration
Oct 30 10:39:14 servidor dhcpd: in your dhcpd.conf file for the network segment
Oct 30 10:39:14 servidor dhcpd: to which interface eth1 is attached. **
Oct 30 10:39:14 servidor dhcpd:
Oct 30 10:39:14 servidor dhcpd:
Oct 30 10:39:14 servidor dhcpd: Not configured to listen on any interfaces!



6. Re: DHCP - Failed [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 30/10/2010 - 12:06h

Estranho não funcionar, se todas essas informações estão corretas era para rodar 100%. Já tive um problema parecido, removi e reinstalei o pacote dhcp3-server, e fiz a configurações passo a passo, primeiro configurando as interfaces (reinicia o server e verifica se as interfaces estão OK), depois instalando o pacote, e logo após isso configurei o dhcpd.conf, achei melhor para verificar onde está o erro. Tenta aí e qualquer coisa estou a disposição.


7. Re: DHCP - Failed [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 30/10/2010 - 12:40h

Execute esse comando e mostra a mensagem exibida:

# /etc/init.d/dhcp3-server restart


8. Re: DHCP - Failed [RESOLVIDO]

Anderson Santana
anderson.santana

(usa Debian)

Enviado em 30/10/2010 - 12:48h

segue:
Stopping DHCP server: dhcpd3 failed!
Starting DHCP server: dhcpd3check syslog for diagnostics. failed!
failed!



9. Re: DHCP - Failed [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 30/10/2010 - 13:10h

Vamos facilitar as coisas de uma vez, execute esses comandos e poste as mensagems aqui (use o http://pastebin.com)

# cat /etc/network/interfaces
# ifconfig
# cat /etc/default/dhcp3-server
# cat /etc/dhcp3/dhcpd.conf


10. Re: DHCP - Failed [RESOLVIDO]

Anderson Santana
anderson.santana

(usa Debian)

Enviado em 03/11/2010 - 22:45h

Pessoal,

Fiz tudo do zero novamente e estar redondo!!!

Obrigado a todos que me auxiliam!!!

Abraços!!!!


11. Re: DHCP - Failed [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 03/11/2010 - 22:51h

Ah que legal. Precisando estamos na área.


Abraços e boa sorte.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts