Subject: netbooting an as1200?
To: None <port-alpha@netbsd.org>
From: Stephen M Jones <smj@cirr.com>
List: port-alpha
Date: 03/08/2002 00:52:45
Has anyone done this successfully?  I've given the netboot
diskless faq a number of good readings.  What I'm doing on
one AS1200:

boot -protocols BOOTP ewa0      (a DEC500 device)

I've got bootps and tftp configured on a server machine.

However, when I attempt a boot, (with debugging output)
I see this on the server

Mar  8 06:49:50 server bootpd[6977]: recvd pkt from IP addr 0.0.0.0
Mar  8 06:49:50 server bootpd[6977]: bootptab mtime: Fri Mar  8 06:48:15 2002
Mar  8 06:49:50 server bootpd[6977]: request from Ethernet address 00:00:F8:09:A8:0F
Mar  8 06:49:50 server bootpd[6977]: found 207.202.214.130 (client)
Mar  8 06:49:50 server bootpd[6977]: bootfile="/netboot"
Mar  8 06:49:50 server bootpd[6977]: vendor magic field is 0.0.0.0
Mar  8 06:49:50 server bootpd[6977]: sending reply (with RFC1048 options)
Mar  8 06:49:50 server bootpd[6977]: setarp 207.202.214.130 - 00:00:F8:09:A8:0F
Mar  8 06:49:50 server bootpd[6977]: arp -d 207.202.214.130; arp -s 207.202.214.130 00:00:F8:09:A8:0F temp

I do have a proper map to 'client' for that IP address in /etc/hosts

There are no error messages that I can find.  These debug messages
occur each time a probe take places.

any ideas?