erro ao iniciar DHCP

13. Erro ao iniciar o DHP [RESOLVIDO]

Adelino Silva de Lima
adelinotbg

(usa Ubuntu)

Enviado em 18/12/2012 - 17:53h

Também estava com o mesmo problema, ai então eu comentei a linha | options domain-name-servers |,ou da uma olhada no DNS de seu provedor, eu apenas comentei a linha citada e deu certo.Espero ter ajudado.


vim /etc/dhcp/dhcpd.conf

ddns-update-style name;

default-lease-time 600;

max-lease-time 7200;



authoritative;



subnet 192.168.1.0 netmask 255.255.255.0 {

range 192.168.1.100 192.168.1.200;

options routers 192.168.1.1;

# options domain-name-servers 201.10.128.2,201.10.120.3; # Comente esta linha

options broadcast-address 192.168.1.255;


  


14. Re: erro ao iniciar DHCP

Jesse Arce
nene_guitar

(usa openSUSE)

Enviado em 23/06/2013 - 06:47h

[root@upload-pxy ~]# dhcpd -d
Internet Systems Consortium DHCP Server 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/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.
Listening on LPF/eth1/00:1e:90:d2:7c:ad/192.168.1.0/24
Sending on LPF/eth1/00:1e:90:d2:7c:ad/192.168.1.0/24

No subnet declaration for eth0 (10.1.1.2).
** Ignoring requests on eth0. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface eth0 is attached. **

Sending on Socket/fallback/fallback-net
Terminado

dhcp.conf
subnet 192.168.1.0 netmask 255.255.255.0 {
authoritative;
range 192.168.1.11 192.168.1.150;
default-lease-time 86400;
max-lease-time 259200;
option subnet-mask 255.255.255.0;
option routers 192.168.1.10;
option domain-name-servers 192.168.1.10;
option broadcast-address 192.168.1.255;

[root@upload-pxy ~]# service dhcpd restart
Desligando o dhcpd: [ OK ]
Iniciando o dhcpd: [ OK ]


nao entendi a mensagem...


15. MESMO ERRO

GABRIEL DE CARVALHO MELLO
hedtec

(usa CentOS)

Enviado em 03/04/2017 - 14:16h

Pessoal, boa tarde. Estou com o mesmo erro, podem me ajudar?
# dhcpd -d

Internet Systems Consortium DHCP Server 4.2.5
Copyright 2004-2013 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
/etc/dhcp/dhcpd.conf line 26: semicolon expected.
subnet
^
Configuration file errors encountered -- exiting

This version of ISC DHCP is based on the release available
on ftp.isc.org. Features have been added and other changes
have been made to the base software release in order to make
it work better with this distribution.

Please report for this software via the CentOS Bugs Database:
http://bugs.centos.org/

exiting.


Configuração do DHCPD.CONF:

3 ### ARQUIVO DE CONFIGURAÇÃO DHCP
4
5 # INTEGRAR OU NÃO COM DNS -- DDNS
6 ddns-update-style none;
7
8 # BLOQUEAR CLIENTES QUE NÃO ESTEJAM CADASTRADOS COM MAC ADDRESS
9 #deny unknown-clients;
10
11 # DEFININDO A FACILITY DO SYSLOG QUE IRA ARMAZENAR OS LAGOS DO DHCP (SERVIDOR DE LOG)
12 log-facility local7;
13
14 # DEFINIR COMO SERVIDOR AUTORITATIVO
15 authoritative; #RESPONSAVEL PELO POOL DE ENDEREÇO
16
17 # TEMPO PADRÃO
18 default-lease-time 600;
19 max-lease-time 7200;
20
21 # CONFIGURAÇÕES DA REDE
22
23 option domain-name "hedtec.security"
24 #option domain-name-servers 192.168.150.10,8.8.8.8;
25
26 subnet 192.168.150.0 netmask 255.255.255.0 {
27 range 192.168.150.100 192.168.150.254;
28 server-identifier hedtec.security;
29 option routers 192.168.150.1;
30 option broadcast-address 192.168.150.255;
31 }


Obrigado!!


16. Re: erro ao iniciar DHCP

Paulo Macyszyn
macyszyn

(usa Ubuntu)

Enviado em 03/04/2017 - 15:43h

na linha "option domain-name "hedtec.security"" esta faltando ponto e virgula(;)



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts