Re: netboot hp c360 problems

Jochen Kunz <[email protected]> Fri, 4 Mar 2005 23:08:08 +0100
Newsgroups gmane.os.openbsd.hppa
Message-ID <[email protected]>
On Fri, 4 Mar 2005 11:22:06 +0000 (GMT)
Konstantinos Pachopoulos <[email protected]> wrote:

> I had tried to connect my c360 on a dhcp server for
> netboot (my PC- 10.0.0.1), but no luck.
[...]
> No  Time       Source   Dest            Prot  Info
> -------------------------------------------------------
> 75  25.905903  0.0.0.0  255.255.255.255 BOOTP Boot
> request from 00:10:83:03:3f:55
> 
> 76  25.906385  10.0.0.1  10.0.0.2       BOOTP Boot
> Reply
> 
> 77  27.369736  10.0.0.2  10.0.0.1       TFTP  Read
> Request, File: lif36.fs, Transfer Type: octet
> 
> 78 27.369799   10.0.0.1  Broadcast      ARP   Who has
> 10.0.0.2? Tell 10.0.0.1
> 
> 79 27.369894   10.0.0.2  10.0.0.1       ARP  10.0.0.2
> is at 00:10:83:03:3f:55
> 
> 80 27.369911   10.0.0.1  10.0.0.2       ICMP
> Destination unreachable
> 
> 81 28.370211   10.0.0.2  10.0.0.1       TFTP  Read
> Request, File: lif36.fs, Transfer Type: octet
> 
> 82 27.370271   10.0.0.1  10.0.0.2       ICMP
> Destination unreachable

Looks like this "ICMP Destination unreachable" indicates that there is
no tftp server running. As you can see the C360 gets an IP Address and
then sends a TFTP Read Request but the server doesn't respond.

Did you start inetd?
Did you enable tftp in /etc/inetd.conf?
You should get a line like
udp        0      0  *.tftp                 *.* 
when running "netstat -a | grep tftp"
Is tftp working? I.e. is /tftpboot and /tftpboot/lif36.fs world
readable?
Any messages from inetd or tftp in /var/log/messages / /var/log/daemon?
-- 


tsch|_,
       Jochen

Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/