-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Sonntag, 15. Dezember 2002 10:41 schrieb
[EMAIL PROTECTED]:

Hi,

> startup script. Instead it's started from inetd or xinetd, depending on
> which you have installed.

inetd

> Check that you have inetd installed and running:
>
> rpm -q inetd
> ps ax | grep inetd

linux:/home/gregor # rpm -q inetd
inetd-2.0-23
linux:/home/gregor # ps ax | grep inetd
 1406 pts/1    R      0:00 grep inetd

> Then check that it's enabled in /etc/inetd.conf:
>
> grep tftpd /etc/inetd.conf

linux:/home/gregor # grep tftpd /etc/inetd.conf
tftp          dgram   udp     wait    root      /usr/bin/tftp  in.tftpd -s
/tftpboot

> Check that tftp is listening on the port:
>
> netstat -au | grep tftp

linux:/home/gregor # netstat -au | grep tftp
linux:/home/gregor # netstat -au | grep tftpd
linux:/home/gregor #

> Check that you have allowed the client to in /etc/hosts.allow:

## LTS-begin ##

#
# The lines between the 'LTS-begin' and the 'LTS-end' were added
# on: Son Dez  8 20:28:57 CET 2002 by the ltsp installation script.
# For more information, visit the ltsp homepage
# at http://www.ltsp.org
#

bootpd:    0.0.0.0
in.tftpd:  192.168.0.
portmap:   192.168.0.

## LTS-end ##

Is here the problem? Should I change 192-168.0. to 192.168.0.3 (IP of first
client)?

> Check that you don't have the firewall blocking tftp:
>
> iptables -L

linux:/home/gregor # iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

> Check it with a manual tftp:
>
> $ tftp
> tftp> connect <ip of server>
> tftp> get lts/vmlinuz-2.4.19-ltsp-1

linux:/home/gregor # tftp
tftp> connect localhost
tftp> get lts/vmlinuz-2.4.19-ltsp-1
Transfer timed out.

tftp>

I tried it locally, because I have no Disk in the client... :-) Should I try
that with my notebook connecting to the server?

Thanks!

- --
Regards
Gregor
www.waluga.de
__________________________________________________
Linux ist kostenlos, Windoofs umsonst...
http://linux.waluga.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE9/HCFWkuo0WcTQgcRAkgqAJ9/FnHOITvCO6K3/6NgneXv5l2LvwCdGPEN
mQzrZ4z+k7D86ZDr6iQXSy8=
=nskR
-----END PGP SIGNATURE-----



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to