erro no Host [RESOLVIDO]

1. erro no Host [RESOLVIDO]

Mairon Gregory Silva de Matos
jokerAMD

(usa Slackware)

Enviado em 18/03/2010 - 10:05h

pessoal o eu de novo ai
agora o problema e na host
o servidor da liberando net para as maquinas
so q ta dando o seguinte erro eu com sinceridade eu nao sei onde fica esse erro

Internet Systems Consortium DHCP Server 4.1.1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
WARNING: Host declarations are global. They are not limited to the scope you declared them in.
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 0 leases to leases file.

tem como 6 me ajudarem?


  


2. Re: erro no Host [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 18/03/2010 - 10:21h

Isso é só um aviso. Ele quis dizer q declarações dos hosts são globais e q eles não são limitados ao escopo q vc declarou. Tem q ver como tá o seu dhcpd.conf pra saber.


3. dhcp.conf

Mairon Gregory Silva de Matos
jokerAMD

(usa Slackware)

Enviado em 18/03/2010 - 16:27h

da uma olhada ai
#Configuracao de IP para labmath

get-lease-hostnames true;
# authoritative;

ddns-update-style none;
#ddns-update-style interim;

default-lease-time 21600;
max-lease-time 21600;

option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
option domain-name-servers 10.203.1.242,10.15.1.3,10.15.1.14;
option domain-name "labmath.edu.br";
option option-128 code 128 = string;
option option-129 code 129 = text;

next-server 192.168.1.1;
option root-path "192.168.1.1:/opt/ltsp/i386";



subnet 192.168.1.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.1.20 192.168.1.254;
filename "/lts/vmlinuz-2.6.17.3-ltsp-1";

# use-host-decl-name "essa opcao faz com que o cliente receba o nome de
# host como indicado logo apos a diretiva "host""

use-host-decl-names on;
option log-servers 192.168.1.1;


##
## If you want to use static IP address for your workstations, then un-comment
## the following section and modify to suit your network.
## Then, duplicate this section for each workstation that needs a static
## IP address.

# Grupo labmath
host labmath01 {
hardware ethernet 00:0f:ea:d1:ce:17;
fixed-address 192.168.1.227;
# filename "/lts/2.4.26-ltsp-3/pxelinux.0";
filename "/lts/2.6.17.3-ltsp-1/pxelinux.0";
}

# Grupo labmath
host labmath02 {
hardware ethernet 00:0f:ea:d5:43:f5;
fixed-address 192.168.1.232;
# filename "/lts/2.4.26-ltsp-3/pxelinux.0";
filename "/lts/2.6.17.3-ltsp-1/pxelinux.0";
}

# Grupo labmath
host labmath03 {
hardware ethernet 00:0f:ea:d5:2e:82;
fixed-address 192.168.1.226;
# filename "/lts/2.4.26-ltsp-3/pxelinux.0";
filename "/lts/2.6.17.3-ltsp-1/pxelinux.0";
}

# Grupo labmath
host labmath04 {
hardware ethernet 00:0f:ea:2b:4c:12;
fixed-address 192.168.1.228;
# filename "/lts/2.4.26-ltsp-3/pxelinux.0";
filename "/lts/2.6.17.3-ltsp-1/pxelinux.0";
}

# Grupo labmath
host labmath05 {
hardware ethernet 00:0f:ea:d1:98:58;
fixed-address 192.168.1.225;
# filename "/lts/vmlinuz-2.4.26-ltsp-3";
filename "/lts/vmlinuz-2.6.17.3-ltsp-1";
}
# NEGAR CLIENTES QUE NÂO ESTEJAM CADRASTADOS ACIMA.
# deny unknown-clients;

##
## If you want to use a dynamic pool of addresses, then un-comment the following
## lines and modify to match your network.
##

##
}

# DOMAIN FOR LABMATH
#subnet 192.168.2.0 netmask 255.255.255.0 {
#option domain-name "labmath";
#option domain-name-servers 10.203.1.242;
#option broadcast-address 192.168.2.255;
#option routers 192.168.2.1;

# host labinfo {
# hardware ethernet 00:1c:c4:cf:45:fd;
# fixed-address 192.168.2.188;
# }

# host pc03 {
# hardware ethernet 00:14:2A:9A:78:EE;
# fixed-address 192.168.2.233;
# }
#}


#
# If you need to pass parameters on the kernel command line, you can
# do it with option-129. In order for Etherboot to look at option-129,
# you MUST have option-128 set to a specific value. The value is a
# special Etherboot signature of 'e4:45:74:68:00:00'.
#
# Add these two lines to the host entry that needs kernel parameters
#

