Dragos Popescu wrote:

>Pe un laptop Amilo D 7830 fara floppy, configurat sa boot-eze din retea, 
>(stie asa ceva de la mama lui) incerc fara succes sa pornesc ltsp.
>Am instalat (si configurat, bine, zic eu) ltsp_core, lrsp_kernel, 
>ltsp_apps.
>Scula porneste, isi ia ip prin dhcp si moare asteptand cu mesajul 
>TFTP...
>Asteapta ce asteapta, zice ceva de time-out, si boot-eaza de pe hdd.
>Punand pe server un tcpdump pe interfata la care este legat laptop-ul, 
>am :
>16:48:58.037681 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0xe09a630 
>secs:4 flags:0x8000 file ""[|bootp]
>16:48:58.038072 dragos.caelsoft.bootps > 255.255.255.255.bootpc:  
>xid:0xe09a630 secs:4 flags:0x8000 Y:192.168.2.2 S:dragos.caelsoft ether 
>0:3:d:9:a6:30 file ""[|bootp] [tos 0x10] 
>16:49:00.234975 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0xe09a630 
>secs:4 flags:0x8000 file ""[|bootp]
>16:49:00.235390 dragos.caelsoft.bootps > 255.255.255.255.bootpc:  
>xid:0xe09a630 secs:4 flags:0x8000 Y:192.168.2.2 S:dragos.caelsoft ether 
>0:3:d:9:a6:30 file ""[|bootp] [tos 0x10] 
>16:49:00.243284 arp who-has dragos.caelsoft tell 192.168.2.2
>16:49:00.243315 arp reply dragos.caelsoft is-at 0:40:f4:4d:e4:a
>16:49:00.243371 192.168.2.2.2070 > dragos.caelsoft.tftp:  43 RRQ 
>"/lts/vmlinuz-2.4.19-ltsp-1"
>
>Ultimul mesaj se repeta, incrementandu-se 2070, 2071...
>
>Se pare ca tftp-server nu-i serveste kernelul, da' de ce ?
>
>Placa de retea a laptop-ului este un nsc dp83815.
>
>  
>
    Pai placa ta de pe nootebook are o mai mica importanta, mai 
important e ca fie xinetd nu e configurat sa porneasca tftp serveru ( 
asta presupunand ca tftp-server e instalat), fie xined e oprit fie nu a 
fost restartat dupa modifucari. Si asta in caz ca nu ai un gretzos firewall.
In /etc/xinetd.d/tftp ar trebui sa ai cam asa ceva:
{
        disable         = no
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = root
        server          = /usr/sbin/in.tftpd
        server_args     = -v -v -v -s /var/lib/tftpboot
        per_source      = 11
        cps             = 100 2
        flags           = IPv4
}


Asta iti va produce suficiente mesaje in log ca sa vezi despre ce e vorba.

    Mircea "eu asa pun Mandrake in retea" C.

--- 
Detalii despre listele noastre de mail: http://www.lug.ro/


Raspunde prin e-mail lui