David Johnston wrote:
> norman wrote:
> > $ cat /etc/xinetd.d/tftp
> > server_args = -s /tftpboot/lsp
> Is this a typo, or did you move it? Jim's standard location is
> /tftpboot/lts.
>
> It's a typo
>
> > $ cat dhcpd.conf
> > option domain-name-servers 194.168.4.100;
> You're using a external DNS, which is fine except that it won't know
> about your workstations. You might consider running a local DNS.
>
>
Yes I am but in host.conf I have
order hosts, bind
multi on
and in hosts I have
> 127.0.0.1 localhost.localdomain localhost
> 192.168.1.3 norman3.home.user norman3
> 192.168.1.2 norman.home.user norman
> 192.168.1.1 norman2.home.user norman2
> 192.168.1.4 ws001>
>
I have tried running tftp on the Server
using the IP address ( so I believe no need for DNS ? )
cd tftptest
tftp
tftp>connect 192.168.1.3
tftp>
get /etc/dhcpd.conf
Transfer timed out
tftp>quit
and nothing else to show anything happening
in /var/log/messages
so I think we are getting nearer to the root of the problem.
Any ideas?
norm
> Norm,
> after you check /etc/xinetd.d/tftp for typos, try this:
>
>
This is my /etc/xinetd.d/tftp file
> # default: off
> # description: The tftp server serves files using the trivial file transfer \
> # protocol. The tftp protocol is often used to boot diskless \
> # workstations, download configuration files to network-aware printers, \
> # and to start the installation process for some operating systems.
> service tftp
> {
> disable = no
> socket_type = dgram
> protocol = udp
> wait = yes
> user = root
> server = /usr/sbin/in.tftpd
> server_args = -s /tftpboot
> }
> $ cd /tmp (or anywhere else not in /tftpboot)
> $ tftp
> tftp> connect 192.168.1.1
> tftp> get vmlinuz-2.4.9-ltsp-6
>
> You should get "Received xxxx bytes" or a useful error (file not found,
> access denied, etc).
>
> Consider added "only_from = 192.168.1.0" to /etc/xinetd.d/tftp; it will
> tell xinetd to drop unauthorized connections rather than starting
> tftpd. This means that an outside hacker can't exploit a potential
> security flaw in tftpd.
>
> -David
>
> _____________________________________________________________________
> 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
_____________________________________________________________________
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