Subject: Problem with tftp
To: None <port-pmax@netbsd.org>
From: Sridhar Ayengar <sridhar@ikickass.org>
List: port-pmax
Date: 02/22/2001 22:30:40
Hi. I have a DS5K/200 that I am trying to tftp-boot off of a PC running
Linux across a 10Mbps ethernet. Whenever I issue the boot ROM command,
boot 2/tftp
it comes back after a few seconds with,
?io: 2/tftp,tmout
Anyone have any ideas? My configuration data follows.
Peace... Sridhar
/etc/dhcpd.conf:
# dhcpd.conf
#
# Configuration file for ISC dhcpd (see 'man dhcpd.conf')
#
subnet 168.100.189.80 netmask 255.255.255.240 { }
host deced {
hardware ethernet 08:00:2b:3c:91:ac;
fixed-address 168.100.189.87;
option host-name "deced.ikickass.org";
filename "netbsd-install";
option broadcast-address 255.255.255.240;
option domain-name "ikickass.org";
option root-path "/export/client/root";
}
-------- end /etc/dhcpd.conf