Dhcp nao atribui ip

1. Dhcp nao atribui ip

Cesar Luis Gelain
cesarmga

(usa CentOS)

Enviado em 17/10/2013 - 13:13h

Boa tarde a todos

Configurei um servidor dhcp aqui na empresa, para acabar com um problema grave de mudança de ip das estações de trabalho. No dhcp não foi configurado nenhum range de ip, os ips foram todos atribuidos via mac address. O dhcp inicia normalmente porem os pcs conectados ao servidor não recebem o ip configurado. e no log do dhcp aparece a seguinte mensagem:
DHCPREQUEST for 192.168.6.34 (192.168.6.245) from 00:23:5a:9b:56:63 via Auto_eth2
DHCPACK on 192.168.6.34 to 00:23:5a:9b:56:63 via Auto_eth2
DHCPDECLINE of 192.168.6.34 from 00:23:5a:9b:56:63 via Auto_eth2: not found
DHCPDISCOVER from 00:23:5a:9b:56:63 via Auto_eth2
DHCPOFFER on 192.168.6.34 to 00:23:5a:9b:56:63 via Auto_eth2

Agradeço a ajuda de todos



  


2. Re: Dhcp nao atribui ip

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 17/10/2013 - 13:27h

poste ai o seu dhcpd.conf


3. Re: Dhcp nao atribui ip

Gustavo Santos
GustavoOoLinxXx

(usa Debian)

Enviado em 17/10/2013 - 13:43h

Pois é meu caro, poste o dhcpd.conf que pode nos ajudar na resolução!!



4. Re: Dhcp nao atribui ip

Cesar Luis Gelain
cesarmga

(usa CentOS)

Enviado em 18/10/2013 - 08:05h

Eu fiz testes em outros pcs da rede, e percebi que alguns pcs recebem o ip e outros nao

#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.sample
# see 'man 5 dhcpd.conf'
#



#Placas de rede que serao escutadas pelo dhcp
#DHCPDARGS="eth1 eth2"
ddns-update-style interim;
default-lease-time 86400;
max-lease-time 172800;
#deny-unknow-clients;


subnet 10.0.0.0 netmask 255.255.255.0 {
authoritative;
#range 10.0.0.150 10.0.0.170;
option routers 10.0.0.245;
option subnet-mask 255.255.255.0;
option domain-name-servers 8.8.8.8,200.175.89.139;
option broadcast-address 10.0.0.255;

####diretoria
host dir01 { hardware ethernet 00:17:9a:74:c6:6b; fixed-address 10.0.0.5; }
host dir02 { hardware ethernet 00:1a:3f:8a:e6:33; fixed-address 10.0.0.6; }


####recepcao
host rec01 { hardware ethernet 00:1e:90:fa:19:08; fixed-address 10.0.0.10; }
host rec02 { hardware ethernet 00:30:67:c7:6b:d0; fixed-address 10.0.0.11; }
host rec03 { hardware ethernet 00:21:97:65:da:33; fixed-address 10.0.0.12; }

####estoque
host est01 { hardware ethernet 1c:6f:65:f5:23:a7; fixed-address 10.0.0.20; }
host est02 { hardware ethernet 00:0f:ea:ae:aa:42; fixed-address 10.0.0.21; }

####vendas
host vda01 { hardware ethernet 00:0e:2e:96:2c:2c; fixed-address 10.0.0.30; }
host vda02 { hardware ethernet 00:11:95:c2:8b:03; fixed-address 10.0.0.31; }
host vda03 { hardware ethernet 00:1c:f0:a5:06:28; fixed-address 10.0.0.32; }
host vda04 { hardware ethernet 00:17:9a:74:48:0c; fixed-address 10.0.0.33; }


####financeiro
host srv_win { hardware ethernet 2c:41:38:48:a8:9d; fixed-address 10.0.0.201; }
host srv_linux { hardware ethernet 48:5b:39:ce:76:35; fixed-address 10.0.0.100; }
host fin01 { hardware ethernet 48:5b:39:ce:4f:21; fixed-address 10.0.0.40; }
host fin02 { hardware ethernet c8:60:00:8a:8d:b2; fixed-address 10.0.0.41; }
host fin03 { hardware ethernet 00:20:ed:82:1f:3e; fixed-address 10.0.0.42; }
host fin04 { hardware ethernet f4:6d:04:ce:c7:c4; fixed-address 10.0.0.43; }
host fin05 { hardware ethernet 6c:f0:49:f4:93:fe; fixed-address 10.0.0.44; }
host fin06 { hardware ethernet 00:25:11:b4:d9:70; fixed-address 10.0.0.45; }

}