option option-128 e4:45:74:68:00:00; # NOT a mac address
option option-129 "no-hlt";
#


4. Re: erro no Host [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 18/03/2010 - 17:55h

Hum... eu não sei bem como, mas tente comentar essa linha:

get-lease-hostnames true;

E tente d novo, ok?


5. Re: erro no Host [RESOLVIDO]

Mairon Gregory Silva de Matos
jokerAMD

(usa Slackware)

Enviado em 18/03/2010 - 18:34h

pow kra deu o mesmo aviso
sera q esse aviso nao dev ser alguma coisa no DNS?
pow to todo enrrolado pq o administrador do lab passo no mestrado e pego o beco
e eu tive q aprender o basico de servidor em uma semana



6. Re: erro no Host [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 18/03/2010 - 20:26h

Aaahhh... estudei o seu caso. O problema é q vc tá deixando os hosts dentro da subnet e o certo é vc deixar os hosts d fora. Ex:

subnet... {}
host... {}
host... {}
...

E não da forma q vc deixou:

subnet... {
host... {}
host... {}
...
}

É só vc mudar o lugar da chave, ok?


7. blza

Mairon Gregory Silva de Matos
jokerAMD

(usa Slackware)

Enviado em 19/03/2010 - 09:51h

VALEU vei c me ajudo mas uma vez
q Deus te abençoe a cada dia.
qualquer duvida apareço por aqui de novo valeu


8. Re: erro no Host [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 19/03/2010 - 10:02h

Q Deus abençoe vc tb. Qq coisa tamo ae.


9. Re: erro no Host [RESOLVIDO]

Luís
clon¥

(usa Debian)

Enviado em 17/05/2012 - 18:47h

renato_pacheco escreveu:

Aaahhh... estudei o seu caso. O problema é q vc tá deixando os hosts dentro da subnet e o certo é vc deixar os hosts d fora. Ex:

subnet... {}
host... {}
host... {}
...

E não da forma q vc deixou:

subnet... {
host... {}
host... {}
...
}

É só vc mudar o lugar da chave, ok?


===============
Você consegue visualizar onde está o meu erro?
dhcpd3 restart
Internet Systems Consortium DHCP Server V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 81 leases to leases file.

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


Not configured to listen on any interfaces!


Segue conteúdo DHCP:
#inicio
ddns-update-style ad-hoc;
option domain-name-servers 201.10.120.2, 201.10.128.2, 192.168.10.1;
option domain-name "steakhouse.com.br";
default-lease-time 600;
max-lease-time 7200;

authoritative;

# Placa de Rede eth2
subnet 192.168.10.0 netmask 255.255.255.0 {
option routers 192.168.10.1;
# option subnet-mask 255.255.255.0;
range 192.168.10.20 192.168.10.199;
option subnet-mask 255.255.255.0;
}
host note_marketing_Wireless {
hardware ethernet BC:AE:C5:9C:44:3B;
fixed-address 192.168.10.162;
}
host note_marketing_LAN {
hardware ethernet 00:E0:52:BE:D0:0E;
fixed-address 192.168.10.163;
}
host PC_Pedro {
hardware ethernet 98:4B:E1:CA:8A:14;
fixed-address 192.168.10.164;
}

===========================
Desde já agradeço muito!





10. Re: erro no Host [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 17/05/2012 - 19:47h

Note na msg:


Not configured to listen on any interfaces!


Significa q vc não configurou o seu dhcpd para escutar na interface desejada. Se for Debian, vc tem q configurar em /etc/init.d/dhcpd (se não me engano...).


11. Re: erro no Host [RESOLVIDO]

Luís
clon¥

(usa Debian)

Enviado em 17/05/2012 - 21:48h

renato_pacheco escreveu:

Note na msg:


Not configured to listen on any interfaces!


Significa q vc não configurou o seu dhcpd para escutar na interface desejada. Se for Debian, vc tem q configurar em /etc/init.d/dhcpd (se não me engano...).



=============
De fato interpretei quase isso, mas não sei como resolver.

É debian mesmo, ou melhor é o Ubuntu.

Onde preciso declarar para que o DHCP escute a interface eth2?
Alguma boa dica "mastigada"?




12. Re: erro no Host [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 18/05/2012 - 15:05h

Edite o arquivo /etc/default/dhcp3-server e coloque a seguinte linha:


INTERFACES="eth2"


E reinicie o serviço. Simples!



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts