> dhcp
>
> : ent�o ou arquivos de configura��o mudou um pouco. Se for isso manda outra
> : e-mail que eu te passo algumas configura��es que usei quando fiz um
>
> sistema
>
> : de boot remoto usando esse dhcp.
>
> entao deve ser isso q ta acontecendo..
> eu to usando um arquivo d outra distro..
>
>

O Definity usa dhcpd-3.x
Voc� pode procurar documenta��o sobre isso.
O arquivo padr�o do Definty talvez possa te ajudar.
Abaixo segue o meu dhcpd.conf que funciona perfeitamente.
Se n�o me engano tem uns dois parametros que s�o novos acho que s�o esse dois:
option option-128 code 128 = string;
option option-129 code 129 = text;

Coloque ele e veja se funcinou, sen�o compare o dhcpd.conf com o seu.


# Sample configuration file for ISCD dhcpd
#
# Make changes to this file and copy it to /etc/dhcpd.conf
#

ddns-update-style             ad-hoc;
default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.0.255;
option routers                192.168.0.254;
option domain-name-servers    200.248.113.101;
option domain-name            "edm";
option root-path              "192.168.0.1:/opt/ltsp/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;


shared-network WORKSTATIONS {
    subnet 192.168.0.0 netmask 255.255.255.0 {
    }
}

group   {
    use-host-decl-names       on;
    option log-servers        192.168.0.1;

# Criando as estacoes

     # K6450 com 64 mv de memoria
     host estacao01 {
         hardware ethernet     00:60:6E:35:91:CA;
         fixed-address         192.168.0.101;
         filename              "/tftpboot/lts/vmlinuz.ltsp";
     }

     # 386XS com 8MB de memoria
     host estacao02 {
         hardware ethernet     00:40:C7:08:AE:23;
         fixed-address         192.168.0.102;
         filename              "/tftpboot/lts/vmlinuz.ltsp";
         option option-128     e4:45:74:68:00:00;
         option option-129     "NIC=ne IO=0x300 IRQ=11";
     }

     # 486 Cyrix 80 Mhz com 40 mb de memoria
     host estacao03 {
         hardware ethernet      00:20:18:61:86:89;
         fixed-address          192.168.0.103;
         filename               "/tftpboot/lts/vmlinuz.ltsp";
         option option-128      e4:45:74:68:00:00;
         option option-129      "NIC=ne IO=0x300 IRQ=11";
     }

     # Amd586 133 Mhz com 32 mb de memoria
     host estacao04 {
         hardware ethernet      00:00:21:44:2E:C3;
         fixed-address          192.168.0.104;
         filename               "/tftpboot/lts/vmlinuz.ltsp";
         option option-128      e4:45:74:68:00:00;
         option option-129      "NIC=ne IO=0x300 IRQ=11";
     }

     # Pentitum 133 Mhz da debora
     host estacao05 {
         hardware ethernet      00:C0:DF:AC:E3:29;
         fixed-address          192.168.0.105;
         filename               "/tftpboot/lts/vmlinuz.ltsp";
         option option-128      e4:45:74:68:00:00;
         option option-129      "NIC=ne IO=0x300 IRQ=10";
     }


#    host ws001 {
#        hardware ethernet     00:E0:06:E8:00:84;
#        fixed-address         192.168.0.1;
#        filename              "/lts/vmlinuz.ltsp";
##        option option-128     e4:45:74:68:00:00;   #This is NOT a MAC 
address
##        option option-129     "NIC=ne IO=0x300";
#    }
#    host ws002 {
#        hardware ethernet     00:D0:09:30:6A:1C;
#        fixed-address         192.168.0.2;
#        filename              "/lts/vmlinuz.ltsp";
#    }
}

-- 
+ - - - - - - - - - - - - - - - - - - - - - - - - - - + 
| Marcelo Anton - [EMAIL PROTECTED]  
| ICQ: 75744712 - Usr Linux n.: 230281     
| Lajeado - RS - Brasil
+ - - - - - - - - - - - - - - - - - - - - - - - - - - + 
| Definity Linux 1.0r4 - Kernel 2.4.17-mar2
| KDE 2.2.2
+ - - - - - - - - - - - - - - - - - - - - - - - - - - + 

Assinantes em 07/04/2002: 2235
Mensagens recebidas desde 07/01/1999: 161415
Historico e [des]cadastramento: http://linux-br.conectiva.com.br
Assuntos administrativos e problemas com a lista: 
            mailto:[EMAIL PROTECTED]

Responder a