[Thinstation-general] does not download .nbi
Brought to you by:
doncuppjr
|
From: Joey S. E. <je...@pi...> - 2006-10-19 09:52:16
|
hi!
(apologies if i sent this mail twice...)
using Thinstation 2.1.3, i have setup a thinstation server, running rhel4. a workstation can acquire an address alright. but stops at.
"loading 192.168.0.23:/thinstation.nbi..."
the dots slowly filling up the screen.
when i do, netstat -anp | grep ":69", i can see that the service is running fine.
here's my /etc/dhcpd.conf file
ddns-update-style none;
default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.254.0;
option broadcast-address 192.168.1.255;
option routers 192.168.0.23;
option domain-name-servers 192.168.0.23;
option domain-name "mydomain";
option log-servers 192.168.0.23;
option option-128 code 128 = string;
option option-129 code 129 = text;
next-server 192.168.0.23;
deny unknown-clients;
subnet 192.168.0.0 netmask 255.255.254.0 {
}
group {
## filename "/thinstation.nbi";
filename "thinstation.nbi";
host ws001 {
hardware ethernet 00:04:75:8B:BC:90;
fixed-address 192.168.1.186;
}
here's my /etc/xinetd.d/tftp file
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -v -v -v -v -s /tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
what's lacking?
thanks!
joey
|