piupoles
(usa Debian)
Enviado em 06/08/2012 - 09:24h
Senhores(a),
Bom dia!
Hoje no periodo da manha tive um grande problema com meu serviço de dhcp , atualmente uso o ISC-DHCP-SERVER , e o mesmo tem funcionando muito bem.
No então após uma queda de energia o mesmo quando restarto o arquivo tem me aparecido esta mensagem;
/etc/dhcp/dhcpd.conf line 26: host declarations not allowed here.
host
^
/etc/dhcp/dhcpd.conf line 31: host declarations not allowed here.
host
^
/etc/dhcp/dhcpd.conf line 36: host declarations not allowed here.
host
^
/etc/dhcp/dhcpd.conf line 42: host declarations not allowed here.
host
^
/etc/dhcp/dhcpd.conf line 45: unexpected end of file
só lembrando se tiro o usuario/macadress o mesmo funciona exemplo :
ddns-update-style none;
log-facility local7;
#tftp
option tftp66 code 66 = string;
subnet 192.168.2.0 netmask 255.255.255.0 {
#tftp
option tftp66 "192.168.2.89";
range 192.168.2.100 192.168.2.150;
#server-identifier datacenter;
#authoritative;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.2.255;
option domain-name-servers 4.2.2.2,8.8.8.8;
option routers 192.168.2.1;
default-lease-time 600;
max-lease-time 7200;
}
Porem se implementar desta forma não funciona.
# departamento sup/projetos
ddns-update-style none;
log-facility local7;
#tftp
option tftp66 code 66 = string;
subnet 192.168.2.0 netmask 255.255.255.0 {
#tftp
option tftp66 "192.168.2.89";
range 192.168.2.100 192.168.2.150;
#server-identifier datacenter;
#authoritative;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.2.255;
option domain-name-servers 4.2.2.2,8.8.8.8;
option routers 192.168.2.1;
default-lease-time 600;
max-lease-time 7200;
}
host lucianobomfim {
hardware ethernet 80:c1:6e:1b:a3:98;
fixed-address 192.168.2.105;
host danilosuporte {
hardware ethernet 44:1E:A1:77:97:9B;
fixed-address 192.168.2.33;
}
host ruisuporte {
hardware ethernet 44:1E:A1:77:97:8D;
fixed-address 192.168.2.28;
}
host fernandosuporte {
hardware ethernet 44:1E:A1:77:B7:DA;
fixed-address 192.168.2.26;
}
host leonardosuporte {
hardware ethernet 44:1E:A1:77:A7:6D;
fixed-address 192.168.2.13;
}
Pessoal estou desesperado pois a filial não funciona o acesso a internet do pessoal devido aos ips estarem diferentes e a regra do squid estar cetada para o dhcpd..
desculpem pelo portugues.