Bom dia lista,

estou enfrentando um problema relativo ao serviço de DHCP hospedado
num Debian. É o seguinte:

amarrei os IPs aos MACs, ou seja, o DHCP irá entregar o IP reservado
somente àquele MAC registrado no dhcpd.conf.
Isso não está acontecendo! Caso o PC que tem IP e MAC "amarrados" nao
esteja na rede, esse mesmo IP é entregue a outra máquina que nao tem o
IP amarrado a algum MAC (pega IP reservado à outra máquina)!!
O IP não está sendo reservado somente para o MAC em questão no escopo. 
O DHCP entrega IPs já reservados!! 

Seria alguma falta de parametro no dhcpd.conf?
Segue o conf logo abaixo: Esse problema refere-se ao escopo do Cabula,
logo abaixo.

Obrigado

option domain-name "embasa.intranet";
option ntp-servers ntp.embasa.intranet;
option netbios-name-servers 10.19.0.251, 10.19.0.252;
option domain-name-servers 10.19.0.249, 10.19.0.250, 10.19.43.201, 10.19.16.220;
default-lease-time 604800;
max-lease-time 604800;

        # FDI
        subnet 10.19.0.0 netmask 255.255.254.0 {
                option routers 10.19.0.135;
                option subnet-mask 255.255.254.0;
                option broadcast-address 10.19.1.255;
                range 10.19.1.5 10.19.1.239;
                # FDI
                group {
                        host ImpressoraSharp {
                                fixed-address 10.19.1.200;
                                hardware ethernet 08:00:1f:9f:d8:cd;
                        }
                        host afrodite {
                                fixed-address 10.19.1.77;
                                hardware ethernet 00:e0:7d:81:d4:31;
                                } 
                }
        }
        


        # Alagoinhas
        subnet 10.19.12.64 netmask 255.255.255.192 {
                option routers 10.19.12.126;
                option subnet-mask 255.255.255.192;
                option broadcast-address 10.19.12.127;
                range 10.19.12.65 10.19.12.126;
        }
        


        # Cabula - Almoxarifado
        subnet 10.19.21.128 netmask 255.255.255.128 {
                option routers 10.19.21.190;
                option subnet-mask 255.255.255.128;
                option broadcast-address 10.19.21.255;
                range 10.19.21.129 10.19.21.192;
                use-host-decl-names on;
                # Cabula - Almoxarifado
                group {
                        host Loja-cabula-01 {
                                fixed-address 10.19.21.129;
                                hardware ethernet 00:00:21:b5:25:50;
                                }
                        host aagt-demeilton {
                                fixed-address 10.19.21.130;
                                hardware ethernet 00:07:95:20:33:c9;
                                }
                        host Cabula-loja-03 {
                                fixed-address 10.19.21.131;
                                hardware ethernet 00:80:ad:38:a3:d1;
                                }
                        host Cabula-loja-15 {
                                fixed-address 10.19.21.132;
                                hardware ethernet 00:00:21:b6:36:56;
                                }
                        host Cabula-loja-05 {
                                fixed-address 10.19.21.133;
                                hardware ethernet 00:80:ad:38:a1:6e;
                                }
                        host Cabula-loja-06 {
                                fixed-address 10.19.21.134;
                                hardware ethernet 00:80:ad:38:a1:98;
                                }
                        host adsq-cristina {
                                fixed-address 10.19.21.135;
                        hardware ethernet 00:0f:ea:9a:d4:a3;
                                }
                        host adse-27 {
                                fixed-address 10.19.21.136;
                                hardware ethernet 00:0f:ea:9a:d6:81;
                                }
                        host aagt-02 {
                                fixed-address 10.19.21.137;
                                hardware ethernet 00:0f:ea:9a:d7:c8;
                                }
                        host adsc-30 {
                                fixed-address 10.19.21.138;
                                hardware ethernet 00:11:5b:37:c4:51;
                                }
                        host aagt-04 {
                                fixed-address 10.19.21.139;
                                hardware ethernet 00:0f:ea:9a:dc:ac;
                                }
                        host adsc-21 {
                                fixed-address 10.19.21.140;
                                hardware ethernet 00:40:33:a0:fa:cc;
                                }
                        host adsc-01 {
                                fixed-address 10.19.21.141;
                                hardware ethernet 00:e0:7d:b5:19:11;
                                }
                        host aagt-marise {
                                fixed-address 10.19.21.142;
                                hardware ethernet 00:07:95:20:3b:60;
                                }
                        host adsc-03 {
                                fixed-address 10.19.21.143;
                                hardware ethernet 00:04:75:de:1e:d3;
                                }
                        host adsc-04 {
                                fixed-address 10.19.21.144;
                                hardware ethernet 00:04:75:8d:f1:f1;
                                }
                        host adsc-20 {
                                fixed-address 10.19.21.145;
                                hardware ethernet 00:0e:a6:30:89:db;
                                }
                        host cabula-loja-02 {
                                fixed-address 10.19.21.146;
                                hardware ethernet 00:80:ad:41:31:3e;
                                }
                        host adsc-11 {
                                fixed-address 10.19.21.147;
                                hardware ethernet 00:04:75:de:1d:5c;
                                }
                        host AAGT-LENE {
                                fixed-address 10.19.21.148;
                                hardware ethernet 00:07:95:14:fc:68;
                                }
                        host Ads-25 {
                                fixed-address 10.19.21.149;
                                hardware ethernet 00:0d:87:da:6f:e6;
                                }
                        host ads-27 {
                                fixed-address 10.19.21.150;
                                hardware ethernet 00:05:1c:12:f3:31;
                                }
                        host Adsq-adelaide {
                                fixed-address 10.19.21.151;
                                hardware ethernet 00:00:21:b6:73:86;
                                }
                        host adsc-90 {
                                fixed-address 10.19.21.152;
                                hardware ethernet 00:0d:87:c3:36:0a;
                                }
                        host ads-silmara {
                                fixed-address 10.19.21.153;
                                hardware ethernet 00:04:75:de:21:f1;
                                }
                        host adsc-claudio {
                                fixed-address 10.19.21.154;
                                hardware ethernet 00:20:ed:4c:d0:f4;
                                }
                        host adsc-14 {
                                fixed-address 10.19.21.155;
                                hardware ethernet 00:04:75:de:23:dd;
                                }
                        host aagt-alberto {
                                fixed-address 10.19.21.156;
                                hardware ethernet 00:0f:ea:9a:d0:ec;
                                }
                        host adsc-40 {
                                fixed-address 10.19.21.157;
                                hardware ethernet 00:0f:ea:9a:d7:5b;
                                }
                        host adsc-17 {
                                fixed-address 10.19.21.158;
                                hardware ethernet 00:e0:06:ee:b0:62;
                                }
                        host adsq-livio {
                                fixed-address 10.19.21.159;
                                hardware ethernet 00:04:75:de:1e:fd;
                                }
                        host adsc-05 {
                                fixed-address 10.19.21.160;
                                hardware ethernet 00:04:75:de:1e:dc;
                                }
                        host adsc-15 {
                                fixed-address 10.19.21.161;
                                hardware ethernet 00:04:75:de:23:fb;
                                }
                        host user {
                                fixed-address 10.19.21.162;
                                hardware ethernet 00:0f:ea:9a:2f:e2;
                                }
                        host adsc-06 {
                                fixed-address 10.19.21.163;
                                hardware ethernet 00:04:75:de:23:39;
                                }
                        host adse-28 {
                                fixed-address 10.19.21.164;
                                hardware ethernet 00:0f:ea:9a:d7:22;
                                }
                        host aagt-21 {
                                fixed-address 10.19.21.165;
                                hardware ethernet 00:0f:ea:99:bb:a4;
                                }
                        host adse-19 {
                                fixed-address 10.19.21.166;
                                hardware ethernet 00:00:21:b6:72:29;
                                }
                        host adse-29 {
                                fixed-address 10.19.21.167;
                                hardware ethernet 00:40:c7:a7:22:0a;
                                }
                        host aagt-katia {
                                fixed-address 10.19.21.168;
                                hardware ethernet 00:0f:ea:9a:d7:d3;
                                }
                        host adsc-08 {
                                fixed-address 10.19.21.169;
                                hardware ethernet 00:04:75:de:23:df;
                                }
                        host aagt-ana {
                                fixed-address 10.19.21.170;
                                hardware ethernet 00:0f:ea:99:c5:cb;
                                }
                        host aagt-20 {
                                fixed-address 10.19.21.171;
                                hardware ethernet 00:0f:ea:9a:dc:ad;
                                }
                        host aagt-lavinia {
                                fixed-address 10.19.21.172;
                                hardware ethernet 00:07:95:20:e7:a7;
                                }
                        host adsc-clarissa {
                                fixed-address 10.19.21.173;
                                hardware ethernet 00:04:75:de:1e:d1;
                                }
                        host aagt-graca {
                                fixed-address 10.19.21.174;
                                hardware ethernet 00:00:21:b6:72:28;
                                }
                        host adsc-amelia {
                                fixed-address 10.19.21.175;
                                hardware ethernet 00:0a:e6:5c:70:76;
                                }
                        host adsc-edinatan {
                                fixed-address 10.19.21.176;
                                hardware ethernet 00:04:75:de:24:93;
                                }
                        host ads-26 {
                                fixed-address 10.19.21.177;
                                hardware ethernet 00:0f:ea:9a:da:09;
                                }
                        host ads-171 {
                                fixed-address 10.19.21.178;
                                hardware ethernet 00:04:75:b1:c6:34;
                                }
                        host cabula-loja-07 {
                                fixed-address 10.19.21.179;
                                hardware ethernet 00:80:ad:38:aa:fa;
                                }
                        host ads-bilbioteca {
                                fixed-address 10.19.21.180;
                                hardware ethernet 00:0e:a6:30:89:e3;
                                }
                        host adse-019 {
                                fixed-address 10.19.21.181;
                                hardware ethernet 00:0f:ea:9a:da:08;
                                }
                        host aagt-09 {
                                fixed-address 10.19.21.182;
                                hardware ethernet 00:00:21:b5:30:77;
                                }
                        host adsc-siomara {
                                fixed-address 10.19.21.183;
                                hardware ethernet 00:0f:ea:99:f9:e1;
                                }
                        host adse-25 {
                                fixed-address 10.19.21.184;
                                hardware ethernet 00:0f:ea:9a:d3:dd;
                                }
                        host adsq-jandson {
                                fixed-address 10.19.21.185;
                                hardware ethernet 00:0f:ea:9a:0d:d8;
                                }
                        host adsc-10 {
                                fixed-address 10.19.21.186;
                                hardware ethernet 00:04:75:de:1e:4c;
                                }
                        host adsc-22 {
                                fixed-address 10.19.21.187;
                                hardware ethernet 00:00:21:b5:32:79;
                                }
                        host adsc-mari {
                                fixed-address 10.19.21.188;
                                hardware ethernet 00:00:b4:59:2b:04;
                                }
                        host adsq-ebert {
                                fixed-address 10.19.21.189;
                                hardware ethernet 00:0f:ea:9a:d0:7d;
                                }

                        host adsc-rui {
                                fixed-address 10.19.21.191;
                                hardware ethernet 00:0f:ea:9a:d2:d9;
                                }

                        host adsq-jandson {
                                fixed-address 10.19.21.192;
                                hardware ethernet 00:50:da:72:d1:0a;
                                }
                }
        }

Alexandre


-- 
O nosso sacrifício é consciente. 
É a quota a pagar pela liberdade
                       Ernesto Guevara de la Serna

Responder a