subnet 192.168.6.0 netmask 255.255.255.0 {
authoritative;
#range 192.168.6.30 192.168.6.40;
option routers 192.168.6.245;
option subnet-mask 255.255.255.0;
option domain-name-servers 8.8.8.8,200.175.89.139;
option broadcast-address 192.168.6.255;

#### suporte
host sup01 { hardware ethernet 00:24:21:d6:72:0d; fixed-address 192.168.6.20; }
host sup02 { hardware ethernet b8:70:f4:72:a3:bf; fixed-address 192.168.6.21; }
host sup03 { hardware ethernet 40:61:86:fe:10:a1; fixed-address 192.168.6.22; }
host sup04 { hardware ethernet 4c:72:b9:6b:13:ed; fixed-address 192.168.6.23; }
host sup05 { hardware ethernet 38:60:77:6a:7b:f4; fixed-address 192.168.6.24; }
host sup06 { hardware ethernet e0:69:95:fd:c5:55; fixed-address 192.168.6.25; }
host sup07 { hardware ethernet 38:60:77:34:27:9f; fixed-address 192.168.6.26; }
host sup08 { hardware ethernet 00:1d:60:8f:2c:0d; fixed-address 192.168.6.27; }
host sup09 { hardware ethernet 90:e6:ba:63:e5:79; fixed-address 192.168.6.28; }
host sup10 { hardware ethernet 1c:65:9d:fe:15:53; fixed-address 192.168.6.29; }
host sup11 { hardware ethernet 14:da:e9:6e:ab:e0; fixed-address 192.168.6.30; }
host sup12 { hardware ethernet 00:24:1d:b7:a5:76; fixed-address 192.168.6.31; }
host sup13 { hardware ethernet 00:00:fc:5a:5d:81; fixed-address 192.168.6.32; }
}



5. Re: Dhcp nao atribui ip

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 18/10/2013 - 09:00h

bom as maquinas que pegam ip são aquela que estão ali no dhcp pra receber um ip fixo ?
pelo que a opção
 #range 10.0.0.150 10.0.0.170; 

 #range 192.168.6.30 192.168.6.40;  


esta comentado e com isso se tu colocar uma maquina qualquer ele não ira pegar ip
pois o dhcp não ira enviar um ip pra ela , se for uma maquina que tu cadastrou ali
irá pegar ip sem problemas



6. Re: Dhcp nao atribui ip

Cesar Luis Gelain
cesarmga

(usa CentOS)

Enviado em 18/10/2013 - 10:56h

Na verdade aqui na empresa não vou usar range de ip, pq o pessoal do suporte fica trocando os endereços ips das maquinas e ferram com compartilhamentos de rede e impressoras, todos os pcs da rede tem o ip associado pelo ma address, agora de pois de analisar melhor a situação percebi que os pcs que tem placa de rede com controlador atheros não recebem o ip que foi colocado no dhcp, ja os pcs com placas de rede realtek, via recebem o ip normalmente, eu to pesquisando se é algo relacionado ao controlador da placa de rede, assim que descobrir algo a respeito repondo novamente.
Muito obrigado pela ajuda


7. Re: Dhcp nao atribui ip

Gustavo Santos
GustavoOoLinxXx

(usa Debian)

Enviado em 20/10/2013 - 19:15h

Cara eu ainda sou leigo em Linux, mas já montei alguns servidores...

Vc ta usando o isc-dhcp-server? se sim configura normalmente o range de IP's que vc vai usar...

Ai logo depois vc pode configurar os IP's fixos!


#Linha dedicada para os IP's fixos
host teste{
hardware ethernet (MAC da maquina);
fixed-address (IP fixo da maquina);
option host-name "Teste";
}








Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts